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 #450184 Armor

Paradise Robe

Buy Price: N/A Sell Price: N/A
A robe given to members of the Paradise Group.
_______________________
MaxHP +100
MaxSP +50
_______________________
For each 5 Base Level:
MaxHP +20 (Up to Base Level 100)
_______________________
Base Level at least 30:
MaxHP +60, MaxSP +30.
_______________________
Base Level at least 45:
MaxHP +100, MaxSP +50.
_______________________
Base Level at least 85:
MaxHP +150, MaxSP +70.
_______________________
Type: Armor
Defense: 20
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
20

Requirements

1
10

Scripts

.@hp = 20*(min(BaseLevel,100)/5); if (BaseLevel>=30) { .@hp += 60; .@sp = 30; } if (BaseLevel>=45) { .@hp += 100; .@sp += 50; } if (BaseLevel>=85) { .@hp += 150; .@sp += 70; } bonus bMaxHP,100+.@hp; bonus bMaxSP,50+.@sp;
.@hp = 20*(min(BaseLevel,100)/5);
if (BaseLevel>=30) {
   .@hp += 60;
   .@sp = 30;
}
if (BaseLevel>=45) {
   .@hp += 100;
   .@sp += 50;
}
if (BaseLevel>=85) {
   .@hp += 150;
   .@sp += 70;
}
bonus bMaxHP,100+.@hp;
bonus bMaxSP,50+.@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.