Difference between revisions of "Chaos Device"

From DoomWiki.org

[checked revision][checked revision]
(Data: update data table)
(Data: update data table)
Line 17: Line 17:
 
| [[Thing types|Thing type]]||36 (decimal), 24 (hex)
 
| [[Thing types|Thing type]]||36 (decimal), 24 (hex)
 
|-
 
|-
| [[Mobj|Enum]]||MT_ARTITELEPORT (16)
+
| [[Mobj|Enum]]||MT_ARTITELEPORT (Heretic: 16; Hexen: 76)
 
|-
 
|-
| Appears in||[[Heretic]]/[[Shadow of the Serpent Riders|SSR expansion]]
+
| Appears in||[[Heretic]]/[[Shadow of the Serpent Riders|SSR expansion]]<br>Hexen demo<br>[[Hexen]]/[[Deathkings of the Dark Citadel|DDC expansion]]
 
|-
 
|-
 
| Radius||20
 
| Radius||20
Line 31: Line 31:
 
| [[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:42, 27 September 2022

A chaos device.

Darchala's Chaos Device is an artifact found in both Heretic and Hexen. When used, it sends the player back to the start of the level (or near a portal the player came from in Hexen). It is best used to get out of unpleasant situations. The figure featured on the artifact closely resembles the "Symbol of Chaos" designed by Michael Moorcock.

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

Bugs

In version 1.0 of Hexen, the pickup messages for Chaos Device and Disc of Repulsion artifacts are swapped - picking up Chaos Device artifact will display "Disc Of Repulsion" message, and respectively, grabbing Disc of Repulsion item will cause "Chaos Device" message to appear.

Trivia

The Chaos Device remained a recurring element throughout the entire series, reappearing unchanged in Hexen II, while in Heretic II its appearance and behavior remained similar although there it was simply called a teleport spell, powered by blue mana.

Data

Chaos Device data
Thing type 36 (decimal), 24 (hex)
Enum MT_ARTITELEPORT (Heretic: 16; Hexen: 76)
Appears in Heretic/SSR expansion
Hexen demo
Hexen/DDC expansion
Radius 20
Height 16
Sprite ATLP
Frames 4 [ABCB]
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 chaos device is first encountered on these maps per skill level:

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

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

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

See Also