Renewal
.:Renewal Item Database:.
Weapon - Grenade Launcher

Patent Golden Lord Launcher [2]   [Two Handed]   Item ID# 840001 (Up_Golden_L_Launcher)
Awakened Golden Road Launcher
Type
Weapon
Class
Grenade Launcher
Buy
20z
Sell
10z
Weight
240
Attack
350
Required Lvl
150
Weapon Lvl
4
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A grenade launcher made of gold used by those who have reached the level of gun master who can handle all guns skillfully.
Through the strength and grip of the barrel, it began to show its natural strength.
It seems to resonate with the Great Hero's Boots.

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

For each 3 Refine Levels:
ATK +20

Refine Level +7:
Increases damage of Dragon Tail by 15%.
Decreases Dragon Tail skill cooldown by 1 second.

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

Refine Level +11:
Increases physical damage against enemies of against enemies of all elements by 15%.

When equipped with Great Hero's Boots:
DEX +10
Increases ranged physical damage by 5%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bLongAtkRate,3*(.@r/2); bonus bBaseAtk,20*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"RL_D_TAIL",15; bonus2 bSkillCooldown,"RL_D_TAIL",-1000; } if (.@r>=9) { bonus2 bSkillAtk,"RL_D_TAIL",20; } if (.@r>=11) { bonus2 bAddEle,Ele_All,15; } },{},{}
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

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

back to top