Saphir Mace-OSAD

Item ID 590043 Name Saphir Mace-OSAD
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
Weapon Level 5 Identifier Saphir_Hall_AD
Attack 185 Type Weapon - Mace
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Alchemist
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper Third, Third Upper, Third Baby
Weight 80 Min Equip Level 170
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item 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;
      }
   }
}

Set Script
Sagittarius Celestial Coronet-LT
Saphir Mace-OSAD
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bVariableCastrate,-10;
bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",5*(.@r_weapon/2);
Ignis Cap-LT
Saphir Mace-OSAD
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bBaseAtk,70;
bonus2 bSkillAtk,"GN_CARTCANNON",5*(.@r_weapon/2);