Viewing Item

#15245: Nature Suit

Item ID 15245 For Sale No
Identifier Hippie_Cloth_J Credit Price Not For Sale
Name Nature Suit Type Armor
NPC Buy 20 Weight 50
NPC Sell 10 Weapon Level 0
Range 0 Defense 50
Slots 1 Refineable Yes
Attack 0 Min Equip Level 130
MATK 0 Max Equip Level None
Equip Locations Armor
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus2 bHPRegenRate,1500,5000;

3 bonus2 bSPRegenRate,15,5000;

4 bonus bHPGainValue,50;

5 bonus bSPGainValue,5;

6 bonus bMagicHPGainValue,50;

7 bonus bMagicSPGainValue,5;

8 if (.@r>=7) {

9 bonus bHPGainValue,50;

10 bonus bSPGainValue,5;

11 bonus bMagicHPGainValue,50;

12 bonus bMagicSPGainValue,5;

13 if (.@r>=9) {

14 bonus bHPGainValue,100;

15 bonus bSPGainValue,10;

16 bonus bMagicHPGainValue,100;

17 bonus bMagicSPGainValue,10;

18 }

19 }

Equip Script None
Unequip Script None