Paradise Foxtail

Item ID 550033 Name Paradise Foxtail
A foxtail for beginners made by the Paradise Group.
_______________________
MATK +100
_______________________
Indestructible in battle
_______________________
Base Level at least 20:
ATK +15, MATK +15
_______________________
Base Level at least 30:
ATK +20, MATK +20
_______________________
Base Level at least 45:
ATK +25, MATK +25
_______________________
Type: One-Handed Staff
Attack: 60
Weight: 0
Weapon Level: 2
Refineable: No
_______________________
Requirement:
Base Level 10
Summoner (Doram)
Weapon Level 2 Identifier 1Para_Foxtail
Attack 100 Type Weapon - Staff
MATK 100 Equip Locations Main Hand
Defense 0 Equippable Jobs Summoner
Range 1 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level 10
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
bonus bUnbreakableWeapon;
if (BaseLevel>=20) {
   bonus bBaseAtk,15;
   bonus bMatk,15;
   if (BaseLevel>=30) {
      bonus bBaseAtk,20;
      bonus bMatk,20;
      if (BaseLevel>=45) {
         bonus bBaseAtk,25;
         bonus bMatk,25;
      }
   }
}