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

Nature Suit [1]

Buy Price: N/A Sell Price: N/A
Clothes where you can feel the power of nature.
It looks old and shabby, but it seems necessary to feel the power of nature.
_______________________
Recovers 1500 HP and 15 SP every 5 seconds.
_______________________
Restores 50 HP and 5 SP when defeating monsters.
_______________________
Refine Level +7:
Restores additional 50 HP and 5 SP when defeating monsters.
_______________________
Refine Level +9:
Restores additional 100 HP and 10 SP when defeating monsters.
_______________________
Type: Armor
Defense: 50
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 130

Equipment Slots

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

Basic Information

Armor
500
50

Requirements

1
130

Scripts

.@r = getrefine(); bonus2 bHPRegenRate,1500,5000; bonus2 bSPRegenRate,15,5000; bonus bHPGainValue,50; bonus bSPGainValue,5; bonus bMagicHPGainValue,50; bonus bMagicSPGainValue,5; if (.@r>=7) { bonus bHPGainValue,50; bonus bSPGainValue,5; bonus bMagicHPGainValue,50; bonus bMagicSPGainValue,5; if (.@r>=9) { bonus bHPGainValue,100; bonus bSPGainValue,10; bonus bMagicHPGainValue,100; bonus bMagicSPGainValue,10; } }
.@r = getrefine();
bonus2 bHPRegenRate,1500,5000;
bonus2 bSPRegenRate,15,5000;
bonus bHPGainValue,50;
bonus bSPGainValue,5;
bonus bMagicHPGainValue,50;
bonus bMagicSPGainValue,5;
if (.@r>=7) {
   bonus bHPGainValue,50;
   bonus bSPGainValue,5;
   bonus bMagicHPGainValue,50;
   bonus bMagicSPGainValue,5;
   if (.@r>=9) {
       bonus bHPGainValue,100;
       bonus bSPGainValue,10;
       bonus bMagicHPGainValue,100;
       bonus bMagicSPGainValue,10;
   }
}
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.