1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +00:00

feat: Add missing German sets (#450)

This commit is contained in:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@ -4,7 +4,8 @@ import Set from '../Emerald'
const card: Card = {
name: {
en: "Claydol",
fr: "Kaorine"
fr: "Kaorine",
de: "Lepumentas"
},
illustrator: "Yuka Morii",
rarity: "Uncommon",
@ -28,11 +29,13 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Levitate",
fr: "Lévitation"
fr: "Lévitation",
de: "Levitate"
},
effect: {
en: "As long as Claydol has any Energy attached to it, the Retreat Cost for Claydol is 0.",
fr: "Tant que Kaorine possède une Énergie, son Coût de retraite est de 0."
fr: "Tant que Kaorine possède une Énergie, son Coût de retraite est de 0.",
de: "As long as Claydol has any Energy attached to it, the Retreat Cost for Claydol is 0."
},
},
],
@ -44,11 +47,13 @@ const card: Card = {
],
name: {
en: "Rock Smash",
fr: "Éclate-roc"
fr: "Éclate-roc",
de: "Rock Smash"
},
effect: {
en: "Flip a coin. If heads, this attack does 30 damage plus 10 more damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts plus 10 dégâts supplémentaires."
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts plus 10 dégâts supplémentaires.",
de: "Flip a coin. If heads, this attack does 30 damage plus 10 more damage."
},
damage: "30+",