Viewing Item

#590034: Meteor Striker-LT

Item ID 590034 For Sale No
Identifier Meteor_Striker_LT Credit Price Not For Sale
Name Meteor Striker-LT Type Weapon - Mace
NPC Buy 0 Weight 350
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 320 Min Equip Level 190
MATK 0 Max Equip Level None
Equip Locations Main Hand
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 bSkillAtk,"NC_BOOSTKNUCKLE",15;

11 bonus2 bSkillAtk,"NC_VULCANARM",15;

12 if (.@r>=9) {

13 bonus bVariableCastrate,-15;

14 bonus2 bSkillAtk,"NC_ARMSCANNON",25;

15 if (.@r>=11) {

16 bonus bLongAtkRate,15;

17 bonus2 bSkillAtk,"NC_ARMSCANNON",20;

18 }

19 }

20 }

21 if (.@g >= ENCHANTGRADE_D) {

22 bonus bAtkRate,3;

23 if (.@g >= ENCHANTGRADE_C) {

24 bonus bLongAtkRate,15;

25 bonus bPAtk,1;

26 if (.@g >= ENCHANTGRADE_B) {

27 bonus bPAtk,2;

28 bonus bPow,3;

29 }

30 }

31 }

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

33 bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",10*(.@r/3);

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

Equip Script None
Unequip Script None