Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 9a76886

Browse files
committed
Add death to once human
1 parent fe9eddc commit 9a76886

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pages/api/live-game-data/supported-games/once-human.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ knockout | nulll | When the local player is knockout| See [notes](#k
8484
level_up | nulll | When the local player level up| See [notes](#level_up-note) |259.0|
8585
match_start | nulll | In the beginning of each match| See [notes](#match_start-note) |259.0|
8686
match_end | nulll | At the end of each match| See [notes](#match_end-note) |259.0|
87+
death | nulll | When the local player dies| See [notes](#death-note) |259.0|
8788

8889
#### *knockout* note
8990

@@ -116,3 +117,11 @@ Data Example:
116117
```json
117118
{"events":[{"name":"match_end","data":null}]}
118119
```
120+
121+
#### *death* note
122+
123+
Data Example:
124+
125+
```json
126+
{"events":[{"name":"death","data":null}]}
127+
```

0 commit comments

Comments
 (0)