Paradise Luxury Boots

Item ID 470069 Name Paradise Luxury Boots
A pair of high-quality boots given to members of the Paradise Group.
_______________________
Increases Melee and Ranged Physical Damage by 10%.
Decreases Fixed Casting Time of skills by 0.3 seconds.
_______________________
For each 10 Base Level:
MaxHP +50, MaxSP +20 (Up to Base Level 150)
_______________________
Base Level at least 105:
Critical +15
_______________________
Base Level at least 110:
Increases Critical Damage by 5%.
_______________________
Base Level at least 120:
Increases Critical Damage by additional 5%.
_______________________
Base Level at least 130:
ATK +5%
_______________________
Type: Shoes
Defense: 14
Weight: 0
Armor Level: 1
Refineable: No
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier 2Para_Boots_A
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 14 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level 100
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 bShortAtkRate,10;
bonus bLongAtkRate,10;
bonus bFixedCast,-300;
.@l = BaseLevel;
bonus bMaxHP,50*(min(.@l,150)/10);
bonus bMaxSP,20*(min(.@l,150)/10);
if (.@l>=105)
   bonus bCritical,15;
if (.@l>=110)
   bonus bCritAtkRate,5;
if (.@l>=120)
   bonus bCritAtkRate,5;
if (.@l>=130)
   bonus bAtkRate,5;