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 '../Holon Phantoms'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Relicanth",
|
||||
fr: "Relicanth"
|
||||
fr: "Relicanth",
|
||||
de: "Relicanth"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -26,11 +27,13 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Aqua Lift",
|
||||
fr: "Aqua-élévation"
|
||||
fr: "Aqua-élévation",
|
||||
de: "Aquatransporter"
|
||||
},
|
||||
effect: {
|
||||
en: "If Relicanth has any Water Energy attached to it, the Retreat Cost for Relicanth is 0.",
|
||||
fr: "Si Relicanth possède des Énergies , son Coût de retraite est de 0."
|
||||
fr: "Si Relicanth possède des Énergies , son Coût de retraite est de 0.",
|
||||
de: "Wenn mindestens 1 -Energie an Relicanth angelegt ist, hat Relicanth Rückzugskosten 0."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,11 +45,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Knock Away",
|
||||
fr: "Asticotage"
|
||||
fr: "Asticotage",
|
||||
de: "Zurückschlagen"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 10 dégâts supplémentaires."
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 10 dégâts supplémentaires.",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" fügt dieser Angriff 20 Schadenspunkte plus 10 Schadenspunkte zu."
|
||||
},
|
||||
damage: "20+",
|
||||
|
||||
|
Reference in New Issue
Block a user