Viewing Item

#470304: Yorscalp Shoes

Item ID 470304 For Sale No
Identifier Yorscalp_Shoes Credit Price Not For Sale
Name Yorscalp 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 250
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,15*(.@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,8;

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,4;

26 bonus bMatkRate,4;

27 if (.@g>=ENCHANTGRADE_B) {

28 bonus bFixedCast,-1000;

29 if (.@g>=ENCHANTGRADE_A) {

30 bonus bSMatk,5;

31 bonus bMatkRate,5;

32 }

33 }

34 }

35 }

Equip Script None
Unequip Script None