Difference between revisions of "Barrel (Strife)"

From DoomWiki.org

[checked revision][checked revision]
(Grammar)
(Tags: Mobile edit, Mobile web edit)
(Data: update data tables)
Line 6: Line 6:
 
== Data ==
 
== Data ==
 
{{col-begin|width=auto}}
 
{{col-begin|width=auto}}
{{col-break}}
+
{{col-break|width=33%}}
 
{| {{prettytable}}
 
{| {{prettytable}}
 
!colspan="2"|Exploding barrel data
 
!colspan="2"|Exploding barrel data
 
|-
 
|-
| Thing type||94 (decimal), 5E (hex)
+
| [[Thing types|Thing type]]||94 (decimal), 5E (hex)
 
|-
 
|-
| Appears in||Strife
+
| [[Mobj|Enum]]||MT_MISC_06 (204)
 +
|-
 +
| Appears in||Strife demo<br>[[Strife]] full version
 
|-
 
|-
 
| [[Hit point]]s||30
 
| [[Hit point]]s||30
Line 22: Line 24:
 
| [[Mass]]||100
 
| [[Mass]]||100
 
|-
 
|-
| [[Sprite]]||BART (normal)<br/>BART (exploding)
+
| [[Sprite]]||BART
 +
|-
 +
| Frames||1 [A] (normal)<br>11 [BCDEFGHIJKL] (exploding)
 +
|-
 +
| [[Sound]]||DSBAREXP (exploding)
 +
|-
 +
| [[Thing types|Class]]||Obstacle
 +
|-
 +
| Flags||{{c|557062}} (decimal)<br>{{c|00088006}} (hex)
 
|-
 
|-
| Frames||1 (A)<br/>11 (B&mdash;L)
+
| Flags list|| 1: Obstacle<br> 2: Shootable<br>15: Can NPC talk<br>19: Puffs vs. blood
 
|-
 
|-
| [[Thing types|Class]]|||Obstacle
+
| Flags2||{{c|34}} (decimal)<br>{{c|00000022}} (hex)
 
|-
 
|-
 +
| Flags2 list|| 1: Render as billboard<br> 5: No rebel attack w/o provocation
 
|}
 
|}
{{col-break|gap=5em}}
+
{{col-break|gap=0.5em}}
 
{| {{prettytable}}
 
{| {{prettytable}}
 
!colspan="2"|Wooden barrel data
 
!colspan="2"|Wooden barrel data
Line 35: Line 46:
 
| Thing type||82 (decimal), 52 (hex)
 
| Thing type||82 (decimal), 52 (hex)
 
|-
 
|-
| Appears in||Strife
+
| Enum||MT_MISC_05 (203)
 +
|-
 +
| Appears in||Strife demo<br>Strife full version
 
|-
 
|-
 
| Hit points||10
 
| Hit points||10
Line 45: Line 58:
 
| Mass||100
 
| Mass||100
 
|-
 
|-
| Sprite||BARW (normal)<br/>BARW (collapsing)
+
| Sprite||BARW
 +
|-
 +
| Frames||1 [A] (normal)<br>7 [BCDEFGH] (exploding)
 
|-
 
|-
| Frames||1 (A)<br/>7 (B&mdash;H)
+
| Sound||DSWBRLDT (exploding)
 
|-
 
|-
 
| Class||Obstacle
 
| Class||Obstacle
 
|-
 
|-
 +
| Flags||{{c|557062}} (decimal)<br>{{c|00088006}} (hex)
 +
|-
 +
| Flags list|| 1: Obstacle<br> 2: Shootable<br>15: Can NPC talk<br>19: Puffs vs. blood
 +
|-
 +
| Flags2||{{c|2}} (decimal)<br>{{c|00000002}} (hex)
 +
|-
 +
| Flags2 list|| 1: Render as billboard
 
|}
 
|}
{{col-break|gap=5em}}
+
{{col-break|gap=0.5em}}
 
{| {{prettytable}}
 
{| {{prettytable}}
 
!colspan="2"|Burning barrel data
 
!colspan="2"|Burning barrel data
Line 58: Line 80:
 
| Thing type||70 (decimal), 46 (hex)
 
| Thing type||70 (decimal), 46 (hex)
 
|-
 
|-
| Appears in||Strife
+
| Enum||MT_MISC_04 (238)
 +
|-
 +
| Appears in||Strife full version
 
|-
 
|-
 
| Radius||16
 
| Radius||16
 
|-
 
|-
 
| Height||48
 
| Height||48
 +
|-
 +
| Mass||100
 
|-
 
|-
 
| Sprite||BARL
 
| Sprite||BARL
 
|-
 
|-
| Frames||4 (A&mdash;D)
+
| Frames||4 [ABCD]
 
|-
 
|-
 
| Class||Obstacle
 
| Class||Obstacle
 
|-
 
|-
 +
| Flags||{{c|2}} (decimal)<br>{{c|00000002}} (hex)
 +
|-
 +
| Flags list|| 1: Obstacle
 +
|-
 +
| Flags2||{{c|2}} (decimal)<br>{{c|00000002}} (hex)
 +
|-
 +
| Flags2 list|| 1: Render as billboard
 
|}
 
|}
 
{{col-end}}
 
{{col-end}}

Revision as of 12:56, 26 September 2022

Two metal barrels.

Three types of barrels exist in Strife: the metal barrel and the wooden barrel, both of which can be destroyed, and the burning barrel. The metal barrel upholds the tradition in Doom-engine games of inanimate, hazardous things, taking damage just like enemies and exploding when its hit points reach zero. Largely similar to Doom's barrel, they can be pushed around and their explosion inflicts splash damage on anything nearby.

The wooden barrel is a weak object that can even be destroyed with a single stab of the punch dagger, but does not inflict any damage itself. The burning barrel is just like its Doom II counterpart.

Data

Appearance statistics

In the IWAD the exploding barrel is first encountered on these maps per skill level:

The IWAD contains the following numbers of exploding barrels per skill level:

In the IWAD the wooden barrel is first encountered on these maps per skill level:

The IWAD contains the following numbers of wooden barrels per skill level:

See also