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