1
0
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:
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,6 +4,7 @@ import Set from '../Skyridge'
const card: Card = {
name: {
en: "Xatu",
de: "Xatu"
},
illustrator: "Atsuko Nishida",
rarity: "Rare",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Synchronicity",
de: "Synchronizität"
},
effect: {
en: "You may attach any Technical Machine to Xatu.",
de: "Du kannst beliebige technische Maschinen an Xatu anlegen."
},
},
],
@ -42,9 +45,11 @@ const card: Card = {
],
name: {
en: "Warp Hole",
de: "Verkrümmungsloch"
},
effect: {
en: "Flip a coin. If heads, choose a card from your discard pile and put it on top of your deck.",
de: "Wirf eine Münze. Wähle bei \"Kopf\" eine Karte aus deinem Ablagestapel und lege sie oben auf dein Deck."
},
damage: 30,