Ira Fist [2], кастет (Renewal)
Ira Fist [2] (EP172_BH_KNUCK) – оружие. Выпадает из монстров: Broken Warehouse Manager, Broken Beta.
![Ira Fist [2], кастет (Renewal) Ira Fist [2], кастет (Renewal)](/images/db/items/picture/560004.png)
Once these were ordinary gloves used for physical labor, but now
It has been horribly distorted by the magic-jamming device that Illusion has installed.
Lightning Ride damage +15%
ATK +12 for every 3 refine levels.
When refined to +7 or higher, Lion's Howl damage +15%.
When refined to +9 or higher, Lion's Howl cooldown -2 sec.
When refined to +11 or higher, Additional Lightning Ride and Lion's Howl damage +10%.
Скрипт
.@r = getrefine(); bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",15; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"SR_HOWLINGOFLION",15; } if (.@r>=9) { bonus2 bSkillCooldown,"SR_HOWLINGOFLION",-2000; } if (.@r>=11) { bonus2 bSkillAtk,"SR_HOWLINGOFLION",10; bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",10; }