1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-08 11:09:18 +00:00

feat: Add missing german sets (HGSS & COL) (#451)
Some checks failed
Build Docker image / build (push) Failing after 42s

This commit is contained in:
2023-12-06 01:20:07 +01:00
committed by GitHub
parent b24233b342
commit 6d133f5343
520 changed files with 2371 additions and 326 deletions

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Exeggutor",
fr: "Noadkoko",
de: "Kokowei"
},
illustrator: "Miki Tanaka",
@ -37,10 +38,12 @@ const card: Card = {
name: {
en: "Energy Absorption",
fr: "Absorption dénergie",
de: "Energieaufnahme"
},
effect: {
en: "Search your discard pile for up to 2 Energy cards and attach them to Exeggutor.",
fr: "Cherchez dans votre pile de défausse jusquà deux cartes Énergie et attachez-les à Noadkoko.",
de: "Durchsuche deinen Ablagestapel nach bis zu 2 Energiekarten und lege sie an Kokowei an."
},
},
@ -51,12 +54,14 @@ const card: Card = {
name: {
en: "Big Eggsplosion",
fr: "Grosse éclate",
de: "Große Eggsplosion"
},
effect: {
en: "Flip a coin for each Energy attached to Exeggutor. This attack does 40 damage times the number of heads.",
fr: "Lancez une pièce pour chaque carte Énergie attachée à Noadkoko. Cette attaque inflige 40 dégâts multipliés par le nombre de faces.",
de: "Wirf für jede an Kokowei angelegte Energie 1 Münze. Dieser Angriff fügt 40 Schadenspunkte mal der Anzahl \"Kopf\" zu."
},
damage: "40×",
damage: "40x",
},
],