Advanced Paradise Shoes

Item ID 470093 Name Advanced Paradise Shoes
A pair of high-quality shoes given to members of the Paradise Group.
_______________________
Increases Magical Damage with every element by 10%.
Decreases Fixed Casting Time of skills by 0.3 seconds.
_______________________
For each 10 Base Level:
MaxHP +40, MaxSP +30 (Up to Base Level 150)
_______________________
Base Level at least 105:
Decreases Variable Casting Time by 10%.
_______________________
Base Level at least 110:
Increases Magical Damage against enemies of every element by 5%.
_______________________
Base Level at least 120:
Increases Magical Damage against enemies of every element by additional 5%.
_______________________
Base Level at least 130:
MATK +5%
_______________________
Type: Shoes
Defense: 10
Weight: 0
Armor Level: 1
Refineable: No
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier 2Para_Boots_B
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 10 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
bonus2 bMagicAddEle,Ele_All,10;
bonus bFixedCast,-300;
bonus bMaxHP,40*(min(BaseLevel,150)/10);
bonus bMaxSP,30*(min(BaseLevel,150)/10);
if (BaseLevel>=105)
   bonus bVariableCastrate,-10;
if (BaseLevel>=110)
   bonus2 bMagicAddEle,Ele_All,5;
if (BaseLevel>=120)
   bonus2 bMagicAddEle,Ele_All,5;
if (BaseLevel>=130)
   bonus bMatkRate,5;