mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../FireRed & LeafGreen'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Poké Ball",
|
||||
fr: "Poké Ball"
|
||||
fr: "Poké Ball",
|
||||
de: "Pokéball"
|
||||
},
|
||||
|
||||
illustrator: "K Hoshiba",
|
||||
@ -14,7 +15,8 @@ const card: Card = {
|
||||
trainerType: "Item",
|
||||
|
||||
effect: {
|
||||
fr: "Lancez une pièce. Si c'est face, cherchez dans votre deck un Pokémon de base ou une carte Évolution, montrez la carte à votre adversaire et placez-la dans votre main. Ensuite, mélangez votre deck."
|
||||
fr: "Lancez une pièce. Si c'est face, cherchez dans votre deck un Pokémon de base ou une carte Évolution, montrez la carte à votre adversaire et placez-la dans votre main. Ensuite, mélangez votre deck.",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" durchsuche dein Deck nach einem basis-Pokémon pder einer Evolutionskarte, zeige sie deinem Gegner und nimm sie auf die Hand. Mische dein Deck danach."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user