Saint Mace-LT

Item ID 590030 Name Saint Mace-LT
An improved version of the sacred scepter said to have been used by a certain saint.
Resonates with Hero's Boots-LT.
_______________________
Indestructible in battle
_______________________
MATK +195
MATK +5%
_______________________
Base Level at least 210:
SPL +2, S.MATK +1.
_______________________
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 monsters of every race, except Players, by 15%.
_______________________
Refine Level +11:
Increases damage of Adoramus by additional 30%.
_______________________
When equipped with Hero's Boots-LT:
MATK +10%, S.MATK +2.
_______________________
[Bonus by Grade]
[Grade D]: MATK +3%
[Grade C]: Magical Damage of Holy element +15%. S.MATK +1
[Grade B]: SPL +3, S.MATK +2.
_______________________
Type: Mace
Attack: 180
Weight: 100
Weapon Level: 5
_______________________
Requirement:
Base Level 190
Archbishop classes
Weapon Level 5 Identifier Saint_Hall_LT
Attack 190 Type Weapon - Mace
MATK 210 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 190
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,5;
if (BaseLevel>=210) {
   bonus bSMatk,1;
   bonus bSpl,2;
}
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_Holy,10;
   bonus bVariableCastrate,-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",30;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bMatkRate,3;
   if (.@g >= ENCHANTGRADE_C) {
      bonus2 bMagicAtkEle,Ele_Holy,15;
      bonus bSMatk,1;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bSMatk,2;
         bonus bSpl,3;
      }
   }
}
bonus2 bMagicAtkEle,Ele_Holy,(.@r/2);
bonus2 bSkillAtk,"AB_ADORAMUS",5*(.@r/3);

Set Script
Heroic Token (Cardinal)
Saint Mace-LT
bonus2 bMagicAddSize,Size_All,15;
if (getequiprefinerycnt(EQI_HAND_R) >= 10) {
   bonus2 bMagicAtkEle,Ele_All,10;
   bonus2 bSkillAtk,"CD_FRAMEN",10;
}
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) {
   bonus bSMatk,5;
   bonus bSpl,5;
   bonus2 bSkillAtk,"CD_FRAMEN",10;
}
Saint Mace-LT
Hero Boots-LT
bonus bSMatk,2;
bonus bMatkRate,10;