ID #450185
Armor
Paradise Luxury Suit
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Defense
50
Requirements
Armor Level
1
Min Level
100
Scripts
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;
.@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;