mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 19:40:48 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Expedition Base Set'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Koffing",
|
||||
fr: "Smogo"
|
||||
fr: "Smogo",
|
||||
de: "Smogon"
|
||||
},
|
||||
illustrator: "Hajime Kusajima",
|
||||
rarity: "Common",
|
||||
@ -29,7 +30,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Ram",
|
||||
fr: "Collision"
|
||||
fr: "Collision",
|
||||
de: "Ramme"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -41,11 +43,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Confusion Gas",
|
||||
fr: "Confu-gaz"
|
||||
fr: "Confu-gaz",
|
||||
de: "Verwirrgas"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Confused.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Confus."
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Confus.",
|
||||
de: "Wirf eine Münze. Bei \"Kopf\" ist das Verteidigende Pokémon jetzt verwirrt."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user