Attacker Booster Plate [1], броня (Renewal)

Attacker Booster Plate [1] (ATKER_PLATE) – броня.

Attacker Booster Plate [1], броня (Renewal)

A special armor for your rapid growth.
Specialized in Melee Physical Attack.
Cannot be refined.
ATK + 100
Reduces after cast delay by 5%.
For every 2 refine levels, increases ATK + 1%.
For every 3 refine levels, increases Critical Damage 1%.
If refined to +7, increases ATK + 50.
If refined to +9, decreases after cast delay by an additional 5%.

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

  • ID: 30112
  • Код: ATKER_PLATE
  • Тип: броня
  • Уровень брони: 1
  • Защита: 120
  •  
  • Требуемый уровень: 100
  • Вес: 1

Скрипт

bonus bBaseAtk,100;
bonus bDelayrate,-5;
.@r = getrefine();
if (.@r>=2) {
   bonus bAtkRate,.@r/2;
}
if (.@r>=3) {
   bonus bCritAtkRate,.@r/3;
}
if (.@r>=7) {
   bonus bBaseAtk,50;
}
if (.@r>=9) {
   bonus bDelayrate,-5;
}