SRB2Kart/Thing types/Thing type 2679
< SRB2Kart
Thing type 2679, EGZ Fog Generator, is a scenery Thing, exclusive to SRB2Kart that is used in Eerie Grove Zone. It spawns fog clouds which randomly spread over to sectors within a 16,384 fracunit square centered on the generator which share the floor height of the sector it is placed in. Set Tagged Sector's Floor Height/Texture can be used at level load to create floating fog, as the generator only checks if a floor height is valid for spawning once at level load. It is not recommended to use the EGZ Fog Generator in wide open areas as a single one can create up to 8192 fog clouds, greatly slowing the game down.
|
|
|
States – MT_EERIEFOG | |||||||||
---|---|---|---|---|---|---|---|---|---|
State | Sprite prefix | Frame | Duration (tics) | Action | Var 1 | Var 2 | Next state | Full brightness? | Translucency |
S_EERIEFOG1 | EGFG | A | 7 | A_SetRandomTics | 5 | 9 | S_EERIEFOG2 | Yes | 90% |
S_EERIEFOG2 | EGFG | B | 7 | A_SetRandomTics | 5 | 9 | S_EERIEFOG3 | Yes | 90% |
S_EERIEFOG3 | EGFG | C | 7 | A_SetRandomTics | 5 | 9 | S_EERIEFOG4 | Yes | 90% |
S_EERIEFOG4 | EGFG | D | 7 | A_SetRandomTics | 5 | 9 | S_EERIEFOG5 | Yes | 90% |
S_EERIEFOG5 | EGFG | E | 7 | A_SetRandomTics | 5 | 9 | S_EERIEFOG1 | Yes | 90% |