ID #590044
Weapon
Ultio-OSAD [2]
Buy Price: N/A
Sell Price: N/A
An upgraded mace decorated with an orb with a black glow.
_______________________
Indestructible in battle
_______________________
MATK +170
MATK +5%
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases damage of Adoramus by 30%.
Increases damage of Judex by 25%.
_______________________
Refine Level +11:
Increases Magical Damage with Holy element by 15%.
Decreases After Skill Delay by 15%.
_______________________
Type: Mace
Attack: 150
Weight: 120
Weapon Level: 5
_______________________
Requirement:
Base Level 170
Archbishop
_______________________
Indestructible in battle
_______________________
MATK +170
MATK +5%
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases damage of Adoramus by 30%.
Increases damage of Judex by 25%.
_______________________
Refine Level +11:
Increases Magical Damage with Holy element by 15%.
Decreases After Skill Delay by 15%.
_______________________
Type: Mace
Attack: 150
Weight: 120
Weapon Level: 5
_______________________
Requirement:
Base Level 170
Archbishop
Equipment Reform
Available through the reform system Plus7_Refine_NPC
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
1200
Range
1
Acquisition method
Equipment reform
Job Requirements
Priest
Yes
Requirements
Weapon Level
5
Min Level
170
Scripts
Script .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,5; if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"AB_JUDEX",25; bonus2 bSkillAtk,"AB_ADORAMUS",30; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_Holy,15; bonus bDelayrate,-15; } } }
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,5;
if (.@r>=7) {
bonus bVariableCastrate,-10;
if (.@r>=9) {
bonus2 bSkillAtk,"AB_JUDEX",25;
bonus2 bSkillAtk,"AB_ADORAMUS",30;
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_Holy,15;
bonus bDelayrate,-15;
}
}
}