Paradise Arch Bishop Mace, булава (Renewal)
Paradise Arch Bishop Mace (3PARA_MACE_AB) – оружие.

Paradise Archbishop Mace
Matk + 180.
Can't be refined.
Cri + 15, Matk + 3%, can't be destroyed, increases attack speed (reduces delay after attack by 1%) per each level of Meditation user learned.
If the user's base level is 105 or higher, reduces variable casting time by 10%, reduces delay after skill by 10%, increases Magnus Exorcismus, Judex and Duple Light damage by 25%.
If the user's base level is 110 or higher, increases neutral and holy property magical damage by 20%, increases physical and magical damage against all size enemies by 15%.
If the user's base level is 115 or higher, increases Magnus Exorcismus, Judex and Duple Light damage by additional 15%.
Скрипт
.@a = getskilllv("HP_MEDITATIO"); bonus bMatkRate,3; bonus bCritical,15; bonus bAspdRate,.@a; if (BaseLevel>=105) { bonus bVariableCastrate,-10; bonus bDelayrate,-10; bonus2 bSkillAtk,"PR_MAGNUS",25; bonus2 bSkillAtk,"AB_JUDEX",25; bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",25; bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",25; if (BaseLevel>=110) { bonus2 bMagicAtkEle,Ele_Neutral,20; bonus2 bMagicAtkEle,Ele_Holy,20; bonus2 bAddSize,Size_All,15; bonus2 bMagicAddSize,Size_All,15; if (BaseLevel>=115) { bonus2 bSkillAtk,"PR_MAGNUS",15; bonus2 bSkillAtk,"AB_JUDEX",15; bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15; bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15; } } }