Wolf Orb (Robust) Level 2

Item ID 310598 Name Wolf Orb (Robust) Level 2
MaxHP +5%, MaxSP +5%, MaxHP +1500, MaxSP +300
_______________________
Refine Level +7:
MaxHP +2%, MaxSP +2%
_______________________
Refine Level +9:
MaxHP +3%, MaxSP +3%
_______________________
Refine Level +11:
MaxHP +4%, MaxSP +4%
Weapon Level 0 Identifier Wolf_Orb_Robust_2
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,1500;
bonus bMaxSP,300;
if (.@r>=7) {
   bonus bMaxHPrate,2;
   bonus bMaxSPrate,2;
   if (.@r>=9) {
      bonus bMaxHPrate,3;
      bonus bMaxSPrate,3;
      if (.@r>=11) {
         bonus bMaxHPrate,4;
         bonus bMaxSPrate,4;
      }
   }
}

Set Script
Wild Beast
Wolf Orb (Robust) Level 2
bonus bMatk,BaseLevel;