Wolf Orb (Robust) Level 1

Item ID 310597 Name Wolf Orb (Robust) Level 1
MaxHP +5%, MaxSP +5%, MaxHP +1200, MaxSP +250
_______________________
Refine Level +7:
MaxHP +1%, MaxSP +1%
_______________________
Refine Level +9:
MaxHP +2%, MaxSP +2%
_______________________
Refine Level +11:
MaxHP +2%, MaxSP +2%
Weapon Level 0 Identifier Wolf_Orb_Robust_1
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
.@r = getrefine();
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus bMaxHP,1200;
bonus bMaxSP,250;
if (.@r>=7) {
   bonus bMaxHPrate,1;
   bonus bMaxSPrate,1;
   if (.@r>=9) {
      bonus bMaxHPrate,2;
      bonus bMaxSPrate,2;
      if (.@r>=11) {
         bonus bMaxHPrate,2;
         bonus bMaxSPrate,2;
      }
   }
}

Set Script
Wild Beast
Wolf Orb (Robust) Level 1
bonus bBaseAtk,BaseLevel;