0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #450183 Armor

Paradise Suit

Buy Price: N/A Sell Price: N/A
A suit given to members of the Paradise Group.
_______________________
MaxHP +150
MaxSP +20
_______________________
For each 5 Base Level:
MaxHP +30 (Up to Base Level 100)
_______________________
Base Level at least 30:
MaxHP +80, MaxSP +20.
_______________________
Base Level at least 45:
MaxHP +150, MaxSP +30.
_______________________
Base Level at least 85:
MaxHP +250, MaxSP +50.
_______________________
Type: Armor
Defense: 30
Weight: 0
Armor Level: 1
Refineable: No
_______________________
Requirement:
Base Level 10

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
30

Requirements

1
10

Scripts

.@hp = 30*(min(BaseLevel,100)/5); if (BaseLevel>=30) { .@hp += 80; .@sp = 20; } if (BaseLevel>=45) { .@hp += 150; .@sp += 30; } if (BaseLevel>=85) { .@hp += 250; .@sp += 50; } bonus bMaxHP,150+.@hp; bonus bMaxSP,20+.@sp;
.@hp = 30*(min(BaseLevel,100)/5);
if (BaseLevel>=30) {
   .@hp += 80;
   .@sp = 20;
}
if (BaseLevel>=45) {
   .@hp += 150;
   .@sp += 30;
}
if (BaseLevel>=85) {
   .@hp += 250;
   .@sp += 50;
}
bonus bMaxHP,150+.@hp;
bonus bMaxSP,20+.@sp;
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.