Paradise Luxury Suit

Item ID 450185 Name Paradise Luxury Suit
A high-quality robe given to members of the Paradise Group.
_______________________
MaxHP +1500
MaxSP +150
_______________________
Decreases After Skill Delay by 5%.
_______________________
For each 10 Base Level:
ATK +5 (Up to Base Level 150)
_______________________
Base Level at least 105:
ATK +3%
_______________________
Base Level at least 110:
Decreases After Skill Delay by additional 5%.
_______________________
Base Level at least 120:
MaxHP +3%
_______________________
Base Level at least 130:
ATK +40
_______________________
Type: Armor
Defense: 50
Weight: 0
Armor Level: 1
Refineable: No
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier 2Para_Armor_A
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 50 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
.@l = BaseLevel;
bonus bMaxHP,1500;
bonus bMaxSP,150;
bonus bDelayrate,-5;
bonus bBaseAtk,5*(min(.@l,150)/10);
if (.@l>=105)
   bonus bAtkRate,3;
if (.@l>=110)
   bonus bDelayrate,-5;
if (.@l>=120)
   bonus bMaxHPrate,3;
if (.@l>=130)
   bonus bBaseAtk,40;