mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Neo Revelation'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Smoochum",
|
||||
fr: "Lippouti"
|
||||
fr: "Lippouti",
|
||||
de: "Kussilla"
|
||||
},
|
||||
|
||||
illustrator: "Atsuko Nishida",
|
||||
@ -31,11 +32,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Psykiss",
|
||||
fr: "Psy'bisou"
|
||||
fr: "Psy'bisou",
|
||||
de: "Psykuss"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, choose a Special Energy card attached to 1 of your opponent's Pokémon. Your opponent shuffles that card into his or her deck.",
|
||||
fr: "Lancez une pièce. Si c'est face, choisissez une carte Énergie Spéciale attachée à l'un des Pokémon de votre adversaire. Votre adversaire mélange ensuite cette carte à son deck."
|
||||
fr: "Lancez une pièce. Si c'est face, choisissez une carte Énergie Spéciale attachée à l'un des Pokémon de votre adversaire. Votre adversaire mélange ensuite cette carte à son deck.",
|
||||
de: "Wirf eine Münze. Wähle bei 'Kopf' eine Spezial-Energiekarte, die an ein Pokémon deines Gegners angelegt ist. Dein Gegner mischt diese Karte in sein Deck."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user