Difference between revisions of "Torch"

From DoomWiki.org

[checked revision][checked revision]
(Data: update data table)
(Data: update data table)
Line 14: Line 14:
 
| [[Thing types|Thing type]]||33 (decimal), 21 (hex)
 
| [[Thing types|Thing type]]||33 (decimal), 21 (hex)
 
|-
 
|-
| [[Mobj|Enum]]||MT_MISC4 (13)
+
| [[Mobj|Enum]]||MT_MISC4 (13) - Heretic<br>MT_ARTITORCH (74) - Hexen
 
|-
 
|-
| Appears in||[[Shareware]] Heretic<br>[[Heretic]]/[[Shadow of the Serpent Riders|SSR expansion]]
+
| Appears in||[[Shareware]] Heretic<br>[[Heretic]]/[[Shadow of the Serpent Riders|SSR expansion]]<br>
 
|-
 
|-
 
| Radius||20
 
| Radius||20
Line 28: Line 28:
 
| [[Thing types|Class]]||[[Item]]<br>Pickup
 
| [[Thing types|Class]]||[[Item]]<br>Pickup
 
|-
 
|-
| Flags||{{c|8388609}} (decimal)<br>{{c|00800001}} (hex)
+
| Flags||{{c|8388609}} (decimal) - Heretic<br>{{c|00800001}} (hex) - Heretic<br>{{c|1}} (decimal) - Hexen<br>{{c|00000001}} (hex) - Hexen
 
|-
 
|-
| Flags list|| 0: Can be picked up<br>23: Affects item %
+
| Flags list|| 0: Can be picked up<br>23: Affects item % - Heretic
 
|-
 
|-
 
| Flags2||{{c|524288}} (decimal)<br>{{c|00080000}} (hex)
 
| Flags2||{{c|524288}} (decimal)<br>{{c|00080000}} (hex)

Revision as of 15:44, 27 September 2022

A torch found in a dark area in E1M2: The Dungeons.
For the firesticks in Doom and Doom II, see Thing types#Obstacles. For the portable light source in Doom 3, see Flashlight.

The Torch is an artifact in Heretic and Hexen. Using it will illuminate all areas (even underwater areas) to full brightness for 120 seconds. This effect is much like Doom's light amplification visor, except that its light flickers slightly.

This item is included in the items percentage displayed at the end of each level in Heretic.

Data

Torch data
Thing type 33 (decimal), 21 (hex)
Enum MT_MISC4 (13) - Heretic
MT_ARTITORCH (74) - Hexen
Appears in Shareware Heretic
Heretic/SSR expansion
Radius 20
Height 16
Sprite TRCH
Frames 3 [ABC]
Class Item
Pickup
Flags 8388609 (decimal) - Heretic
00800001 (hex) - Heretic
1 (decimal) - Hexen
00000001 (hex) - Hexen
Flags list 0: Can be picked up
23: Affects item % - Heretic
Flags2 524288 (decimal)
00080000 (hex)
Flags2 list 19: Float bobbing movement

Appearance statistics

In the Heretic IWADs the torch is first encountered on these maps per skill level:

The Heretic IWADs contain the following numbers of torches per skill level:

In the Hexen IWADs the torch is first encountered on these maps per skill level:

The Hexen IWADs contain the following numbers of torches per skill level:

See also