Viewing Item

#480454: Battle Aura Manteau-LT

Item ID 480454 For Sale No
Identifier Battle_Aura_Manteau_LT Credit Price Not For Sale
Name Battle Aura Manteau-LT Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 20
Slots 1 Refineable Yes
Attack 0 Min Equip Level 190
MATK 0 Max Equip Level None
Equip Locations None
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 bNoKnockback;

9 skill

10 "MO_CALLSPIRITS",5;

11 bonus

12 bBaseAtk,10*(.@r/2);

13 bonus

14 bPow,.@r/2;

15 bonus

16 bCon,.@r/2;

17 bonus

18 bShortAtkRate,8*(.@r/3);

19 bonus

20 bLongAtkRate,8*(.@r/3);

21 if

22 (.@r

23 =7)

24 {

25 bonus

26 bAtkRate,15;

27 bonus

28 bAspdRate,10;

29 if

30 (.@r

31 =9)

32 {

33 bonus2

34 bAddEle,Ele_All,12;

35 if

36 (.@r

37 =11)

38 {

39 bonus

40 bPerfectHitAddRate,25;

41 if

42 (.@r

43 =13)

44 {

45 bonus

46 bShortAtkRate,10;

47 bonus

48 bLongAtkRate,10;

49 }

50 }

51 }

52 }

53 if

54 (.@g

55 =ENCHANTGRADE_D)

56 {

57 bonus

58 bBaseAtk,80;

59 if

60 (.@g

61 =ENCHANTGRADE_C)

62 {

63 bonus

64 bPerfectHitAddRate,10;

65 if

66 (.@g

67 =ENCHANTGRADE_B)

68 {

69 bonus2

70 bAddSize,Size_All,12;

71 if

72 (.@g

73 =ENCHANTGRADE_A)

74 {

75 bonus

76 bDelayrate,-7;

77 if

78 (.@r

79 =13)

80 {

81 bonus2

82 bAddRace,RC_All,12;

83 }

84 }

85 }

86 }

87 }

Equip Script None
Unequip Script None