Skip to content

Commit

Permalink
#43 documented "change effect" action
Browse files Browse the repository at this point in the history
  • Loading branch information
dertseha committed Mar 6, 2016
1 parent dfaa70a commit ecafc40
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions levelObjects/12_Markers/levelMarkerEntry.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,19 @@ Afterwards, the ```Next object``` field is incremented and reset to ```0``` if e
0000 int16 EMail index, based on 0x0989
0002 [14]byte Unknown


#### Trigger Action 16: Change Effect

**Change Effect Trigger Action Details** (16 byte)

0000 int16 Delta value
0002 int16 Effect change flag; 0: add delta, 1: remove delta
0004 int32 Effect type
0008 [8]byte Unknown

Effect types are:

4: Radiation poisoning
8: Bio contamination

> The game uses this only once to remove the radiation in level R - treatment area.

0 comments on commit ecafc40

Please sign in to comment.