Viewing Item

#313091: Forest Magic Orb (SP)

Item ID 313091 Name Forest Magic Orb (SP)
Weapon Level 0 Identifier Ep21_4_Sp
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 Not For Sale Trade restriction None
MaxSP +600.
_______________________
Refine Level +7:
MaxSP +3%.
_______________________
Refine Level +9:
MaxSP +5%.
_______________________
Refine Level +11:
MaxSP +7%.

  Script
Item
.@r = getrefine();
bonus bMaxSP,600;
if (.@r>=7) {
   bonus bMaxSPrate,3;
   if (.@r>=9) {
      bonus bMaxSPrate,5;
      if (.@r>=11) {
         bonus bMaxSPrate,7;
      }
   }
}
Equip
None
Unequip
None