Viewing Item

#840008: Golden Lord Launcher-LT

Item ID 840008 For Sale No
Identifier Golden_L_Launcher_LT Credit Price Not For Sale
Name Golden Lord Launcher-LT Type Weapon - Grenade Launcher
NPC Buy 0 Weight 240
NPC Sell 0 Weapon Level 5
Range 9 Defense 0
Slots 2 Refineable Yes
Attack 350 Min Equip Level 190
MATK 0 Max Equip Level None
Equip Locations Two-Handed
Equip Upper None
Equippable Jobs Rebellion
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bUnbreakableWeapon;

4 if (BaseLevel>=210) {

5 bonus bPAtk,1;

6 bonus bPow,2;

7 }

8 if (.@r>=7) {

9 bonus2 bSkillCooldown,"RL_D_TAIL",-1000;

10 bonus2 bSkillAtk,"RL_D_TAIL",20;

11 if (.@r>=9) {

12 bonus bLongAtkRate,15;

13 bonus2 bSkillAtk,"RL_D_TAIL",35;

14 if (.@r>=11) {

15 bonus2 bAddSize,Size_All,15;

16 bonus2 bAddEle,Ele_All,15;

17 }

18 }

19 }

20 if (.@g >= ENCHANTGRADE_D) {

21 bonus bAtkRate,3;

22 if (.@g >= ENCHANTGRADE_C) {

23 bonus bLongAtkRate,15;

24 bonus bPAtk,1;

25 if (.@g >= ENCHANTGRADE_B) {

26 bonus bPAtk,2;

27 bonus bPow,3;

28 }

29 }

30 }

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

32 bonus bLongAtkRate,4*(.@r/3);

Equip Script None
Unequip Script None