Viewing Item

#470205: Asteria's Shoes-LT

Item ID 470205 For Sale No
Identifier Astraea_Shoes_LT Credit Price Not For Sale
Name Asteria's Shoes-LT Type Armor
NPC Buy 0 Weight 25
NPC Sell 0 Weapon Level 0
Range 0 Defense 25
Slots 1 Refineable Yes
Attack 0 Min Equip Level 190
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 .@g = getenchantgrade();

3 bonus bAllStats,3;

4 bonus bMdef,10;

5 if (.@r>=10) {

6 if (readparam(bStr)>=100) {

7 bonus bMaxHPrate,10;

8 bonus bMaxSPrate,10;

9 if (readparam(bAgi)>=100) {

10 bonus bAspdRate,15;

11 if (readparam(bVit)>=100) {

12 bonus2 bSubSize,Size_Medium,15;

13 if (readparam(bInt)>=100) {

14 bonus bFixedCast,-500;

15 if (readparam(bDex)>=100) {

16 bonus bDelayrate,-7;

17 if (readparam(bLuk)>=100) {

18 bonus bCritical,10;

19 bonus bFlee2,5;

20 }

21 }

22 }

23 }

24 }

25 }

26 }

27 if (.@r>=13) {

28 if (readparam(bPow)>=60) {

29 bonus bShortAtkRate,15;

30 if (readparam(bSta)>=60) {

31 bonus bDelayrate,-8;

32 bonus bRes,30;

33 if (readparam(bWis)>=60) {

34 bonus bDelayrate,-8;

35 bonus bMRes,30;

36 if (readparam(bSpl)>=60) {

37 bonus2 bMagicAtkEle,Ele_All,15;

38 if (readparam(bCon)>=60) {

39 bonus bLongAtkRate,15;

40 if (readparam(bCrt)>=60) {

41 bonus bHPlus,10;

42 bonus bCRate,10;

43 }

44 }

45 }

46 }

47 }

48 }

49 }

50 if (.@g>=ENCHANTGRADE_D) {

51 bonus bRes,30;

52 bonus bMRes,30;

53 }

54 if (.@g>=ENCHANTGRADE_C) {

55 bonus bPAtk,5;

56 bonus bSMatk,5;

57 }

58 if (.@g>=ENCHANTGRADE_B) {

59 bonus2 bAddSize,Size_All,15;

60 bonus2 bMagicAddSize,Size_All,15;

61 }

62 if (.@g>=ENCHANTGRADE_A) {

63 if (.@r>=13) {

64 bonus bFixedCast,-500;

65 }

66 }

Equip Script None
Unequip Script None