Automatic Modification Orb(Attack Power), (Renewal)

Automatic Modification Orb(Attack Power) (AUTOMATIC_ORB18) – карта.

Automatic Modification Orb(Attack Power), (Renewal)

ATK +5%, ATK +75
When refined to +7 or higher, Melee Physical damage +2%
When refined to +11 or higher, Melee Physical damage +3% (Additional)

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

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

Скрипт

.@r = getrefine();
bonus bAtkRate,5;
bonus bBaseAtk,75;
if (.@r>=9) {
   bonus bShortAtkRate,2;
   if (.@r>=11) {
      bonus bShortAtkRate,3;
   }
}