Patent Saint Mace [2]
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
Available from boxes
Equipment Reform
Available through the reform system C_Weapon_Reform_1
Available through the reform system C_Weapon_Reform_2
Available through the reform system C_Weapon_Reform_3
Available through the reform system Hero_Weapon_Up_Box_1
Equipment Slots
Basic Information
Job Requirements
Requirements
Scripts
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; } if (.@r>=11) { bonus2 bSkillAtk,"AB_ADORAMUS",15; }
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;
}
if (.@r>=11) {
bonus2 bSkillAtk,"AB_ADORAMUS",15;
}