Viewing Item

#470238: Boots of Good and Evil (Night Watch)

Item ID 470238 For Sale No
Identifier FateSin_Boots_NW Credit Price Not For Sale
Name Boots of Good and Evil (Night Watch) Type Armor
NPC Buy 0 Weight 60
NPC Sell 0 Weapon Level 0
Range 0 Defense 20
Slots 1 Refineable Yes
Attack 0 Min Equip Level 210
MATK 0 Max Equip Level None
Equip Locations Footgear
Equip Upper None
Equippable Jobs Rebellion
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bMaxHP,500;

4 bonus bMaxSP,100;

5 bonus bMaxHPrate,(.@r/2);

6 bonus bMaxSPrate,(.@r/2);

7 if (.@r>=7) {

8 bonus bAtkRate,7;

9 if (.@r>=9) {

10 bonus bLongAtkRate,10;

11 if (.@r>=11) {

12 bonus bFixedCast,-500;

13 }

14 }

15 }

16 if (.@g>=ENCHANTGRADE_D) {

17 bonus bMRes,50;

18 bonus bRes,50;

19 if (.@g>=ENCHANTGRADE_C) {

20 bonus2 bAddSize,Size_All,10;

21 if (.@g>=ENCHANTGRADE_B) {

22 bonus bPAtk,7;

23 bonus bSMatk,7;

24 if (.@g>=ENCHANTGRADE_A) {

25 bonus bFixedCast,-500;

26 }

27 }

28 }

29 }

Equip Script None
Unequip Script None