Viewing Item

#400433: Fallen Wing Hairpin-LT

Item ID 400433 For Sale No
Identifier Gothic_HW_TW_LT Credit Price Not For Sale
Name Fallen Wing Hairpin-LT Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable Yes
Attack 0 Min Equip Level 1
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 .@g

5 =

6 getenchantgrade();

7 bonus

8 bMaxHPrate,10;

9 bonus

10 bDelayrate,8-(2*(.@r/2));

11 bonus

12 bMaxHP,3000*(.@r/3);

13 if

14 (.@r

15 =7)

16 {

17 bonus

18 bDelayrate,-10;

19 if

20 (.@r

21 =9)

22 {

23 bonus

24 bAtkRate,10;

25 bonus

26 bMatkRate,10;

27 if

28 (.@r

29 =11)

30 {

31 bonus2

32 bAddRace,RC_All,15;

33 bonus2

34 bMagicAddRace,RC_All,15;

35 if

36 (.@r

37 =13)

38 {

39 bonus

40 bNearAtkDef,10;

41 bonus

42 bLongAtkDef,10;

43 }

44 }

45 }

46 }

47 if

48 (.@g

49 =ENCHANTGRADE_D)

50 {

51 bonus

52 bPAtk,5;

53 bonus

54 bSMatk,5;

55 if

56 (.@g

57 =ENCHANTGRADE_C)

58 {

59 bonus

60 bMaxHP,15000;

61 bonus

62 bDelayrate,-5;

63 if

64 (.@g

65 =ENCHANTGRADE_B)

66 {

67 autobonus

68 "{

69 bonus2

70 bMagicAtkEle,Ele_All,20;

71 bonus

72 bShortAtkRate,20;

73 bonus

74 bLongAtkRate,20;

75 }",20,10000,BF_WEAPON|BF_MAGIC;

76 if

77 (.@g

78 =ENCHANTGRADE_A)

79 {

80 bonus2

81 bSubEle,Ele_All,10;

82 }

83 }

84 }

85 }

Equip Script None
Unequip Script None