Patent Iron Nail [2], кастет (Renewal)

Patent Iron Nail [2] (UP_IRON_NAIL_K) – оружие.

Patent Iron Nail [2], кастет (Renewal)

Knuckle used by an ancient hero
The ancient power woke up and started to show its original power]
It seems to resonate with the boots of the great hero.

ATK + 15 per 2 refine rates.
Increase ranged physical attack by 4% per 3 refine rates.
When refined to +7 or higher, increase damage of Rampage Blast, Lightning Ride by 10%.
When refined to +9 or higher, reduce cooltime of Rampage Blast, Earth shaker by 1 sec.
When refined to +11 or higher, reduce SP consumption of Rampage Blast by 15%, increase damage of Rampage Blast and Lightning Ride by 15%.
When equipped with Great Hero's Boots, STR + 10, ATK + 7%.

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

  • ID: 31534
  • Код: UP_IRON_NAIL_K
  • Тип: оружие
  • Подтип: кастет
  • Уровень оружия: 4
  • Атака: 205
  •  
  • Требуемый уровень: 150
  • Профессии: monk
  • Вес: 120

Скрипт

.@r = getrefine();
bonus bBaseAtk,.@r/2*15;
bonus bLongAtkRate,.@r/3*4;
if (.@r>=7) {
   bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",10;
   bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",10;
}
if (.@r>=9) {
   bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-1000;
   bonus2 bSkillCooldown,"SR_EARTHSHAKER",-1000;
}
if (.@r>=11) {
   bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",15;
   bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",15;
   bonus2 bSkillUseSPrate,"SR_RAMPAGEBLASTER",15;
}