mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
feat: Add missing german sets (HGSS & COL) (#451)
Some checks failed
Build Docker image / build (push) Failing after 42s
Some checks failed
Build Docker image / build (push) Failing after 42s
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Lanturn",
|
||||
fr: "Lanturn",
|
||||
de: "Lanturn"
|
||||
},
|
||||
|
||||
illustrator: "sui",
|
||||
@ -37,10 +38,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Confuse Ray",
|
||||
fr: "Onde folie",
|
||||
de: "Konfustrahl"
|
||||
},
|
||||
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.",
|
||||
de: "Wirf eine Münze. Bei \"Kopf\" ist das Verteidigende Pokémon jetzt verwirrt."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -54,10 +57,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Reflect Energy",
|
||||
fr: "Renvoi d’énergie",
|
||||
de: "Energiereflexion"
|
||||
},
|
||||
effect: {
|
||||
en: "Move an Energy card attached to Lanturn to 1 of your Benched Pokémon.",
|
||||
fr: "Prenez une carte Énergie attachée à Lanturn et attachez-la à l’un des Pokémon de votre Banc.",
|
||||
de: "Lege 1 an Lanturn angelegte Energiekarte an 1 Pokémon auf deiner Bank an."
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
|
Reference in New Issue
Block a user