Difference between revisions of "Grenade launcher"

From DoomWiki.org

[unchecked revision][checked revision]
m (Automated edit - strip wbr for MT_ enum to restore searching)
 
(23 intermediate revisions by 13 users not shown)
Line 1: Line 1:
The '''Grenade Launcher''' is a weapon that appears in [[Strife]]. It is actually a double-barrelled weapon, capable of firing two shots per burst, one after another. The Grenade Launcher can fire two different types of Grenades. The standard variety can be thrown at various angles, and will explode after bouncing several times. An additional trick is that these grenades can be aimed to the point that they can be bounced up and down off the heads of enemies to do additional pre-damage before the main explosion. The second type of Grenade is the [[Phosphorus Grenade]], which can be aimed in the same manner as the normal variety, but instead of exploding like normal, each will erupt into an erratically moving pillar of fire that will burn away for roughly 45 seconds at a time. Enemies slain by the flames will fall to ashes much like they had been hit by the [[Flamethrower]]. The first Grenade Launcher can be found in a locked down area in the Sewers.
+
{{gendisambigabout|the weapon from [[Strife]]|the weapon from [[Doom (2016)]]|Grenade launcher (Doom 2016)}}
 +
[[File:Strife grenade launcher.png|thumb|A grenade launcher in [[deathmatch]] from [[MAP20: Factory: Receiving (Strife)|MAP20: Factory: Receiving]].]]
 +
[[File:StrifeGrenade2.png|thumb|The phosphorous grenades used on peasants.]]
 +
The '''grenade launcher''' is a weapon from [[Strife]]. It is actually a double-barreled weapon, capable of firing two shots per burst, one after the other.
  
[[Category:Weapons]]
+
The grenade launcher can fire two different types of grenades. The [[HE grenade|high-explosive variety]] can be thrown at various angles, and will explode after bouncing three or four times. An additional trick is that these grenades can be aimed to the point that they can be bounced up and down off the heads of enemies to do additional pre-damage before the main explosion.
 +
 
 +
The second type of grenade is the [[phosphorous grenade]], which can be aimed in the same manner as the normal variety, but instead of exploding these grenades will erupt into an erratically moving pillar of fire that will burn away for roughly 45 seconds at a time. Human enemies slain by the flames will fall to ashes just as if they had been hit by the [[flamethrower]].
 +
 
 +
Its ammo capacity is 30 explosive grenades, and 16 phosphorous grenades. These can be doubled to 60 and 32 respectively by collecting an [[ammo satchel]].
 +
 
 +
Ammo pickups for this weapon are as follows:
 +
* Grenade launcher: 12 explosive grenades
 +
* Explosive grenades (white): 6 explosive grenades
 +
* Phosphorous grenades (yellow and gold): 4 phosphorous grenades
 +
 
 +
The first grenade launcher can be found in a locked down area in the [[MAP06: Sewers (Strife)|sewers]].
 +
 
 +
== Data ==
 +
 
 +
{{col-begin|width=auto}}
 +
{{col-break}}
 +
{| {{prettytable}}
 +
!colspan="2"|Grenade launcher data
 +
|-
 +
| [[Thing types|Thing type]]||154 (decimal), 9A (hex)
 +
|-
 +
| [[Mobj|Enum]]||MT_GRENADELAUNCHER (195)
 +
|-
 +
| Appears in||[[Strife]] full version<br>Strife [[Strife: Veteran Edition|Veteran Ed.]]
 +
|-
 +
| Radius||20
 +
|-
 +
| Height||16
 +
|-
 +
| [[Thing types|Class]]||[[Weapon]]<br>Pickup
 +
|-
 +
| Flags||{{c|1}} (decimal)<br>{{c|00000001}} (hex)
 +
|-
 +
| Flags list|| 0: Can be picked up
 +
|-
 +
| Flags2 - VE||{{c|0}} (decimal)<br>{{c|00000000}} (hex)
 +
|-
 +
| Spawns||MT_HEGRENADE (explosive)<br>MT_PGRENADE (phosphorous)
 +
|}
 +
{{col-break|gap=0.5em}}
 +
{| {{prettytable}}
 +
!colspan="2"|Weapon attributes
 +
|-
 +
| Weapon slot||5
 +
|-
 +
|| Included ammo||12 explosive grenades (24 on [[Skill level|skills]] 1 & 5)
 +
|-
 +
| Max ammo||30 explosive (60 with [[ammo satchel]])<br>16 phosphorous (32 with [[ammo satchel]])
 +
|-
 +
| Ammo type||[[HE grenade]]s<br>[[Phosphorous grenade]]s
 +
|-
 +
| Shots per minute||140.0
 +
|}
 +
{| {{prettytable}}
 +
! [[State]]!![[Sprite]]!!Frames
 +
|-
 +
| Before pickup||GRND||1 [A]
 +
|-
 +
| Wielded||GREN||1 [A] (explosive)<br>1 [D] (phosphorous)
 +
|-
 +
| Firing||GREN||4 [ABAC] (explosive)<br>4 [DEDF] (phosphorous)
 +
|-
 +
| Flashing||GREF||2 [AB] (explosive)<br>2 [CD] (phosphorous)
 +
|}
 +
{{col-end}}
 +
 
 +
{{col-begin|width=auto}}
 +
{{col-break}}
 +
{| {{prettytable}}
 +
!colspan="2"|Explosive grenade ranged attack
 +
|-
 +
| Type||[[Projectile]]
 +
|-
 +
| Enum||MT_HEGRENADE (106)
 +
|-
 +
| Velocity||15 [[map unit]]s per tic<br>(525 map units per second)
 +
|-
 +
| [[Damage]]||1-4 (direct hit)<br>0-192 ([[Blast damage|blast radius]])<br>1-196 (direct hit + blast radius)
 +
|-
 +
| Radius||13
 +
|-
 +
| Height||13
 +
|-
 +
| Sprite||GRAP (in flight)<br>BNG4 (impact)
 +
|-
 +
| Frames||2 [AB] (in flight)<br>14 [ABCDEFG<wbr>HIJKLMN] (impact)
 +
|-
 +
| [[Sound]]||DSPHOOT (firing)<br>DSEXPLOD (impact)
 +
|-
 +
| Flags||{{c|66576}} (decimal)<br>{{c|00010410}} (hex)
 +
|-
 +
| Flags list|| 4: No blocklinks (Inert)<br>10: Drops off ledges<br>16: Projectile
 +
|-
 +
| Flags2 - VE||{{c|0}} (decimal)<br>{{c|00000000}} (hex)
 +
|}
 +
{{col-break|gap=1em}}
 +
{| {{prettytable}}
 +
!colspan="2"|Phosphorous grenade ranged attack
 +
|-
 +
| Type||Projectile
 +
|-
 +
| Enum||MT_PGRENADE (107)
 +
|-
 +
| Damage||1-4 (direct hit)<br>0-128 (blast radius)<br>1-132 (direct hit + blast radius)
 +
|-
 +
| Sprite||GRIN (in flight)<br>BNG3 (impact)
 +
|-
 +
| Frames||2 [AB] (in flight)<br>8 [ABCDEFGH] (impact)
 +
|-
 +
| Sound||DSPHOOT (firing)<br>DSEXPLOD (impact)
 +
|-
 +
| Spawns||MT_PFLAME
 +
|}
 +
Data not listed is the same as<br>for the explosive grenade.
 +
{{col-break|gap=0.5em}}
 +
{| {{prettytable}}
 +
!colspan="2"|Flame
 +
|-
 +
| Enum||MT_PFLAME (109)
 +
|-
 +
| Velocity||0
 +
|-
 +
| Damage||0-256 (blast radius)
 +
|-
 +
| Radius||20
 +
|-
 +
| Height||16
 +
|-
 +
| Sprite||FLBE
 +
|-
 +
| Frames||9 [ABCDEFG] (burning)<br>4 [HIJK] (extinguishing)
 +
|-
 +
| Sound||DSLGFIRE (burning)
 +
|-
 +
| Flags||{{c|16}} (decimal)<br>{{c|00000010}} (hex)
 +
|-
 +
| Flags list|| 4: No blocklinks (Inert)
 +
|-
 +
| Flags2 - VE||{{c|2}} (decimal)<br>{{c|00000002}} (hex)
 +
|-
 +
| Flags2 list|| 1: Render as billboard
 +
|}
 +
{{col-end}}
 +
 
 +
== Appearance statistics ==
 +
 
 +
In the [[IWAD]] the grenade launcher is first encountered on these maps per [[Skill level#Strife skill levels|skill level]]:
 +
 
 +
{{col-begin}}
 +
{{col-break|width=50%}}
 +
{| {{prettytable}}
 +
!colspan="4"|Single-player
 +
|-
 +
!Game!!1-2!!3!!4-5
 +
|-
 +
|[[Strife]]||[[MAP06: Sewers]]||MAP06: Sewers||MAP06: Sewers
 +
|}
 +
{{col-break}}
 +
{| {{prettytable}}
 +
!colspan="4"|Multiplayer
 +
|-
 +
!Game!!1-2!!3!!4-5
 +
|-
 +
|Strife||[[MAP01: Sanctuary]]||MAP01: Sanctuary||MAP01: Sanctuary
 +
|}
 +
{{col-end}}
 +
 
 +
The IWAD contains the following numbers of grenade launchers per skill level:
 +
 
 +
{{col-begin}}
 +
{{col-break|width=50%}}
 +
{| {{prettytable|style=text-align: center;}}
 +
!colspan="4"|Single-player
 +
|-
 +
!Game!!1-2!!3!!4-5
 +
|-
 +
|style="text-align: left;"|[[Strife]]||8||7||7
 +
|}
 +
{{col-break}}
 +
{| {{prettytable|style=text-align: center;}}
 +
!colspan="4"|Multiplayer
 +
|-
 +
!Game!!1-2!!3!!4-5
 +
|-
 +
|style="text-align: left;"|Strife||61||62||62
 +
|}
 +
{{col-end}}
 +
 
 +
{{Strife weapons}}
 +
[[Category:Grenade weapons]]

Latest revision as of 17:21, 27 November 2022

This article is about the weapon from Strife. For the weapon from Doom (2016), see Grenade launcher (Doom 2016).
A grenade launcher in deathmatch from MAP20: Factory: Receiving.
The phosphorous grenades used on peasants.

The grenade launcher is a weapon from Strife. It is actually a double-barreled weapon, capable of firing two shots per burst, one after the other.

The grenade launcher can fire two different types of grenades. The high-explosive variety can be thrown at various angles, and will explode after bouncing three or four times. An additional trick is that these grenades can be aimed to the point that they can be bounced up and down off the heads of enemies to do additional pre-damage before the main explosion.

The second type of grenade is the phosphorous grenade, which can be aimed in the same manner as the normal variety, but instead of exploding these grenades will erupt into an erratically moving pillar of fire that will burn away for roughly 45 seconds at a time. Human enemies slain by the flames will fall to ashes just as if they had been hit by the flamethrower.

Its ammo capacity is 30 explosive grenades, and 16 phosphorous grenades. These can be doubled to 60 and 32 respectively by collecting an ammo satchel.

Ammo pickups for this weapon are as follows:

  • Grenade launcher: 12 explosive grenades
  • Explosive grenades (white): 6 explosive grenades
  • Phosphorous grenades (yellow and gold): 4 phosphorous grenades

The first grenade launcher can be found in a locked down area in the sewers.

Data[edit]

Appearance statistics[edit]

In the IWAD the grenade launcher is first encountered on these maps per skill level:

The IWAD contains the following numbers of grenade launchers per skill level: