Viewing Item

#800026: Devil's Bullet

Item ID 800026 For Sale No
Identifier Devils_Bullet Credit Price Not For Sale
Name Devil's Bullet Type Weapon - Revolver
NPC Buy 0 Weight 200
NPC Sell 0 Weapon Level 5
Range 7 Defense 0
Slots 2 Refineable Yes
Attack 250 Min Equip Level 215
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 bAtkRate,5;

4 bonus bCon,2;

5 bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",5;

6 if (.@r>=5) {

7 bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",10;

8 if (.@r>=7) {

9 bonus bLongAtkRate,5;

10 if (.@r>=9) {

11 bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",10;

12 if (.@r>=10) {

13 bonus bAspdRate,10;

14 if (.@r>=11) {

15 bonus bLongAtkRate,15;

16 bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",5;

17 }

18 }

19 }

20 }

21 }

22 if (.@g>=ENCHANTGRADE_D) {

23 bonus bLongAtkRate,10;

24 if (.@g>=ENCHANTGRADE_C) {

25 bonus2 bAddSize,Size_All,10;

26 if (.@g>=ENCHANTGRADE_B) {

27 bonus2 bAddSize,Size_All,10;

28 if (.@g>=ENCHANTGRADE_A) {

29 bonus2 bAddEle,Ele_All,10;

30 }

31 }

32 }

33 }

Equip Script None
Unequip Script None