Viewing Item

#470206: Prana Boots

Item ID 470206 For Sale No
Identifier aaegis_470206 Credit Price Not For Sale
Name Prana Boots Type Armor
NPC Buy 0 Weight 100
NPC Sell 0 Weapon Level 0
Range 0 Defense 50
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Footgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bMdef,15;

3 bonus2 bSubRace,RC_DemiHuman,5;

4 bonus bHealPower2,30;

5 bonus bAddItemHealRate,30;

6 bonus bInt,3*.@r;

7 bonus bDex,3*.@r;

8 bonus bMaxHP,1000*.@r;

9 if (.@r>=5) {

10 bonus bDef,100;

11 bonus bMaxHPrate,15;

12 bonus2 bSubRace,RC_Player_Human,10;

13 }

14 if (.@r>=7) {

15 bonus bDef,100;

16 bonus bMaxHPrate,15;

17 bonus2 bSubClass,Class_Boss,5;

18 bonus2 bSubClass,Class_Normal,5;

19 }

Equip Script None
Unequip Script None