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 '../Hidden Legends'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Beldum",
|
||||
fr: "Terhal"
|
||||
fr: "Terhal",
|
||||
de: "Tanhel"
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
@ -26,11 +27,13 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Levitate",
|
||||
fr: "Lévitation"
|
||||
fr: "Lévitation",
|
||||
de: "Levitate"
|
||||
},
|
||||
effect: {
|
||||
en: "If Beldum has any Energy attached to it, Beldum's Retreat Cost is 0.",
|
||||
fr: "Si Terhal possède des Énergies, son Coût de Retraite est de 0."
|
||||
fr: "Si Terhal possède des Énergies, son Coût de Retraite est de 0.",
|
||||
de: "If Beldum has any Energy attached to it, Beldum's Retreat Cost is 0."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,7 +44,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Tackle",
|
||||
fr: "Charge"
|
||||
fr: "Charge",
|
||||
de: "Tackle"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
Reference in New Issue
Block a user