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: "Corsola",
fr: "Corayon",
de: "Corasonn"
},
illustrator: "TOKIYA",
@ -32,10 +33,12 @@ const card: Card = {
name: {
en: "Recover",
fr: "Soin",
de: "Genesung"
},
effect: {
en: "Discard a Water Energy attached to Corsola and remove all damage counters from Corsola.",
fr: "Défaussez une carte Énergie Water attachée à Corayon et retirez tous les marqueurs de dégâts sur Corayon.",
de: "Lege 1 an Corasonn angelegte -Energie auf deinen Ablagestapel und entferne alle Schadensmarken von Corasonn."
},
},
@ -47,10 +50,12 @@ const card: Card = {
name: {
en: "Hyper Cannon",
fr: "Hyper canon",
de: "Hyperkanone"
},
effect: {
en: "Flip 2 coins. If both of them are heads, this attack does 20 damage plus 50 more damage.",
fr: "Lancez 2 pièces. Si les deux pièces tombent sur face, cette attaque inflige 20 dégâts plus 50 dégâts supplémentaires.",
de: "Wirf 2 Münzen. Wenn beide \"Kopf\" zeigen, fügt dieser Angriff 20 Schadenspunkte plus 50 weitere Schadenspunkte zu."
},
damage: "20+",