Difference between revisions of "Grenade launcher"

From DoomWiki.org

[checked revision][checked revision]
(Add data section)
m (Automated edit - strip wbr for MT_ enum to restore searching)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[File:StrifeGrenade1.png|thumb|Grenade launcher while at rest.]]
+
{{gendisambigabout|the weapon from [[Strife]]|the weapon from [[Doom (2016)]]|Grenade launcher (Doom 2016)}}
[[File:StrifeGrenade2.png|thumb|The phosphorus grenades used on peasants.]]
+
[[File:Strife grenade launcher.png|thumb|A grenade launcher in [[deathmatch]] from [[MAP20: Factory: Receiving (Strife)|MAP20: Factory: Receiving]].]]
The '''Grenade launcher''' is a weapon that appears in [[Strife]]. It is actually a double-barreled weapon, capable of firing two shots per burst, one after another.  
+
[[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.
  
The grenade launcher can fire two different types of grenades. The [[HE grenade|standard variety]] can be thrown at various angles, and will explode after bouncing approximately 3 or 4 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 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 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 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 phosphorus grenades. These can be doubled to 60 and 32, respectively, by collecting an [[Ammo satchel]].
+
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:
 
Ammo pickups for this weapon are as follows:
 
 
* Grenade launcher: 12 explosive grenades
 
* Grenade launcher: 12 explosive grenades
 
* Explosive grenades (white): 6 explosive grenades
 
* Explosive grenades (white): 6 explosive grenades
Line 17: Line 17:
 
The first grenade launcher can be found in a locked down area in the [[MAP06: Sewers (Strife)|sewers]].
 
The first grenade launcher can be found in a locked down area in the [[MAP06: Sewers (Strife)|sewers]].
  
==Data==
+
== Data ==
 +
 
 +
{{col-begin|width=auto}}
 +
{{col-break}}
 
{| {{prettytable}}
 
{| {{prettytable}}
 
!colspan="2"|Grenade launcher data
 
!colspan="2"|Grenade launcher data
 
|-
 
|-
|Weapon number
+
| [[Thing types|Thing type]]||154 (decimal), 9A (hex)
|5
+
|-
 +
| [[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
 
|-
 
|-
|[[Damage]]
+
| Shots per minute||140.0
|?
+
|}
 +
{| {{prettytable}}
 +
! [[State]]!![[Sprite]]!!Frames
 
|-
 
|-
|Included ammo
+
| Before pickup||GRND||1 [A]
|12 explosive grenades (24 on [[Skill level|skill]] 1 & 5)
 
 
|-
 
|-
|Max ammo
+
| Wielded||GREN||1 [A] (explosive)<br>1 [D] (phosphorous)
|30 explosive grenades (60 with [[ammo satchel]])<br/>16 phosphorous grenades (32 with ammo satchel)
 
 
|-
 
|-
|Ammo type
+
| Firing||GREN||4 [ABAC] (explosive)<br>4 [DEDF] (phosphorous)
|[[HE grenade]]s<br/>[[Phosphorous grenade]]s
 
 
|-
 
|-
|Shot type
+
| Flashing||GREF||2 [AB] (explosive)<br>2 [CD] (phosphorous)
|[[Projectile]]
+
|}
 +
{{col-end}}
 +
 
 +
{{col-begin|width=auto}}
 +
{{col-break}}
 +
{| {{prettytable}}
 +
!colspan="2"|Explosive grenade ranged attack
 
|-
 
|-
|Velocity
+
| Type||[[Projectile]]
|15 [[map unit]]s per tic<br/>(525 map units per second)
 
 
|-
 
|-
|Shots per minute
+
| Enum||MT_HEGRENADE (106)
|?
 
 
|-
 
|-
|[[Sound]]
+
| Velocity||15 [[map unit]]s per tic<br>(525 map units per second)
|DSPHOOT (firing)<br/>DSEXPLOD (exploding)
 
 
|-
 
|-
|Appears in
+
| [[Damage]]||1-4 (direct hit)<br>0-192 ([[Blast damage|blast radius]])<br>1-196 (direct hit + blast radius)
|Strife
 
 
|-
 
|-
|Thing type
+
| Radius||13
|154 (decimal), 9A (hex)
 
 
|-
 
|-
|Radius
+
| Height||13
|20
 
 
|-
 
|-
|Height
+
| Sprite||GRAP (in flight)<br>BNG4 (impact)
|16
+
|-
 +
| 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
 
|-
 
|-
|[[Sprite]]
+
!Game!!1-2!!3!!4-5
|GRND (before pickup)<br/>GREN (wielded)<br/>GRAP (explosive grenade)<br/>GRIN (phosphorous grenade)
 
 
|-
 
|-
|[[Thing types|Class]]
+
|style="text-align: left;"|Strife||61||62||62
|[[Weapon]]<br/>Pickup
 
 
|}
 
|}
 +
{{col-end}}
  
{{Strife Weapons}}
+
{{Strife weapons}}
[[Category: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: