1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +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,7 +4,8 @@ import Set from '../Fossil'
const card: Card = {
name: {
en: "Tentacool",
fr: "Tentacool"
fr: "Tentacool",
de: "Tentacha"
},
illustrator: "Kagemaru Himeno",
@ -29,11 +30,13 @@ const card: Card = {
type: "Pokemon Power",
name: {
en: "Cowardice",
fr: "Échappée"
fr: "Échappée",
de: "Rückmarsch"
},
effect: {
en: "At any time during your turn (before your attack), you may return Tentacool to your hand. (Discard all cards attached to Tentacool.) This power can't be used the turn you put Tentacool into play or if Tentacool is Asleep, Confused, or Paralyzed.",
fr: "À tout moment pendant votre tour (avant votre attaque), vous pouvez reprendre Tentacool dans votre main. (Défaussez toutes les cartes attachées à Tentacool.) Ce pouvoir ne peut être utilisé dans le tour où vous mettez Tentacool en jeu ou si Tentacool est Endormi, Confus ou Paralysé."
fr: "À tout moment pendant votre tour (avant votre attaque), vous pouvez reprendre Tentacool dans votre main. (Défaussez toutes les cartes attachées à Tentacool.) Ce pouvoir ne peut être utilisé dans le tour où vous mettez Tentacool en jeu ou si Tentacool est Endormi, Confus ou Paralysé.",
de: "Jederzeit während deines Zuges (vor deinen Angriff) kannst Du Tentacha zurück auf diene Hand nehmen. (Lege alle auf Tentacha abgelegten Karten ab.) Diese Fähigkeit kann weder während des Zuges , in dem Tentacha ins spiel kommt, noch wenn Tentacha schläft, verwirrt oder gelähmt ist, eingesetzt werden."
},
},
],
@ -45,7 +48,8 @@ const card: Card = {
],
name: {
en: "Acid",
fr: "Urticos"
fr: "Urticos",
de: "Säure"
},
damage: 10,