Viewing Item

#22170: Survivor's Shoes

Item ID 22170 For Sale No
Identifier Shoes_Of_Servival Credit Price Not For Sale
Name Survivor's Shoes Type Armor
NPC Buy 10 Weight 50
NPC Sell 5 Weapon Level 0
Range 0 Defense 15
Slots 0 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 if (.@r >= 7) {

3 .@hpsp = 20;

4 .@dmg = 10;

5 } else if (.@r >= 5) {

6 .@hpsp = 10;

7 .@dmg = 5;

8 }

9 else {

10 .@hpsp = 3;

11 .@dmg = 2;

12 }

13 bonus bMdef,15;

14 bonus2 bSubRace,RC_DemiHuman,5;

15 bonus bMaxHPrate,.@hpsp;

16 bonus bMaxSPrate,.@hpsp;

17 bonus bMatkRate,.@dmg;

18 bonus2 bMagicAtkEle,Ele_Wind,.@dmg;

19 bonus2 bMagicAtkEle,Ele_Earth,.@dmg;

Equip Script None
Unequip Script None