Metallic Vibration Booster Whip, кнут (Renewal)
Metallic Vibration Booster Whip (MV_B_WHIP) – оружие.

Can't be refined by normal means.
Matk + 2%, Matk + 180.
Matk + 3 per refine rate.
Matk + 1% per 15 base level (up to level 195).
If refine rate is 7 or higher, increases all property magical damage by 2% per each level of Dance Lessons user learned.
If refine rate is 9 or higher, reduces skill cooldown of Metallic Sound by 2 seconds, increases Reverberation and Metallic Sound damage by 25%.
If refine rate is 11 or higher, reduces fixed casting time of Reverberation by 0.5 seconds, increases all property magical damage by additional 15%.
If refine rate is 13 or higher, increases Reverberation and Metallic Sound damage by additional 15%.
Скрипт
.@r = getrefine(); bonus bMatkRate,2+(min(BaseLevel,195)/15); bonus bMatk,180+(3*.@r); if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,2*getskilllv("DC_DANCINGLESSON"); } if (.@r>=9) { bonus2 bSkillCooldown,"WM_METALICSOUND",-2000; bonus2 bSkillAtk,"WM_METALICSOUND",25; bonus2 bSkillAtk,"WM_REVERBERATION",25; } if (.@r>=11) { bonus2 bSkillFixedCast,"WM_REVERBERATION",-500; bonus2 bMagicAtkEle,Ele_All,15; } if (.@r>=13) { bonus2 bSkillAtk,"WM_METALICSOUND",15; bonus2 bSkillAtk,"WM_REVERBERATION",15; }