mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Koffing",
|
||||
fr: "Smogo",
|
||||
es: "Koffing",
|
||||
it: "Koffing",
|
||||
pt: "Koffing",
|
||||
de: "Smogon"
|
||||
},
|
||||
illustrator: "Mizue",
|
||||
rarity: "Common",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Foul Odor",
|
||||
fr: "Odeur Fétide",
|
||||
es: "Olor Pestilente",
|
||||
it: "Puzza",
|
||||
pt: "Odor Sujo",
|
||||
de: "Fäulnisgeruch"
|
||||
},
|
||||
effect: {
|
||||
en: "Both Active Pokémon are now Confused.",
|
||||
fr: "Les deux Pokémon Actifs sont maintenant Confus.",
|
||||
es: "Ambos Pokémon Activos pasan a estar Confundidos.",
|
||||
it: "Entrambi i Pokémon attivi vengono confusi.",
|
||||
pt: "Ambos os Pokémon Ativos agora estão Confusos.",
|
||||
de: "Beide Aktiven Pokémon sind jetzt verwirrt."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user