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

Mirage Launcher [1]   [Two Handed]   Item ID# 28232 (Mirage_Launcher)
Type
Weapon
Class
Grenade Launcher
Buy
n/a
Sell
n/a
Weight
140
Attack
210
Required Lvl
150
Weapon Lvl
4
Slot
1
Range
9
Applicable Jobs
Rebellion
Description
A Diva Grenade Gun that has mutated under the influence of the power of the labyrinth.
It is unknown what kind of material is refined, and even similar weapons have different performance.

For each 10 base LUK:
Increases damage of Dragon Tail by 7%.

Base LUK is at least 110:
Increases damage of Dragon Tail by additional 30%.

For each Level of Snake Eyes: ATK +2.

Refine Level +7: ATK +30, HIT +5.

Refine Level +9: ATK +30, HIT +5.

When compounded with Labyrinth Dracula Card:
Physical attacks have a certain chance to absorb 5% of the inflicted damage as SP.
Item Script
expand to view script
{ .@r = getrefine(); bonus bBaseAtk,2*getskilllv("GS_SNAKEEYE"); bonus2 bSkillAtk,"RL_D_TAIL",(readparam(bLuk)/10)*7; if (readparam(bLuk)>=110) bonus2 bSkillAtk,"RL_D_TAIL",30; if (.@r>=7) { bonus bBaseAtk,30; bonus bHit,5; } if (.@r>=9) { bonus bBaseAtk,30; bonus bHit,5; } },{},{}
Dropped By No Result

Muqaddas Naranzak [2]   [Two Handed]   Item ID# 840028 (Mocadas_Launcher)
Type
Weapon
Class
Grenade Launcher
Buy
n/a
Sell
n/a
Weight
250
Attack
340
Required Lvl
250
Weapon Lvl
5
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
An grenade launcher created by combining holy relics and magical powers.

ATK +5%
Increases damage of Spiral Shooting by 10%.

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

Refine Level +9:
Increases damage of Spiral Shooting by additional 10%.

Refine Level +11:
Increases damage of Spiral Shooting by additional 10%.

[Bonus by Grade]
[Grade D]: Physical Damage against enemies of Small size +15%.
[Grade C]: Physical Damage against enemies of Medium size +15%.
[Grade B]: Physical Damage against enemies of Large size +15%.
[Grade A]: P.ATK +5
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5; bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",10; if (.@r>=7) { bonus bLongAtkRate,10; if (.@r>=9) { bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",10; if (.@r>=11) { bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",10; } } } if (.@g>=ENCHANTGRADE_D) { bonus2 bAddSize,Size_Small,15; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_Medium,15; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddSize,Size_Large,15; if (.@g>=ENCHANTGRADE_A) { bonus bPAtk,5; } } } } },{},{}
Dropped By No Result

Novice Grenade Launcher [0]   [Two Handed]   Item ID# 13183 (Novice_Grenade_Launcher)
Type
Weapon
Class
Grenade Launcher
Buy
n/a
Sell
n/a
Weight
150
Attack
40
Weapon Lvl
1
Slot
0
Range
9
Refineable
No
Applicable Jobs
Gunslinger
Rebellion
Description
A granade launcher made for beginners. Only for beginners.
Item Script
{},{},{}
Dropped By No Result

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

Scrap Bomber [2]   [Two Handed]   Item ID# 840005 (Fourth_Grenade)
Type
Weapon
Class
Grenade Launcher
Buy
n/a
Sell
n/a
Weight
320
Attack
350
Required Lvl
200
Weapon Lvl
5
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A weapon made crudely by collecting various scrap metals and etel powder.
New abilities that had not been discovered before began to emerge.

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

For each 4 Refine Levels:
Increases ranged physical damage by 3%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"NW_WILD_FIRE",6*(.@r/2); bonus bLongAtkRate,3*(.@r/4); },{},{}
Dropped By No Result

Soldier Grenade Launcher [0]   [Two Handed]   Item ID# 13174 (BF_Launcher1)
Valorous Grenade Launcher
Type
Weapon
Class
Grenade Launcher
Buy
n/a
Sell
n/a
Weight
0
Attack
300
Required Lvl
80
Weapon Lvl
3
Slot
0
Range
9
Applicable Jobs
Gunslinger
Rebellion
Description
A Grenade Launcher that shows great fire-power in battles against DemiHumans.

DEX +2
Increases physical damage inflicted on DemiHuman monsters by 35%.
Ignores physical defense of DemiHuman monsters by 20%.
When attacking, has a chance of gaining ATK +300 for 9 seconds but drains 120 HP every second.

Indestructible in battle.
Item Script
expand to view script
{ bonus bDex,2; bonus bSplashRange,1; bonus2 bAddRace,RC_DemiHuman,55; bonus2 bAddRace,RC_Player_Human,55; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; autobonus "{ bonus bBaseAtk,300; bonus2 bHPLossRate,120,1000; }",30,9000,BF_WEAPON,"{ specialeffect2 EF_BASH3D; }"; bonus bUnbreakableWeapon; },{},{}
Dropped By No Result
Obtainable FromBattleground

Southern Cross [0]   [Two Handed]   Item ID# 28201 (Southern_Cross_R)
Type
Weapon
Class
Grenade Launcher
Buy
2800000z
Sell
1400000z
Weight
200
Attack
480
Required Lvl
141
Weapon Lvl
4
Slot
0
Range
9
Applicable Jobs
Rebellion
Description
Southern Cross, which means angel of death derives its name from the Grenade Launcher.
Has a low chance of auto casting Level 1 Cross Impact when dealing physical attack.
Has a low chance inflict Curse on the enemy when dealing physical attack.
Item Script
{ bonus2 bAddEff,Eff_Curse,300; bonus4 bAutoSpell,"KO_JYUMONJIKIRI",1,100,1; },{},{}
Dropped By No Result
Buyable AtClick here for vender information

Southern Cross [1]   [Two Handed]   Item ID# 28202 (Southern_Cross_R_)
Type
Weapon
Class
Grenade Launcher
Buy
2800000z
Sell
1400000z
Weight
200
Attack
480
Required Lvl
141
Weapon Lvl
4
Slot
1
Range
9
Applicable Jobs
Rebellion
Description
Southern Cross, which means angel of death derives its name from the Grenade Launcher.
Has a low chance of auto casting Level 1 Cross Impact when dealing physical attack.
Has a low chance inflict Curse on the enemy when dealing physical attack.
Item Script
{ bonus2 bAddEff,Eff_Curse,300; bonus4 bAutoSpell,"KO_JYUMONJIKIRI",1,100,1; },{},{}
Dropped By No Result

TE Woe Grenade [0]   [Two Handed]   Item ID# 13187 (TE_Woe_Grenade)
Type
Weapon
Class
Grenade Launcher
Buy
n/a
Sell
n/a
Weight
0
Attack
100
Required Lvl
40
Weapon Lvl
3
Slot
0
Range
9
Applicable Jobs
Gunslinger
Rebellion
Description
Rental Item

*Effects in WoE TE area
Increases physical damage against Players by 40%.
Random chance to inflict Blind status when dealing physical damage.
Item Script
{ bonus2 bAddRace,RC_Player_Human,40; bonus2 bAddRace,RC_Player_Doram,40; bonus2 bAddEff,Eff_Blind,1000; },{},{}
Dropped By No Result

Trial Rebel's Grenade Launcher [1]   [Two Handed]   Item ID# 28217 (Probation_Launcher)
Probation Grenade Launcher
Type
Weapon
Class
Grenade Launcher
Buy
20z
Sell
10z
Weight
0
Attack
350
Required Lvl
100
Weapon Lvl
3
Slot
1
Range
9
Applicable Jobs
Gunslinger
Rebellion
Description
A special Granade Launcher modified for novice rebel.
When combined with Enhanced Time Keeper Armor, will makes wearer's body more agile.

Increases damage of Dragon Tail by 20%.
For each 10 Base Level, increases ATK by 6 (Upto BaseLv 160).

Refine Level +7:
Every learned level of Ground Drift increases ranged physical attack by 1%.

When equipped with Time Keeper Set(Hat, Robe, Manteau and Boots):
ASPD +2, MaxHP +10%, MaxSP +10%.
Every 10 base point of AGI: ASPD +2%. (Upto 100 AGI)
Every 10 base point of DEX: HIT +3. (Upto 100 DEX)
Every 10 base point of LUK: Critical +3. (Upto 100 LUK)
Every 10 base point of VIT:
Reduces damage taken from Neutral elemental attacks by 3%. (Upto 100 VIT)
Item Script
{ bonus2 bSkillAtk,"RL_D_TAIL",20; bonus bBaseAtk,((min(BaseLevel,160)/10)*6); if (getrefine()>6) { bonus bLongAtkRate,getskilllv("GS_GROUNDDRIFT"); } },{},{}
Dropped By No Result

< 1234 >
back to top