Viewing Item

#470197: Dim Glacier Boots

Item ID 470197 For Sale No
Identifier D_Glacier_Boots Credit Price Not For Sale
Name Dim Glacier Boots Type Armor
NPC Buy 0 Weight 200
NPC Sell 0 Weapon Level 0
Range 0 Defense 126
Slots 1 Refineable Yes
Attack 0 Min Equip Level 230
MATK 0 Max Equip Level None
Description Glacier's Boots that have lost their light due to being engulfed in venomous magic.
_______________________
POW +2, CON +2
_______________________
Refine Level +7:
ATK +5%, P.ATK +2
_______________________
Refine Level +9:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +11:
Increases Physical Damage by 10%.
_______________________
[Bonus by Grade]
[Grade D]: ATK +2%
[Grade C]: Fixed Casting Time -1 second.
[Grade B]: P.ATK +2, ATK +1%.
[Grade A]: ATK +2%
_______________________
Type: Shoes
Defense: 126
Weight: 200
Armor Level: 2
_______________________
Requirement:
Base Level 230
Equip Locations Footgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g

2 =

3 getenchantgrade();

4 .@r

5 =

6 getrefine();

7 bonus

8 bPow,2;

9 bonus

10 bCon,2;

11 if

12 (.@r

13 =7)

14 {

15 bonus

16 bPAtk,2;

17 bonus

18 bAtkRate,5;

19 if

20 (.@r

21 =9)

22 {

23 bonus

24 bVariableCastrate,-10;

25 if

26 (.@r

27 =11)

28 {

29 bonus

30 bLongAtkRate,10;

31 bonus

32 bShortAtkRate,10;

33 }

34 }

35 }

36 if

37 (.@g

38 =ENCHANTGRADE_D)

39 {

40 bonus

41 bAtkRate,2;

42 if

43 (.@g

44 =ENCHANTGRADE_C)

45 {

46 bonus

47 bFixedCast,-1000;

48 if

49 (.@g

50 =ENCHANTGRADE_B)

51 {

52 bonus

53 bPAtk,2;

54 bonus

55 bAtkRate,1;

56 if

57 (.@g

58 =ENCHANTGRADE_A)

59 {

60 bonus

61 bAtkRate,2;

62 }

63 }

64 }

65 }

Equip Script None
Unequip Script None