Glacier Flower Meow Power (SPL & WIS)

Item ID 312059 Name Glacier Flower Meow Power (SPL & WIS)
SPL/WIS +3
_______________________
Refine Level +9:
SPL/WIS +1
_______________________
[Bonus by Equipment's Grade]
[Grade D]: SPL/WIS +2
[Grade C]: SPL/WIS +1 per 3 Refine Levels
Weapon Level 0 Identifier Ice_C_Orb_Spl_W
Attack 0 Type Card - Enchant
MATK 0 Equip Locations None
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
.@g = getenchantgrade();
.@r = getrefine();
bonus bSpl,3;
bonus bWis,3;
if (.@r>=9) {
   bonus bSpl,1;
   bonus bWis,1;
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bSpl,2;
   bonus bWis,2;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bSpl,(.@r/3);
      bonus bWis,(.@r/3);
   }
}