Viewing Item

#470175: Rune Boots of Ice

Item ID 470175 For Sale No
Identifier Ice_Rune_Boots Credit Price Not For Sale
Name Rune Boots of Ice Type Armor
NPC Buy 0 Weight 100
NPC Sell 0 Weapon Level 0
Range 0 Defense 45
Slots 1 Refineable Yes
Attack 0 Min Equip Level 230
MATK 0 Max Equip Level None
Description Boots engraved with Varmundt's Ice Rune magic.
The imprint is amplified with the essence of ice.
_______________________
Refine Level +7:
ATK +5%, P.ATK +2
_______________________
Refine Level +9:
Increases Critical Damage by 10%.
Decreases Fixed Casting Time by 0.3 seconds.
_______________________
Refine Level +11:
Increases Ranged Physical Damage by 5%.
Decreases Fixed Casting Time by additional 0.4 seconds.
_______________________
[Bonus by Grade]
[Grade D]: ATK +5%
[Grade C]: Fixed Casting Time -0.3 seconds.
[Grade B]: ATK +5%, P.ATK +5
[Grade A]: C.RATE +1, P.ATK +2
_______________________
Type: Shoes
Defense: 45
Weight: 100
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 if

8 (.@r

9 =7)

10 {

11 bonus

12 bPAtk,2;

13 bonus

14 bAtkRate,5;

15 if

16 (.@r

17 =9)

18 {

19 bonus

20 bFixedCast,-300;

21 bonus

22 bCritAtkRate,10;

23 if

24 (.@r

25 =11)

26 {

27 bonus

28 bFixedCast,-400;

29 bonus

30 bLongAtkRate,5;

31 }

32 }

33 }

34 if

35 (.@g

36 =ENCHANTGRADE_D)

37 {

38 bonus

39 bAtkRate,5;

40 if

41 (.@g

42 =ENCHANTGRADE_C)

43 {

44 bonus

45 bFixedCast,-300;

46 if

47 (.@g

48 =ENCHANTGRADE_B)

49 {

50 bonus

51 bPAtk,5;

52 bonus

53 bAtkRate,5;

54 if

55 (.@g

56 =ENCHANTGRADE_A)

57 {

58 bonus

59 bCRate,1;

60 bonus

61 bPAtk,2;

62 }

63 }

64 }

65 }

Equip Script None
Unequip Script None