Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new game for TFT Info #3278

Merged
merged 3 commits into from
Sep 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions standard/info/wikis/tft/info.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ return {
lightMode = 'Teamfight Tactics Double Up lightmode.png',
},
},
ffgs = {
abbreviation = 'FFGS',
name = 'Fight For the Golden Spatula',
link = 'Fight For the Golden Spatula',
logo = {
darkMode = 'Golden Spatula allmode.png',
lightMode = 'Golden Spatula allmode.png',
},
defaultTeamLogo = {
darkMode = 'Golden Spatula allmode.png',
lightMode = 'Golden Spatula allmode.png',
},
},
},
defaultGame = 'tft',
defaultRoundPrecision = 0,
Expand Down