mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Unseen Forces'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Pokémon Reversal",
|
||||
fr: "Inversion de Pokémon"
|
||||
fr: "Inversion de Pokémon",
|
||||
de: "Pokémon-Umkehrung"
|
||||
},
|
||||
|
||||
illustrator: "Hiromichi Sugiyama",
|
||||
@ -14,7 +15,8 @@ const card: Card = {
|
||||
trainerType: "Item",
|
||||
|
||||
effect: {
|
||||
fr: "Lancez une pièce. Si c'est face, choisissez 1 des Pokémon de Banc de votre adversaire et échangez-le avec 1 des Pokémon Défenseurs. Votre adversaire choisit le Pokémon Défenseur à échanger."
|
||||
fr: "Lancez une pièce. Si c'est face, choisissez 1 des Pokémon de Banc de votre adversaire et échangez-le avec 1 des Pokémon Défenseurs. Votre adversaire choisit le Pokémon Défenseur à échanger.",
|
||||
de: "Flip a coin. If heads, choose 1 of your opponent's Benched Pokémon and switch it with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user