Patent Saint Mace

Item ID 590012 Name Patent Saint Mace
A scepter said to have been used by a saint.
Seeing that the divine power was inhabited, he began to exert its natural power.
It resonates with Great Hero's Boots.
_______________________
Indestructible in battle
_______________________
MATK +200
_______________________
MATK +3%
_______________________
For each 2 Refine Levels:
Increases Magical Damage with Holy element by 1%.
_______________________
For each 3 Refine Levels:
Increases damage of Adoramus by 5%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
Increases Magical Damage with Holy element by additional 10%.
_______________________
Refine Level +9:
Increases magical damage against enemies of every race by 15% (Except Players).
_______________________
Refine Level +11:
Increases damage of Adoramus by additional 15%.
_______________________
When equipped with Great Hero's Boots:
INT +10, MATK +7%.
_______________________
Type: Mace
Attack: 170
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Archbishop
Weapon Level 4 Identifier Up_Saint_Hall
Attack 170 Type Weapon - Mace
MATK 200 Equip Locations Main Hand
Defense 0 Equippable Jobs Priest
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper Third, Third Upper, Third Baby
Weight 100 Min Equip Level 150
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bUnbreakableWeapon;
bonus bMatkRate,3;
.@r = getrefine();
bonus2 bMagicAtkEle,Ele_Holy,.@r/2;
bonus2 bSkillAtk,"AB_ADORAMUS",.@r/3*5;
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   bonus2 bMagicAtkEle,Ele_Holy,10;
   if (.@r>=9) {
      bonus2 bMagicAddRace,RC_All,15;
      bonus2 bMagicAddRace,RC_Player_Human,-15;
      bonus2 bMagicAddRace,RC_Player_Doram,-15;
      if (.@r>=11) {
         bonus2 bSkillAtk,"AB_ADORAMUS",15;
      }
   }
}

Set Script
Great Hero Boots
Patent Saint Mace
bonus bInt,10;
bonus bMatkRate,7;
Ring of Unknown Hero (Archbishop)
Patent Saint Mace
bonus2 bMagicAddRace,RC_All,8;
if (getequiprefinerycnt(EQI_HAND_R)>=11)
   bonus2 bSkillAtk,"AB_ADORAMUS",(readparam(bInt)+readparam(bLuk))/12;
[Not For Sale] Ring of Unknown Hero (Archbishop)
Patent Saint Mace
bonus2 bMagicAddRace,RC_All,8;
if (getequiprefinerycnt(EQI_HAND_R)>=11)
   bonus2 bSkillAtk,"AB_ADORAMUS",(readparam(bInt)+readparam(bLuk))/12;