Viewing Item

#830025: RG-5649

Item ID 830025 For Sale No
Identifier RG_5649 Credit Price Not For Sale
Name RG-5649 Type Weapon - Gatling Gun
NPC Buy 0 Weight 290
NPC Sell 0 Weapon Level 5
Range 9 Defense 0
Slots 2 Refineable Yes
Attack 295 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_THE_VIGILANTE_AT_NIGHT",5;

6 if (.@r>=5) {

7 bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",10;

8 if (.@r>=7) {

9 bonus bLongAtkRate,5;

10 if (.@r>=9) {

11 bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",10;

12 if (.@r>=10) {

13 bonus bDelayrate,-10;

14 if (.@r>=11) {

15 bonus bLongAtkRate,15;

16 bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",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