Viewing Item

#820007: Demon Slayer Shot-LT

Item ID 820007 For Sale No
Identifier Demon_S_Shot_LT Credit Price Not For Sale
Name Demon Slayer Shot-LT Type Weapon - Shotgun
NPC Buy 0 Weight 230
NPC Sell 0 Weapon Level 5
Range 9 Defense 0
Slots 2 Refineable Yes
Attack 295 Min Equip Level 190
MATK 0 Max Equip Level None
Equip Locations Two-Handed
Equip Upper None
Equippable Jobs Gunslinger / Rebellion
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bSplashRange,1;

4 bonus bUnbreakableWeapon;

5 if (BaseLevel>=210) {

6 bonus bPAtk,1;

7 bonus bPow,2;

8 }

9 if (.@r>=7) {

10 bonus bLongAtkRate,10;

11 bonus2 bSkillAtk,"RL_BANISHING_BUSTER",30;

12 bonus2 bSkillAtk,"RL_S_STORM",30;

13 if (.@r>=9) {

14 bonus2 bSkillCooldown,"RL_S_STORM",-1000;

15 bonus2 bSkillAtk,"RL_BANISHING_BUSTER",25;

16 bonus2 bSkillAtk,"RL_S_STORM",25;

17 if (.@r>=11) {

18 bonus2 bAddSize,Size_All,15;

19 bonus2 bAddClass,Class_Boss,15;

20 bonus2 bAddRace,RC_Undead,15;

21 bonus2 bAddRace,RC_Demon,15;

22 }

23 }

24 }

25 if (.@g >= ENCHANTGRADE_D) {

26 bonus bAtkRate,3;

27 if (.@g >= ENCHANTGRADE_C) {

28 bonus bLongAtkRate,15;

29 bonus bPAtk,1;

30 if (.@g >= ENCHANTGRADE_B) {

31 bonus bPAtk,2;

32 bonus bPow,3;

33 }

34 }

35 }

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

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

Equip Script None
Unequip Script None