Viewing Item

#830010: Poenitentia Veloci

Item ID 830010 For Sale No
Identifier Poenitentia_Veloci Credit Price Not For Sale
Name Poenitentia Veloci Type Weapon - Gatling Gun
NPC Buy 0 Weight 190
NPC Sell 0 Weapon Level 5
Range 9 Defense 0
Slots 2 Refineable Yes
Attack 260 Min Equip Level 230
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,10;

4 bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",10;

5 bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",10;

6 bonus2 bSkillAtk,"RL_R_TRIP",3*(.@r/2);

7 if (.@r>=7) {

8 bonus bLongAtkRate,10;

9 if (.@r>=9) {

10 bonus2 bSkillAtk,"RL_R_TRIP",25;

11 if (.@r>=11) {

12 bonus2 bAddSize,Size_All,15;

13 }

14 }

15 }

16 if (.@g >= ENCHANTGRADE_D) {

17 bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",5;

18 bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",5;

19 if (.@g >= ENCHANTGRADE_C) {

20 bonus bPAtk,1;

21 bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",3;

22 bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",3;

23 if (.@g >= ENCHANTGRADE_B) {

24 bonus bCon,1;

25 bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",5;

26 bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",5;

27 }

28 }

29 }

Equip Script None
Unequip Script None