Viewing Item

#470261: Gaebolg Shoes

Item ID 470261 For Sale No
Identifier Gaebolg_Shoes Credit Price Not For Sale
Name Gaebolg Shoes Type Armor
NPC Buy 0 Weight 100
NPC Sell 0 Weapon Level 0
Range 0 Defense 80
Slots 1 Refineable Yes
Attack 0 Min Equip Level 245
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 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bMaxHPrate,10;

4 bonus bMaxSPrate,4+(.@r/2);

5 bonus bDef,10*(.@r/2);

6 if (.@r>=7) {

7 bonus bAspdRate,10;

8 if (.@r>=9) {

9 bonus2 bMagicAtkEle,Ele_All,5;

10 bonus bSMatk,5;

11 if (.@r>=10) {

12 bonus bMatk,20;

13 bonus bDef,100;

14 if (.@r>=12) {

15 bonus2 bMagicAtkEle,Ele_All,5;

16 }

17 }

18 }

19 }

20 if (.@g>=ENCHANTGRADE_D) {

21 bonus bMatk,10;

22 bonus bSpl,2;

23 bonus bCon,2;

24 if (.@g>=ENCHANTGRADE_C) {

25 bonus bSMatk,2;

26 bonus bMatkRate,2;

27 if (.@g>=ENCHANTGRADE_B) {

28 bonus bFixedCast,-1000;

29 if (.@g>=ENCHANTGRADE_A) {

30 bonus bSMatk,3;

31 bonus bMatkRate,3;

32 }

33 }

34 }

35 }

Equip Script None
Unequip Script None