Skip to content

Commit

Permalink
feat: add Pokemon TCG Pocket (#5076)
Browse files Browse the repository at this point in the history
fix(info): Pokemon
  • Loading branch information
Hesketh2 authored Nov 11, 2024
1 parent df7496e commit 5f1b45e
Showing 1 changed file with 29 additions and 16 deletions.
45 changes: 29 additions & 16 deletions standard/info/wikis/pokemon/info.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ return {
defaultGame = 'sv',
games = {
bw = {
abbreviation = 'bw',
abbreviation = 'BW1',
name = 'Black & White',
link = 'Main Page',
logo = {
Expand All @@ -26,7 +26,7 @@ return {
},
},
bw2 = {
abbreviation = 'bw2',
abbreviation = 'BW2',
name = 'Black 2 & White 2',
link = 'Main Page',
logo = {
Expand All @@ -39,7 +39,7 @@ return {
},
},
dpp = {
abbreviation = 'dpp',
abbreviation = 'DPP',
name = 'Diamond, Pearl & Platnium',
link = 'Main Page',
logo = {
Expand All @@ -52,7 +52,7 @@ return {
},
},
go = {
abbreviation = 'go',
abbreviation = 'GO',
link = 'Main Page',
name = 'Pokemon Go',
logo = {
Expand All @@ -65,7 +65,7 @@ return {
},
},
gsc = {
abbreviation = 'gsc',
abbreviation = 'GSC',
link = 'Main Page',
name = 'Gold, Silver & Crystal',
logo = {
Expand All @@ -78,7 +78,7 @@ return {
},
},
oras = {
abbreviation = 'oras',
abbreviation = 'ORAS',
name = 'Omega Ruby & Alpha Sapphire',
link = 'Main Page',
logo = {
Expand All @@ -91,7 +91,7 @@ return {
},
},
rby = {
abbreviation = 'rby',
abbreviation = 'RBY',
name = 'Red, Blue & Yellow',
link = 'Main Page',
logo = {
Expand All @@ -104,7 +104,7 @@ return {
},
},
rse = {
abbreviation = 'rse',
abbreviation = 'RSE',
name = 'Ruby, Sapphire & Emerald',
link = 'Main Page',
logo = {
Expand All @@ -117,7 +117,7 @@ return {
},
},
sm = {
abbreviation = 'sm',
abbreviation = 'SM',
name = 'Sun & Moon',
link = 'Main Page',
logo = {
Expand All @@ -130,7 +130,7 @@ return {
},
},
sv = {
abbreviation = 'sv',
abbreviation = 'SV',
name = 'Scarlet & Violet',
link = 'Main Page',
logo = {
Expand All @@ -143,7 +143,7 @@ return {
},
},
swsh = {
abbreviation = 'swsh',
abbreviation = 'SWSH',
name = 'Sword & Shield',
link = 'Main Page',
logo = {
Expand All @@ -156,7 +156,7 @@ return {
},
},
tcg = {
abbreviation = 'tcg',
abbreviation = 'TCG',
name = 'Trading Card Game',
link = 'Main Page',
logo = {
Expand All @@ -168,8 +168,21 @@ return {
lightMode = 'Pokemon allmode.png',
},
},
tcgp = {
abbreviation = 'TCG-P',
name = 'Trading Card Game Pocket',
link = 'Main Page',
logo = {
darkMode = 'Pokemon allmode.png',
lightMode = 'Pokemon allmode.png',
},
defaultTeamLogo = {
darkMode = 'Pokemon allmode.png',
lightMode = 'Pokemon allmode.png',
},
},
tcgl = {
abbreviation = 'tcgl',
abbreviation = 'TCG-L',
name = 'Trading Card Game Live',
link = 'Main Page',
logo = {
Expand All @@ -182,7 +195,7 @@ return {
},
},
tcgo = {
abbreviation = 'tcgo',
abbreviation = 'TCG-O',
name = 'Trading Card Game Online',
link = 'Main Page',
logo = {
Expand All @@ -195,7 +208,7 @@ return {
},
},
unite = {
abbreviation = 'unite',
abbreviation = 'UNITE',
name = 'Unite',
link = 'Main Page',
logo = {
Expand All @@ -208,7 +221,7 @@ return {
},
},
usum = {
abbreviation = 'usum',
abbreviation = 'USUM',
name = 'Ultra Sun & Ultra Moon',
link = 'Main Page',
logo = {
Expand Down

0 comments on commit 5f1b45e

Please sign in to comment.