Muqaddas Sharman [2], посох (Renewal)
Muqaddas Sharman [2] (MOCADAS_FOXTAIL) – оружие.
![Muqaddas Sharman [2], посох (Renewal) Muqaddas Sharman [2], посох (Renewal)](/images/db/items/picture/550118.png)
Can't be destroyed.
Matk + 340.
Atk/Matk + 5%.
Increases Chulho Sonic Claw and Hyunrok Cannon damage by 10%.
If refine rate is 7 or higher, increases long ranged physical damage by 10%, increases all property magical damage by 10%.
If refine rate is 9 or higher, increases Chulho Sonic Claw and Hyunrok Cannon damage by additional 10%.
If refine rate is 11 or higher, increases Chulho Sonic Claw and Hyunrok Cannon damage by additional 10%.
[Bonus by grade]
[Grade D] increases physical and magical damage against small size enemies by 15%.
[Grade C] increases physical and magical damage against medium size enemies by 15%.
[Grade B] increases physical and magical damage against large size enemies by 15%.
[Grade A] P.Atk + 5, S.Matk + 5.
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bAtkRate,5; bonus bMatkRate,5; bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",10; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",10; if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,10; bonus bLongAtkRate,10; if (.@r>=9) { bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",10; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",10; if (.@r>=11) { bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",10; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",10; } } } if (.@g>=ENCHANTGRADE_D) { bonus2 bAddSize,Size_Small,15; bonus2 bMagicAddSize,Size_Small,15; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_Medium,15; bonus2 bMagicAddSize,Size_Medium,15; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddSize,Size_Large,15; bonus2 bMagicAddSize,Size_Large,15; if (.@g>=ENCHANTGRADE_A) { bonus bPAtk,5; bonus bSMatk,5; } } } }