Paradise Sword

Item ID 500032 Name Paradise Sword
A one-handed sword for beginners made by Paradise Group.
_______________________
Base Level at least 20:
ATK +15
_______________________
Base Level at least 30:
ATK +20
_______________________
Base Level at least 45:
ATK +25
_______________________
Type: Sword
Attack: 100
Weight: 0
Weapon Level: 2
Refineable: No
_______________________
Requirement:
Base Level 10
Swordsman, Merchant and Thief classes
Weapon Level 2 Identifier 1Para_Sword
Attack 100 Type Weapon - One-Handed Sword
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Swordman, Merchant, Thief, Knight, Blacksmith, Assassin, Crusader, Rogue, Alchemist
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
if (BaseLevel>=20)
   bonus bBaseAtk,15;
if (BaseLevel>=30)
   bonus bBaseAtk,20;
if (BaseLevel>=45)
   bonus bBaseAtk,25;