ID #16089
Weapon
Ultio-OS [2]
Buy Price: N/A
Sell Price: N/A
A blunt decorated with an orb with a black glow.
_______________________
Indestructible in battle
_______________________
MATK +170
MATK +3%
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 7%).
_______________________
Refine Level +9:
Increases damage of Adoramus by 20%.
_______________________
Refine Level +11:
Increases Magical Damage with Holy element by 15%.
_______________________
Type: Mace
Attack: 150
Weight: 120
Weapon Level: 4
_______________________
Requirement:
Base Level 130
Archbishop
_______________________
Indestructible in battle
_______________________
MATK +170
MATK +3%
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 7%).
_______________________
Refine Level +9:
Increases damage of Adoramus by 20%.
_______________________
Refine Level +11:
Increases Magical Damage with Holy element by 15%.
_______________________
Type: Mace
Attack: 150
Weight: 120
Weapon Level: 4
_______________________
Requirement:
Base Level 130
Archbishop
Available from boxes
Equipment Reform
Available through the reform system OS_Weapon_Reform
- Weapon Upgrade Stone(Lower) × 70
- Mysterious Component × 200
- Cor Core × 40
Available through the reform system R_Ep17_Box
- Imperfect Rune × 10
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
4
Min Level
130
Scripts
Script .@r = getrefine(); bonus bMatkRate,3; bonus bUnbreakableWeapon; if (.@r >= 7) { bonus bAspdRate,7; if (.@r >= 9) { bonus2 bSkillAtk,"AB_ADORAMUS",20; if (.@r >= 11) { bonus2 bMagicAtkEle,Ele_Holy,15; } } }
.@r = getrefine();
bonus bMatkRate,3;
bonus bUnbreakableWeapon;
if (.@r >= 7) {
bonus bAspdRate,7;
if (.@r >= 9) {
bonus2 bSkillAtk,"AB_ADORAMUS",20;
if (.@r >= 11) {
bonus2 bMagicAtkEle,Ele_Holy,15;
}
}
}