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

Commit 3444350

Browse files
authored
Merge pull request #1139 from R0DnikOw/patch-20
Update the-first-descendant.mdx
2 parents a450dea + 40edc10 commit 3444350

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pages/api/live-game-data/supported-games/the-first-descendant.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ Check the current game event status [here](/status/). Alternatively, you can eas
4343

4444
key | Category | Values | Notes | Since GEP Ver. |
4545
------------ | ------------| ------------------------- | --------------------- | ------------- |
46-
gep_internal | gep_internal| Local + Public version number|See [notes](#gep_internal-note)| 252.0 |
46+
gep_internal | gep_internal| Local + Public version number|See [notes](#gep_internal-note)| 258.0 |
4747

4848
#### *gep_internal* note
4949

5050
Data Example:
5151

5252
```json
53-
{"info":{"gep_internal":{"version_info":"{"local_version":"244.0.0","public_version":"244.0.0","is_updated":true}"}},"feature":"gep_internal"}
53+
{"info":{"gep_internal":{"version_info":"{"local_version":"244.0.0","public_version":"258.0.0","is_updated":true}"}},"feature":"gep_internal"}
5454
```
5555

5656
## `game_info`
@@ -59,14 +59,15 @@ Data Example:
5959

6060
key | Category | Values | Notes | Since GEP Ver. |
6161
------------ | ------------| ------------------------- | --------------------- | ------------- |
62-
scene | game_info | The current scene-state |See [notes](#scene-note)| 252.0 |
62+
scene | game_info | The current scene-state |See [notes](#scene-note) | 258.0 |
6363

6464
#### *scene* note
6565

6666
Possible Scene values:
6767

6868
* lobby
6969
* ingame
70+
* mission_failed
7071

7172
Data Example:
7273

@@ -80,8 +81,8 @@ Data Example:
8081

8182
Event | Event Data | Fired When | Notes | Since GEP Ver. |
8283
------------| -------------| --------------| -------------------------------------- | ---------------|
83-
match_start | nulll | In the beginning of each match| See [notes](#match_start-note) |244.0|
84-
match_end | nulll | At the end of each match| See [notes](#match_end-note) |244.0|
84+
match_start | nulll | In the beginning of each match| See [notes](#match_start-note) |258.0|
85+
match_end | nulll | At the end of each match| See [notes](#match_end-note) |258.0|
8586

8687
#### *match_start* note
8788

@@ -97,4 +98,4 @@ Data Example:
9798

9899
```json
99100
{"events":[{"name":"match_end","data":null}]}
100-
```
101+
```

0 commit comments

Comments
 (0)