Viewing Item

#450264: Glacier Armor

Item ID 450264 For Sale No
Identifier Glacier_Armor Credit Price Not For Sale
Name Glacier Armor Type Armor
NPC Buy 0 Weight 240
NPC Sell 0 Weapon Level 0
Range 0 Defense 168
Slots 1 Refineable Yes
Attack 0 Min Equip Level 230
MATK 0 Max Equip Level None
Equip Locations Armor
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 bBaseAtk,120+15*(.@r/2);

9 bonus

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

11 if

12 (.@r

13 =7)

14 {

15 bonus

16 bLongAtkRate,5;

17 bonus

18 bShortAtkRate,5;

19 bonus

20 bAspdRate,10;

21 if

22 (.@r

23 =9)

24 {

25 bonus

26 bAspdRate,5;

27 bonus

28 bPAtk,3;

29 if

30 (.@r

31 =10)

32 {

33 bonus

34 bDelayrate,-5;

35 bonus

36 bDef,100;

37 }

38 }

39 }

40 if

41 (.@g

42 =ENCHANTGRADE_D)

43 {

44 bonus

45 bDelayrate,-5;

46 bonus

47 bPow,3;

48 bonus

49 bCon,3;

50 if

51 (.@g

52 =ENCHANTGRADE_C)

53 {

54 bonus

55 bPAtk,2;

56 bonus

57 bAtkRate,3;

58 }

59 }

Equip Script None
Unequip Script None