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

Commit

Permalink
Merge pull request #1141 from R0DnikOw/patch-22
Browse files Browse the repository at this point in the history
Update teamfight-tactics.mdx
  • Loading branch information
adircoh authored Aug 18, 2024
2 parents af0d8e4 + 4951341 commit 9f518e6
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ round_outcome | match_info | Outcome of the previous round |See [notes](#ro
opponent | match_info | Names of your opponents |See [notes](#opponent-notes)| 133.0 |
game_mode | match_info | Whether the current game mode is TFT or default LoL |See [notes](#game_mode-notes)| 133.0 |
local_player_damage | match_info | Amount of damage caused by your champions |See [notes](#local_player_damage-notes)| 0.136 |
item_select | match_info | List of available items |See [notes](#item_select-notes)| 259.0 |

#### *pseudo_match_id* notes

Expand Down Expand Up @@ -316,6 +317,14 @@ Data Example:
{"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"}
```

#### *item_select* notes

Data example:

```json
{"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\"}}"}
```

### Events

Event | Event Data | Fired When | Notes | Since GEP Ver. |
Expand Down

0 comments on commit 9f518e6

Please sign in to comment.