Adulter Fides Ribbon [2], кнут (Renewal)
Adulter Fides Ribbon [2] (ADULTER_F_RIBBON) – оружие.
![Adulter Fides Ribbon [2], кнут (Renewal) Adulter Fides Ribbon [2], кнут (Renewal)](/images/db/items/picture/580018.png)
Matk + 210.
Increases Metallic Sound damage by 10%.
Matk + 12 per 3 refine rate.
If refine rate is 7 or higher, increases Metallic Sound damage by additional 20%.
If refine rate is 9 or higher, reduces skill cooldown of Metallic Sound by 2 seconds.
If refine rate is 11 or higher, increases Metallic Sound damage by additional 25%.
If refine rate is 12 or higher, increases neutral property magical damage by 15%.
Скрипт
.@r = getrefine(); bonus2 bSkillAtk,"WM_METALICSOUND",10; bonus bMatk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"WM_METALICSOUND",20; if (.@r>=9) { bonus2 bSkillCooldown,"WM_METALICSOUND",-2000; if (.@r>=11) { bonus2 bSkillAtk,"WM_METALICSOUND",25; if (.@r>=12) { bonus2 bMagicAtkEle,Ele_Neutral,15; } } } }