Renewal
.:Renewal Item Database:.
Weapon - All Guns

Poenitentia Foramen [2]   [Two Handed]   Item ID# 800011 (Poenitentia_Foramen)
Type
Weapon
Class
Revolver
Buy
n/a
Sell
n/a
Weight
120
Attack
220
Required Lvl
230
Weapon Lvl
5
Slot
2
Range
7
Applicable Jobs
Rebellion
Description
A pistol containing the pain of bereavement.

ATK +10%

Increases damage of Only One Bullet and Magazine for One by 10%.

For each 2 Refine Levels:
Increases damage of Fire Dance by 3%.

Refine Level +7:
Increases ranged physical damage by 10%.

Refine Level +9:
Increases damage of Fire Dance by additional 25%.

Refine Level +11:
Increases physical damage against enemies of every size by 15%.

[Bonus by Grade]
[Grade D]: Damage of Only One Bullet and Magazine for One +5%.
[Grade C]: Damage of Only One Bullet and Magazine for One +3%, P.ATK +1.
[Grade B]: Damage of Only One Bullet and Magazine for One +12%, CON +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",10; bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",10; bonus2 bSkillAtk,"RL_FIREDANCE",3*(.@r/2); if (.@r>=7) { bonus bLongAtkRate,10; if (.@r>=9) { bonus2 bSkillAtk,"RL_FIREDANCE",25; if (.@r>=11) { bonus2 bAddSize,Size_All,15; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",5; bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",3; bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",3; if (.@g >= ENCHANTGRADE_B) { bonus bCon,1; bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",5; bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",5; } } } },{},{}
Dropped By No Result

Poenitentia Penet [2]   [Two Handed]   Item ID# 810007 (Poenitentia_Penet)
Type
Weapon
Class
Rifle
Buy
n/a
Sell
n/a
Weight
180
Attack
270
Required Lvl
230
Weapon Lvl
5
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A rifle containing the pain of bereavement.

ATK +10%

Increases damage of Only One Bullet and Spiral Shooting by 10%.

For each 2 Refine Levels:
Increases damage of Hammer of God by 3%.

Refine Level +7:
ASPD +10% (Decreases after attack delay by 10%).

Refine Level +9:
Increases damage of Hammer of God by additional 25%.

Refine Level +11:
Increases physical damage against enemies of every size by 15%.
Decreases Hammer of God skill cooldown by 8 seconds.

[Bonus by Grade]
[Grade D]: Damage of Only One Bullet and Spiral Shooting +5%.
[Grade C]: Damage of Only One Bullet and Spiral Shooting +3%, P.ATK +1.
[Grade B]: Damage of Only One Bullet and Spiral Shooting +5%, CON +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",10; bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",10; bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",3*(.@r/2); if (.@r>=7) { bonus bAspdRate,10; if (.@r>=9) { bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",25; if (.@r>=11) { bonus2 bAddSize,Size_All,15; bonus2 bSkillCooldown,"RL_HAMMER_OF_GOD",-8000; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",5; bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",3; bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",3; if (.@g >= ENCHANTGRADE_B) { bonus bCon,1; bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",5; bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",5; } } } },{},{}
Dropped By No Result

Poenitentia Ruina [2]   [Two Handed]   Item ID# 840006 (Poenitentia_Ruina)
Type
Weapon
Class
Grenade Launcher
Buy
n/a
Sell
n/a
Weight
270
Attack
370
Required Lvl
230
Weapon Lvl
5
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A grenade launcher containing the pain of bereavement.

ATK +10%

Increases damage of Spiral Shooting and Wild Fire by 10%.

For each 2 Refine Levels:
Increases damage of Dragon Tail by 3%.

Refine Level +7:
Increases ranged physical damage by 10%.

Refine Level +9:
Increases damage of Dragon Tail by additional 25%.

Refine Level +11:
Increases physical damage against enemies of every size by 15%.
Decreases Dragon Tail skill cooldown by 1 second.

[Bonus by Grade]
[Grade D]: Damage of Spiral Shooting and Wild Fire +5%.
[Grade C]: Damage of Spiral Shooting and Wild Fire +3%, P.ATK +1.
[Grade B]: Damage of Spiral Shooting and Wild Fire +5%, CON +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",10; bonus2 bSkillAtk,"NW_WILD_FIRE",10; bonus2 bSkillAtk,"RL_D_TAIL",3*(.@r/2); if (.@r>=7) { bonus bLongAtkRate,10; if (.@r>=9) { bonus2 bSkillAtk,"RL_D_TAIL",25; if (.@r>=11) { bonus2 bAddSize,Size_All,15; bonus2 bSkillCooldown,"RL_D_TAIL",-1000; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",5; bonus2 bSkillAtk,"NW_WILD_FIRE",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",3; bonus2 bSkillAtk,"NW_WILD_FIRE",3; if (.@g >= ENCHANTGRADE_B) { bonus bCon,1; bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",5; bonus2 bSkillAtk,"NW_WILD_FIRE",5; } } } },{},{}
Dropped By No Result

Poenitentia Veloci [2]   [Two Handed]   Item ID# 830010 (Poenitentia_Veloci)
Type
Weapon
Class
Gatling Gun
Buy
n/a
Sell
n/a
Weight
190
Attack
260
Required Lvl
230
Weapon Lvl
5
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A gatling gun containing the pain of bereavement.

ATK +10%

Increases damage of The Vigilante at Night and Magazine for One by 10%.

For each 2 Refine Levels:
Increases damage of Round Trip by 3%.

Refine Level +7:
Increases ranged physical damage by 10%.

Refine Level +9:
Increases damage of Round Trip by additional 25%.

Refine Level +11:
Increases physical damage against enemies of every size by 15%.

[Bonus by Grade]
[Grade D]: Damage of The Vigilante at Night and Magazine for One +5%.
[Grade C]: Damage of The Vigilante at Night and Magazine for One +3%, P.ATK +1.
[Grade B]: Damage of The Vigilante at Night and Magazine for One +5%, CON +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",10; bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",10; bonus2 bSkillAtk,"RL_R_TRIP",3*(.@r/2); if (.@r>=7) { bonus bLongAtkRate,10; if (.@r>=9) { bonus2 bSkillAtk,"RL_R_TRIP",25; if (.@r>=11) { bonus2 bAddSize,Size_All,15; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",5; bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",3; bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",3; if (.@g >= ENCHANTGRADE_B) { bonus bCon,1; bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",5; bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",5; } } } },{},{}
Dropped By No Result

Precision Bomber [2]   [Two Handed]   Item ID# 840004 (Precision_Grenade)
Type
Weapon
Class
Grenade Launcher
Buy
n/a
Sell
n/a
Weight
330
Attack
370
Required Lvl
220
Weapon Lvl
5
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A grenade launcher equipped with unholy energy concentrated on the clock tower parts.
It is more difficult to handle than the existing Scrap Bomber.

For each 2 Refine Levels:
Increases damage of Wild Fire by 7%.

For each 3 Refine Levels:
Increases damage of Howling Mine by 10%.

For each 4 Refine Levels:
Increases ranged physical damage by 4%.

[Bonus by Grade]
[Grade D]: CON +2.
[Grade C]: Damage of Wild Fire +10%.
[Grade B]: P.ATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus2 bSkillAtk,"NW_WILD_FIRE",7*(.@r/2); bonus2 bSkillAtk,"RL_H_MINE",10*(.@r/3); bonus bLongAtkRate,4*(.@r/4); if (.@g >= ENCHANTGRADE_D) { bonus bCon,2; if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"NW_WILD_FIRE",10; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; } } } },{},{}
Dropped By No Result

Precision Piercer [2]   [Two Handed]   Item ID# 810005 (Precision_Rifle)
Type
Weapon
Class
Rifle
Buy
n/a
Sell
n/a
Weight
180
Attack
300
Required Lvl
220
Weapon Lvl
5
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A rifle equipped with unholy energy concentrated on the clock tower parts.
It is more difficult to handle than the existing Scrap Piercer.

For each 2 Refine Levels:
Increases damage of Spiral Shooting by 7%.

For each 3 Refine Levels:
Increases damage of Hammer of God by 10%.

For each 4 Refine Levels:
Increases ranged physical damage by 4%.

[Bonus by Grade]
[Grade D]: CON +2.
[Grade C]: Damage of Spiral Shooting +10%.
[Grade B]: P.ATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",7*(.@r/2); bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",10*(.@r/3); bonus bLongAtkRate,4*(.@r/4); if (.@g >= ENCHANTGRADE_D) { bonus bCon,2; if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",10; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; } } } },{},{}
Dropped By No Result

Precision Pistol [2]   [Two Handed]   Item ID# 800009 (Precision_Pistol)
Type
Weapon
Class
Revolver
Buy
n/a
Sell
n/a
Weight
140
Attack
250
Required Lvl
220
Weapon Lvl
5
Slot
2
Range
7
Applicable Jobs
Rebellion
Description
A pistol equipped with unholy energy concentrated on the clock tower parts.
It is more difficult to handle than the existing Scrap Pistol.

For each 2 Refine Levels:
Increases damage of Only One Bullet by 7%.

For each 3 Refine Levels:
Increases damage of Fire Dance by 10%.

For each 4 Refine Levels:
Increases ranged physical damage by 4%.

[Bonus by Grade]
[Grade D]: CON +2.
[Grade C]: Damage of Only One Bullet +10%.
[Grade B]: P.ATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",7*(.@r/2); bonus2 bSkillAtk,"RL_FIREDANCE",10*(.@r/3); bonus bLongAtkRate,4*(.@r/4); if (.@g >= ENCHANTGRADE_D) { bonus bCon,2; if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",10; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; } } } },{},{}
Dropped By No Result

Precision Shatter [2]   [Two Handed]   Item ID# 820004 (Precision_Shotgun)
Type
Weapon
Class
Shotgun
Buy
n/a
Sell
n/a
Weight
220
Attack
330
Required Lvl
220
Weapon Lvl
5
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A shotgun equipped with unholy energy concentrated on the clock tower parts.
It is more difficult to handle than the existing Scrap Shatter.

For each 2 Refine Levels:
Increases damage of The Vigilante at Night by 7%.

For each 3 Refine Levels:
Increases damage of Banishing Buster by 10%.

For each 4 Refine Levels:
Increases ranged physical damage by 4%.

[Bonus by Grade]
[Grade D]: CON +2.
[Grade C]: Damage of The Vigilante at Night +10%.
[Grade B]: P.ATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",7*(.@r/2); bonus2 bSkillAtk,"RL_BANISHING_BUSTER",10*(.@r/3); bonus bLongAtkRate,4*(.@r/4); if (.@g >= ENCHANTGRADE_D) { bonus bCon,2; if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",10; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; } } } },{},{}
Dropped By No Result

Precision Splatter [2]   [Two Handed]   Item ID# 830008 (Precision_Gatling)
Type
Weapon
Class
Gatling Gun
Buy
n/a
Sell
n/a
Weight
260
Attack
290
Required Lvl
220
Weapon Lvl
5
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A gatling gun equipped with unholy energy concentrated on the clock tower parts.
It is more difficult to handle than the existing Scrap Splatter.

For each 2 Refine Levels:
Increases damage of Magazine for One by 7%.

For each 3 Refine Levels:
Increases damage of Round Trip by 10%.

For each 4 Refine Levels:
Increases ranged physical damage by 4%.

[Bonus by Grade]
[Grade D]: CON +2.
[Grade C]: Damage of Magazine for One +10%.
[Grade B]: P.ATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",7*(.@r/2); bonus2 bSkillAtk,"RL_R_TRIP",10*(.@r/3); bonus bLongAtkRate,4*(.@r/4); if (.@g >= ENCHANTGRADE_D) { bonus bCon,2; if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",10; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; } } } },{},{}
Dropped By No Result

< 12
back to top