Superbia String [2], лук (Renewal)
Superbia String [2] (EP172_BH_BOW) – оружие. Выпадает из монстров: Broken Cleaning Robot Ω, Boiled Water Marc.
![Superbia String [2], лук (Renewal) Superbia String [2], лук (Renewal)](/images/db/items/picture/700007.png)
A bow wielded by the mercenaries who used to guard the mansion.
It has been horribly distorted by the magic-jamming device that Illusion has installed.
Arrow Storm damage +10%.
ATK +12 for every 3 refine levels.
When refined to +7 or higher, Additional Arrow Storm damage +10%.
When refined to +9 or higher, Arrow Storm cooldown -1 sec.
When refined to +11 or higher, Additional Arrow Storm damage +15%.
Скрипт
.@r = getrefine(); bonus2 bSkillAtk,"RA_ARROWSTORM",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"RA_ARROWSTORM",10; } if (.@r>=9) { bonus2 bSkillCooldown,"RA_ARROWSTORM",-1000; } if (.@r>=11) { bonus2 bSkillAtk,"RA_ARROWSTORM",15; }