ID #16088
Weapon
Sapphire Hall-OS [2]
Buy Price: N/A
Sell Price: N/A
Extra blunt weapon wrapped in a blue glowing sphere.
_______________________
Indestructible in battle
_______________________
ATK +3%
_______________________
Refine Level +7:
Decreases Variable Casting Time by 7%.
_______________________
Refine Level +9:
Increases damage of Cart Cannon by 20%.
_______________________
Refine Level +11:
Increases Ranged Physical Damage by 15%.
_______________________
Type: Mace
Attack: 185
Weight: 80
Weapon Level: 4
_______________________
Requirement:
Base Level 130
Genetic
_______________________
Indestructible in battle
_______________________
ATK +3%
_______________________
Refine Level +7:
Decreases Variable Casting Time by 7%.
_______________________
Refine Level +9:
Increases damage of Cart Cannon by 20%.
_______________________
Refine Level +11:
Increases Ranged Physical Damage by 15%.
_______________________
Type: Mace
Attack: 185
Weight: 80
Weapon Level: 4
_______________________
Requirement:
Base Level 130
Genetic
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
800
Range
1
Acquisition method
Equipment reform
Job Requirements
Alchemist
Yes
Requirements
Weapon Level
4
Min Level
130
Scripts
Script .@r = getrefine(); bonus bUnbreakableWeapon; bonus bAtkRate,3; if (.@r >= 7) { bonus bVariableCastrate,-7; if (.@r >= 9) { bonus2 bSkillAtk,"GN_CARTCANNON",20; if (.@r >= 11) { bonus bLongAtkRate,15; } } }
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bAtkRate,3;
if (.@r >= 7) {
bonus bVariableCastrate,-7;
if (.@r >= 9) {
bonus2 bSkillAtk,"GN_CARTCANNON",20;
if (.@r >= 11) {
bonus bLongAtkRate,15;
}
}
}