Advanced Paradise Muffler

Item ID 480106 Name Advanced Paradise Muffler
A high-quality muffler given to members of the Paradise Group.
_______________________
FLEE +40
_______________________
Decreases damage taken from Neutral elemental attacks by 20%.
Decreases Variable Casting Time by 15%.
_______________________
For each 10 Base Level:
Increases Attack Speed (decreases After Attack Delay by 1%).
(Up to Base Level 150)
_______________________
Base Level at least 105:
Increases Attack Speed (decreases After Attack Delay by additional 5%).
_______________________
Base Level at least 110:
Decreases Variable Casting Time by additional 5%.
_______________________
Base Level at least 120:
Decreases After Skill Delay by 5%.
_______________________
Base Level at least 130:
Decreases After Skill Delay by additional 5%.
_______________________
Type: Garment
Defense: 10
Weight: 0
Armor Level: 1
Refineable: No
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier 2Para_Manteau_B
Attack 0 Type Armor
MATK 0 Equip Locations Garment
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 bSubEle,Ele_Neutral,20;
bonus bFlee,40;
bonus bVariableCastrate,-15;
bonus bAspdRate,(min(BaseLevel,150)/10);
if (BaseLevel>=105)
   bonus bAspdRate,5;
if (BaseLevel>=110)
   bonus bVariableCastrate,-5;
if (BaseLevel>=120)
   bonus bDelayrate,-5;
if (BaseLevel>=130)
   bonus bDelayrate,-5;