Patent Iron Nail [2], кастет (Renewal)
Patent Iron Nail [2] (UP_IRON_NAIL_K) – оружие.
![Patent Iron Nail [2], кастет (Renewal) Patent Iron Nail [2], кастет (Renewal)](/images/db/items/picture/560008.png)
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%.
Скрипт
.@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; }