Patent Barbed Wire Whip [2], кнут (Renewal)
Patent Barbed Wire Whip [2] (UP_BARB_WIRE_K) – оружие.
![Patent Barbed Wire Whip [2], кнут (Renewal) Patent Barbed Wire Whip [2], кнут (Renewal)](/images/db/items/picture/580009.png)
A whip made of wire.
Became more flexible and began to show off his natural abilities.
It seems to resonate with the boots of the great hero.
MATK + 230.
MATK + 15 per 2 refine rates.
Increase all property magic damage by 4% per 3 refine rates.
When refined to +7 or higher, increase damage of Reverberation, Metalic Sound by 10%.
When refined to +9 or higher, reduce fixed casting of Reverberation by 0.5 sec.
When refined to +11 or higher, MATK + 7%, increase damage of Reverberation, Metalic Sound by 15%.
When equipped with Great Hero's Boots, INT + 10, MATK + 7%.
Скрипт
.@r = getrefine();
bonus bMatk,.@r/2*15;
bonus2 bMagicAtkEle,Ele_All,.@r/3*4;
if (.@r>=7) {
bonus2 bSkillAtk,"WM_REVERBERATION",10;
bonus2 bSkillAtk,"WM_METALICSOUND",10;
}
if (.@r>=9) {
bonus2 bSkillFixedCast,WM_REVERBERATION,-500;
}
if (.@r>=11) {
bonus bMatkRate,7;
bonus2 bSkillAtk,"WM_REVERBERATION",15;
bonus2 bSkillAtk,"WM_METALICSOUND",15;
}