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 Garment
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 .@g = getenchantgrade();

3 bonus bNoKnockback;

4 skill "MO_CALLSPIRITS",5;

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

6 bonus bPow,.@r/2;

7 bonus bCon,.@r/2;

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

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

10 if (.@r>=7) {

11 bonus bAtkRate,15;

12 bonus bAspdRate,10;

13 if (.@r>=9) {

14 bonus2 bAddEle,Ele_All,12;

15 if (.@r>=11) {

16 bonus bPerfectHitAddRate,25;

17 if (.@r>=13) {

18 bonus bShortAtkRate,10;

19 bonus bLongAtkRate,10;

20 }

21 }

22 }

23 }

24 if (.@g>=ENCHANTGRADE_D) {

25 bonus bBaseAtk,80;

26 if (.@g>=ENCHANTGRADE_C) {

27 bonus bPerfectHitAddRate,10;

28 if (.@g>=ENCHANTGRADE_B) {

29 bonus2 bAddSize,Size_All,12;

30 if (.@g>=ENCHANTGRADE_A) {

31 bonus bDelayrate,-7;

32 if (.@r>=13) {

33 bonus2 bAddRace,RC_All,12;

34 }

35 }

36 }

37 }

38 }

Equip Script None
Unequip Script None