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

Attacker Booster Manteau [1] (ATKER_MANTEAU) – броня.

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

A special manteau for your rapid growth.
Specialized in Melee Physical Attack.
Cannot be refined.
ASPD + 5%
For every 3 refine levels, increases CRI + 2.
If refined to +7, increases Critical Damage by 5%.
If refined to +9, reduces after cast delay by 10%.

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

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

Скрипт

bonus bAspdRate,5;
.@r = getrefine();
if (.@r>=3) {
   bonus bCritical,.@r/3*2;
}
if (.@r>=7) {
   bonus bCritAtkRate,5;
}
if (.@r>=9) {
   bonus bDelayrate,-10;
}