Automatic Modification Orb(Fast), (Renewal)

Automatic Modification Orb(Fast) (AUTOMATIC_ORB21) – карта.

Automatic Modification Orb(Fast), (Renewal)

ASPD +1
When refined to +7 or higher, ASPD +5%
When refined to +11 or higher, ASPD +5% (Additional)

Базовые свойства предмета

  • ID: 17123
  • Код: AUTOMATIC_ORB21
  • Тип: карта
  • Подтип:
  •  
  • Вес: 1

Скрипт

.@r = getrefine();
bonus bAspd,1;
if (.@r>=9) {
   bonus bAspdRate,5;
   if (.@r>=11) {
      bonus bAspdRate,5;
   }
}