1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19: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: "Rayquaza C",
fr: "Rayquaza ",
de: "Rayquaza C"
},
illustrator: "Shizurow",
rarity: "Rare",
@ -27,10 +28,12 @@ const card: Card = {
name: {
en: "Dragon Spirit",
fr: "Esprit de dragon",
de: "Drachenmut"
},
effect: {
en: "If Rayquaza C is your Active Pokémon and is damaged but not Knocked Out by an opponent's attack, you may search your discard pile for an Energy card and attach it to Rayquaza C.",
fr: "Si Rayquaza est votre Pokémon Actif et qu'une attaque de votre adversaire lui inflige des dégâts sans le mettre K.O., vous pouvez choisir dans votre pile de défausse une carte Énergie et l'attacher à Rayquaza .",
de: "Wenn Rayquaza C dein Aktives Pokémon ist und durch einen gegnerischen Angriff Schaden erhält, aber nicht kampfunfähig wird, kannst du deinen Ablagestapel nach 1 Energiekarte durchsuchen und sie an Rayquaza C anlegen."
},
},
],
@ -45,10 +48,12 @@ const card: Card = {
name: {
en: "Final Blowup",
fr: "Explosion finale",
de: "Letztes Donnerwetter"
},
effect: {
en: "Discard all Energy attached to Rayquaza C. Ignore this effect if you have no cards in your hand.",
fr: "Défaussez toutes les Énergies attachées à Rayquaza . Ignorez cet effet si vous n'avez plus de cartes en main.",
de: "Lege alle an Rayquaza C angelegten Energien auf deinen Ablagestapel. Dieser Effekt gilt nur, wenn du mindestens 1 Handkarte hast."
},
damage: 200,