Electric Fox-OSAD

Item ID 550076 Name Electric Fox-OSAD
A upgraded version of a foxtail-shaped machine made of numerous wires.
It seems that the use of micro-fine wires hits each other and dissipates static electricity.
_______________________
Indestructible in battle
_______________________
MATK +350
MATK +10%
_______________________
Refine Level +7:
Increases damage of Silvervine Stem Spear by 30%.
_______________________
Refine Level +9:
Decreases Variable Casting Time by 10%.
Increases Magical Damage with Earth, Fire, Water, Ghost and Neutral element by 20%.
_______________________
Refine Level +11:
Increases damage of Catnip Meteor by 45%.
_______________________
Type: One-Handed Staff
Attack: 250
Weight: 120
Weapon Level: 5
_______________________
Requirement:
Base Level 170
Summoner (Doram)
Weapon Level 5 Identifier ElectricFox_AD
Attack 250 Type Weapon - Staff
MATK 350 Equip Locations Main Hand
Defense 0 Equippable Jobs Summoner
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper None
Weight 120 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 bMatkRate,7;
if (.@r>=7) {
   bonus2 bSkillAtk,"SU_SV_STEMSPEAR",30;
   if (.@r>=9) {
      bonus2 bMagicAtkEle,Ele_Neutral,20;
      bonus2 bMagicAtkEle,Ele_Fire,20;
      bonus2 bMagicAtkEle,Ele_Earth,20;
      bonus2 bMagicAtkEle,Ele_Water,20;
      bonus2 bMagicAtkEle,Ele_Wind,20;
      bonus2 bMagicAtkEle,Ele_Ghost,20;
      bonus bVariableCastrate,-10;
      if (.@r>=11) {
         bonus2 bSkillAtk,"SU_CN_METEOR",45;
      }
   }
}

Set Script
Phantom Cap-LT
Electric Fox-OSAD
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillCooldown,"SU_CN_METEOR",-1000;
bonus2 bSkillAtk,"SU_CN_METEOR",5*(.@r_weapon/2);