Nature Suit
| Item ID | 15245 | Name | Nature Suit |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Hippie_Cloth_J | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Armor | ||
| Defense | 50 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 50 | Min Equip Level | 130 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@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;
}
}
|
||||