Viewing Item

#620015: Avenger-LT

Item ID 620015 For Sale No
Identifier Avenger_LT Credit Price Not For Sale
Name Avenger-LT Type Weapon - Two-Handed Axe
NPC Buy 0 Weight 700
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 290 Min Equip Level 190
MATK 0 Max Equip Level None
Equip Locations Two-Handed
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Blacksmith
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bUnbreakableWeapon;

4 bonus bAtkRate,5;

5 if (BaseLevel>=210) {

6 bonus bPAtk,1;

7 bonus bPow,2;

8 }

9 if (.@r>=7) {

10 bonus2 bSkillCooldown,"NC_AXETORNADO",-1000;

11 bonus2 bSkillAtk,"NC_AXEBOOMERANG",40;

12 if (.@r>=9) {

13 bonus2 bAddSize,Size_All,20;

14 bonus bLongAtkRate,15;

15 bonus bShortAtkRate,15;

16 if (.@r>=11) {

17 bonus2 bSubEle,Ele_All,20;

18 }

19 }

20 }

21 if (.@g >= ENCHANTGRADE_D) {

22 bonus bAtkRate,3;

23 if (.@g >= ENCHANTGRADE_C) {

24 bonus bLongAtkRate,15;

25 bonus bShortAtkRate,15;

26 bonus bPAtk,1;

27 if (.@g >= ENCHANTGRADE_B) {

28 bonus bPAtk,2;

29 bonus bPow,3;

30 }

31 }

32 }

33 bonus bBaseAtk,15*(.@r/2);

34 bonus2 bSkillAtk,"NC_AXETORNADO",10*(.@r/3);

Equip Script None
Unequip Script None