HticBossDeath: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "Type: "Magic" codepointer, normal Purpose: Performs level completion actions for the Heretic game mode. The action performed is currently specific to certain maps. All members o...")
 
No edit summary
Line 1: Line 1:
Type: "Magic" codepointer, normal
{{Codepointer|description=Performs level completion actions for the Heretic game mode.  
 
|usage='''HticBossDeath'''
Purpose: Performs level completion actions for the Heretic game mode. The action performed is currently specific to certain maps. All members of all species bearing the listed Bits2/Bits3 flag must be dead for the action to occur (this flag feature is new to Eternity, and allows customization of episode boss monster types).  
|notes=The action performed is determined by [[EMAPINFO]] '''boss-specials''' and by default applies to certain Heretic boss maps. All members of all species bearing the listed '''cflags''' must be dead for the action to occur.
          MAP      FLAG REQUIRED     ACTION TAKEN ON DEATH OF ALL FLAG BEARERS
EMAPINFO boss-specials  FLAG REQUIRED ACTION TAKEN ON DEATH OF ALL FLAG BEARERS
          ------- ---------------- -------------------------------------------
---------------------- ------------- -----------------------------------------
          E1M8     E1M8BOSS         Lowers all floors tagged 666  
E1M8                   E1M8BOSS       Lowers all floors tagged 666  
          E2M8     E2M8BOSS         Lowers all floors tagged 666  
E2M8                   E2M8BOSS       Lowers all floors tagged 666  
          E3M8     E3M8BOSS         Lowers all floors tagged 666  
E3M8                   E3M8BOSS       Lowers all floors tagged 666  
          E4M8     E4M8BOSS         Lowers all floors tagged 666  
E4M8                   E4M8BOSS       Lowers all floors tagged 666  
          E5M8     E5M8BOSS (Bits3)  Lowers all floors tagged 666
E5M8                   E5M8BOSS       Lowers all floors tagged 666
On all episodes other than episode 1, all monsters with the same friendliness as the dying object will be massacred as well.
On all episodes other than episode 1, all monsters with the same friendliness as the dying object will be massacred as well.


[[Category:Codepointers]]
Unlike Doom's [[BossDeath]], this one doesn't require a player to be alive.
|seealso=*[[BossDeath]]
}}

Revision as of 15:51, 5 November 2021

Description

Performs level completion actions for the Heretic game mode.

Usage

HticBossDeath

Parameters

No parameters.

Examples

No examples given.

Notes

The action performed is determined by EMAPINFO boss-specials and by default applies to certain Heretic boss maps. All members of all species bearing the listed cflags must be dead for the action to occur.

EMAPINFO boss-specials  FLAG REQUIRED  ACTION TAKEN ON DEATH OF ALL FLAG BEARERS
----------------------  -------------  -----------------------------------------
E1M8                    E1M8BOSS       Lowers all floors tagged 666 
E2M8                    E2M8BOSS       Lowers all floors tagged 666 
E3M8                    E3M8BOSS       Lowers all floors tagged 666 
E4M8                    E4M8BOSS       Lowers all floors tagged 666 
E5M8                    E5M8BOSS       Lowers all floors tagged 666

On all episodes other than episode 1, all monsters with the same friendliness as the dying object will be massacred as well.

Unlike Doom's BossDeath, this one doesn't require a player to be alive.

See also