Paradise Boots

Item ID 470067 Name Paradise Boots
A pair of boots given to members of the Paradise Group.
_______________________
Increases Melee and Ranged Physical Damage by 3%.
_______________________
For each 5 Base Level:
Critical +1 (Up to Base Level 100)
_______________________
Base Level at least 30:
Increases Melee and Ranged Physical Damage by additional 3%.
_______________________
Base Level at least 45:
Increases Melee and Ranged Physical Damage by additional 4%.
_______________________
Base Level at least 85:
Decreases Fixed Casting Time of skills by 0.3 seconds.
_______________________
Type: Shoes
Defense: 8
Weight: 0
Armor Level: 1
Refineable: No
_______________________
Requirement:
Base Level 10
Weapon Level 0 Identifier 1Para_Boots_A
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 8 Equippable Jobs None
Range 0 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 bShortAtkRate,3;
bonus bLongAtkRate,3;
bonus bCritical,(min(BaseLevel,100)/5);
if (BaseLevel>=30) {
   bonus bShortAtkRate,3;
   bonus bLongAtkRate,3;
}
if (BaseLevel>=45) {
   bonus bShortAtkRate,4;
   bonus bLongAtkRate,4;
}
if (BaseLevel>=85)
   bonus bFixedCast,-300;