1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 18:09:19 +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: "Manaphy",
fr: "Manaphy",
de: "Manaphy"
},
illustrator: "Suwama Chiaki",
rarity: "Rare",
@ -27,10 +28,12 @@ const card: Card = {
name: {
en: "Aqua Skin",
fr: "Aqua peau",
de: "Aquahaut"
},
effect: {
en: "When you attach a Water Energy card from your hand to Manaphy, remove 2 damage counters from Manaphy.",
fr: "Lorsque vous attachez une carte Énergie Water de votre main à Manaphy, retirez-lui 2 marqueurs de dégât.",
de: "Wenn du 1 -Energiekarte von deiner Hand an Manaphy anlegst, entferne 2 Schadensmarken von Manaphy."
},
},
],
@ -42,10 +45,12 @@ const card: Card = {
name: {
en: "Chase Up",
fr: "Relancer",
de: "Dampf machen"
},
effect: {
en: "Flip a coin. If heads, search your deck for any 1 card and put it into your hand. Shuffle your deck afterward.",
fr: "Lancez une pièce. Si c'est face, choisissez 1 carte dans votre deck et placez-la dans votre main. Ensuite, mélangez votre deck.",
de: "Wirf 1 Münze. Bei \"Kopf\" durchsuche dein Deck nach 1 Karte und nimm sie auf die Hand. Mische dein Deck danach."
},
},
@ -57,10 +62,12 @@ const card: Card = {
name: {
en: "Fountain",
fr: "Fontaine",
de: "Fontäne"
},
effect: {
en: "You may attach up to 2 basic Water Energy cards from your hand to your Benched Pokémon in any way you like.",
fr: "Vous pouvez attacher jusqu'à 2 cartes Énergie de base Water de votre main à vos Pokémon de Banc de la façon que vous voulez.",
de: "Du kannst bis zu 2 -Basis-Energiekarten von deiner Hand in beliebiger Verteilung an Pokémon auf deiner Bank anlegen."
},
damage: 30,