Paradise Wanderer Rope, кнут (Renewal)
Paradise Wanderer Rope (3PARA_ROPE_WA) – оружие.

Matk + 180.
Can't be refined.
Matk + 5%, increases all property magical damage by 1% per each level of Music Lessons user learned.
If the user's base level is 105 or higher, reduces skill cooldown of Metallic Sound by 2 seconds, increases Reverberation and Metallic Sound damage by 25%.
If the user's base level is 110 or higher, reduces fixed casting time of Reverberation by 0.5 seconds, increases magical damage against all size enemies by 15%.
If the user's base level is 115 or higher, increases Reverberation and Metallic Sound damage by additional 15%.
Скрипт
.@a = getskilllv("DC_DANCINGLESSON");
bonus bMatkRate,5;
bonus2 bMagicAtkEle,Ele_All,.@a;
if (BaseLevel>=105) {
bonus2 bSkillCooldown,"WM_METALICSOUND",-2000;
bonus2 bSkillAtk,"WM_METALICSOUND",25;
bonus2 bSkillAtk,"WM_REVERBERATION",25;
if (BaseLevel>=110) {
bonus2 bSkillFixedCast,"WM_REVERBERATION",-500;
bonus2 bMagicAddSize,Size_All,15;
if (BaseLevel>=115) {
bonus2 bSkillAtk,"WM_METALICSOUND",15;
bonus2 bSkillAtk,"WM_REVERBERATION",15;
}
}
}