Freedom Stick-LT

Item ID 550082 Name Freedom Stick-LT
An improved version of the one-handed staff used by any hero regardless of form.
Resonates with Hero's Boots-LT.
_______________________
MATK +210
MATK +5%
_______________________
Base Level at least 210:
SPL +2, S.MATK +1.
_______________________
For each 2 Refine Levels:
MATK +15
_______________________
For each 3 Refine Levels:
Increases damage of Heaven's Drive by 30%.
_______________________
Refine Level +7:
Increases Magical Damage against enemies of every element by 15%.
Enables the use of Level 5 Psychic Wave.
_______________________
Refine Level +9:
Increases damage of Psychic Wave by 20%.
Decreases Variable Casting Time by 15%.
_______________________
Refine Level +11:
Increases Magical Damage with Earth and Neutral element by 20%.
Decreases Variable Casting Time by additional 5%.
_______________________
When equipped with Hero's Boots-LT:
MATK +10%, S.MATK +2.
_______________________
[Bonus by Grade]
[Grade D]: MATK +3%
[Grade C]: Magical Damage of Earth and Neutral element +15%. S.MATK +1
[Grade B]: SPL +3, S.MATK +2.
_______________________
Type: One-Handed Staff
Attack: 100
Weight: 100
Weapon Level: 5
_______________________
Requirement:
Base Level 190
Novice
Weapon Level 5 Identifier Freedom_Stick_LT
Attack 100 Type Weapon - Staff
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Novice, Super novice
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper None
Weight 100 Min Equip Level 190
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,5;
bonus bMatk,210;
if (BaseLevel>=210) {
   bonus bSMatk,1;
   bonus bSpl,2;
}
if (.@r>=7) {
   skill "SO_PSYCHIC_WAVE",5;
   bonus2 bMagicAddEle,Ele_All,15;
   if (.@r>=9) {
      bonus bVariableCastrate,-15;
      bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",20;
      if (.@r>=11) {
         bonus2 bMagicAtkEle,Ele_Neutral,20;
         bonus2 bMagicAtkEle,Ele_Earth,20;
         bonus bVariableCastrate,-5;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMatkRate,3;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bMagicAtkEle,Ele_Neutral,15;
      bonus2 bMagicAtkEle,Ele_Earth,15;
      bonus bSMatk,1;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bSMatk,2;
         bonus bSpl,3;
      }
   }
}
bonus bMatk,15*(.@r/2);
bonus2 bSkillAtk,"WZ_HEAVENDRIVE",30*(.@r/3);

Set Script
Heroic Token (Hyper Novice)
Freedom Stick-LT
bonus2 bMagicAddSize,Size_All,15;
if (getequiprefinerycnt(EQI_HAND_R)>=10) {
   bonus2 bMagicAtkEle,Ele_All,10;
   bonus2 bSkillAtk,"HN_GROUND_GRAVITATION",10;
   bonus2 bSkillAtk,"HN_HELLS_DRIVE",10;
}
if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_C) {
   bonus bSMatk,5;
   bonus bSpl,5;
   bonus2 bSkillAtk,"HN_GROUND_GRAVITATION",10;
   bonus2 bSkillAtk,"HN_HELLS_DRIVE",10;
}
Freedom Stick-LT
Hero Boots-LT
bonus bSMatk,2;
bonus bMatkRate,10;