Muqaddas Syaraq [2], кнут (Renewal)
Muqaddas Syaraq [2] (MOCADAS_WHIP) – оружие.
![Muqaddas Syaraq [2], кнут (Renewal) Muqaddas Syaraq [2], кнут (Renewal)](/images/db/items/picture/580046.png)
Matk + 230.
Matk + 5%.
Increases Metallic Fury damage by 10%.
If refine rate is 7 or higher, increases all property magical damage by 10%.
If refine rate is 9 or higher, increases Metallic Fury damage by additional 10%.
If refine rate is 11 or higher, increases Metallic Fury damage by additional 10%.
[Bonus by grade]
[Grade D] increases magical damage against small size enemies by 15%.
[Grade C] increases magical damage against medium size enemies by 15%.
[Grade B] increases magical damage against large size enemies by 15%.
[Grade A] S.Matk + 5.
Скрипт
.@g = getenchantgrade();
.@r = getrefine();
bonus bMatkRate,5;
bonus2 bSkillAtk,"TR_METALIC_FURY",10;
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_All,10;
if (.@r>=9) {
bonus2 bSkillAtk,"TR_METALIC_FURY",10;
if (.@r>=11) {
bonus2 bSkillAtk,"TR_METALIC_FURY",10;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus2 bMagicAddSize,Size_Small,15;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bMagicAddSize,Size_Medium,15;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bMagicAddSize,Size_Large,15;
if (.@g>=ENCHANTGRADE_A) {
bonus bSMatk,5;
}
}
}
}