Muqaddas Kitab [2], книга (Renewal)
Muqaddas Kitab [2] (MOCADAS_SPELLBOOKS) – оружие.
![Muqaddas Kitab [2], книга (Renewal) Muqaddas Kitab [2], книга (Renewal)](/images/db/items/picture/540074.png)
Matk + 230.
Matk + 5%.
Increases Lightning Land and Diamond Storm damage by 10%.
If refine rate is 7 or higher, increases water and wind property magical damage by 10%.
If refine rate is 9 or higher, increases Lightning Land and Diamond Storm damage by additional 10%.
If refine rate is 11 or higher, increases Lightning Land and Diamond Storm 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,"EM_DIAMOND_STORM",10;
bonus2 bSkillAtk,"EM_LIGHTNING_LAND",10;
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_Water,10;
bonus2 bMagicAtkEle,Ele_Wind,10;
if (.@r>=9) {
bonus2 bSkillAtk,"EM_DIAMOND_STORM",10;
bonus2 bSkillAtk,"EM_LIGHTNING_LAND",10;
if (.@r>=11) {
bonus2 bSkillAtk,"EM_DIAMOND_STORM",10;
bonus2 bSkillAtk,"EM_LIGHTNING_LAND",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;
}
}
}
}