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

Commit 9f518e6

Browse files
authored
Merge pull request #1141 from R0DnikOw/patch-22
Update teamfight-tactics.mdx
2 parents af0d8e4 + 4951341 commit 9f518e6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pages/api/live-game-data/supported-games/teamfight-tactics.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ round_outcome | match_info | Outcome of the previous round |See [notes](#ro
237237
opponent | match_info | Names of your opponents |See [notes](#opponent-notes)| 133.0 |
238238
game_mode | match_info | Whether the current game mode is TFT or default LoL |See [notes](#game_mode-notes)| 133.0 |
239239
local_player_damage | match_info | Amount of damage caused by your champions |See [notes](#local_player_damage-notes)| 0.136 |
240+
item_select | match_info | List of available items |See [notes](#item_select-notes)| 259.0 |
240241

241242
#### *pseudo_match_id* notes
242243

@@ -316,6 +317,14 @@ Data Example:
316317
{"info":{"match_info":{"local_player_damage":"{"unit_0":{"name":"TFT4_Warwick","damage":658,"level":1},"unit_1":{"name":"TFT4_Fiora","damage":593,"level":2},"unit_2":{"name":"TFT4_Shen","damage":545,"level":1},"unit_3":{"name":"TFT4_Jax","damage":2115,"level":3},"unit_4":{"name":"TFT4_Kalista","damage":2015,"level":2},"unit_5":{"name":"TFT4_Yasuo","damage":1558,"level":2},"unit_6":{"name":"TFT4_Irelia","damage":138,"level":2},"unit_7":{"name":"TFT4_Janna","damage":113,"level":2},"unit_8":{"name":"TFT4_Yone","damage":1074,"level":1}}"}},"feature":"match_info"}
317318
```
318319

320+
#### *item_select* notes
321+
322+
Data example:
323+
324+
```json
325+
{"feature":"match_info","category":"match_info","key":"item_select","value":"{\"item_1\":{\"name\":\"TFT_Item_NeedlesslyLargeRod\"}, \"item_2\":{\"name\":\"TFT_Item_RecurveBow\"}, \"item_3\":{\"name\":\"TFT_Item_NegatronCloak\"}, \"item_4\":{\"name\":\"TFT_Item_BFSword\"}}"}
326+
```
327+
319328
### Events
320329

321330
Event | Event Data | Fired When | Notes | Since GEP Ver. |

0 commit comments

Comments
 (0)