Viewing Item

#470208: Boots of Good and Evil (Inquisitor)

Item ID 470208 For Sale No
Identifier FateSin_Boots_IQ Credit Price Not For Sale
Name Boots of Good and Evil (Inquisitor) 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 Monk
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 bonus bShortAtkRate,10;

12 if (.@r>=11) {

13 bonus bFixedCast,-500;

14 }

15 }

16 }

17 if (.@g>=ENCHANTGRADE_D) {

18 bonus bMRes,50;

19 bonus bRes,50;

20 if (.@g>=ENCHANTGRADE_C) {

21 bonus2 bAddSize,Size_All,10;

22 if (.@g>=ENCHANTGRADE_B) {

23 bonus bPAtk,7;

24 bonus bSMatk,7;

25 if (.@g>=ENCHANTGRADE_A) {

26 bonus bFixedCast,-500;

27 }

28 }

29 }

30 }

Equip Script None
Unequip Script None