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

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Snorlax",
fr: "Ronflex Niv. 37",
de: "Relaxo"
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
@ -28,10 +29,12 @@ const card: Card = {
name: {
en: "Pick and Collect",
fr: "Choisir et collectionner",
de: "Auswählen und Einsammeln"
},
effect: {
en: "Search your discard pile for up to 4 basic Energy cards, show them to your opponent, and put them into your hand.",
fr: "Choisissez dans votre pile de défausse jusqu'à 4 cartes Énergie de base, montrez-les à votre adversaire et placez-les dans votre main.",
de: "Durchsuche deinen Ablagestapel nach bis zu 4 Basis-Energiekarten, zeige sie deinem Gegner und nimm sie auf die Hand."
},
},
@ -45,10 +48,12 @@ const card: Card = {
name: {
en: "Roll Over",
fr: "Se retourner",
de: "Umdrehen"
},
effect: {
en: "Flip a coin. If heads, both Snorlax and the Defending Pokémon are now Asleep. If tails, Snorlax is now Asleep.",
fr: "Lancez une pièce. Si c'est face, Ronflex et le Pokémon Défenseur sont maintenant Endormis. Si c'est pile, Ronflex est maintenant Endormi.",
de: "Wirf 1 Münze. Bei \"Kopf\" schlafen Relaxo und das Verteidigende Pokémon jetzt. Bei \"Zahl\" schläft Relaxo jetzt."
},
damage: 60,