1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-30 03:29:51 +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 '../Base Set'
const card: Card = {
name: {
en: "Gastly",
fr: "Fantominus"
fr: "Fantominus",
de: "Nebulak"
},
illustrator: "Keiji Kinebuchi",
@ -31,11 +32,13 @@ const card: Card = {
],
name: {
en: "Sleeping Gas",
fr: "Gaz Soporifique"
fr: "Gaz Soporifique",
de: "Schlafgas"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Asleep.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Endormi."
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Endormi.",
de: "Wirf eine Münze. Bei 'Kopf' ist das verteidigende Pokémon schlafend."
},
},
@ -46,11 +49,13 @@ const card: Card = {
],
name: {
en: "Destiny Bond",
fr: "Prélèvement du Destin"
fr: "Prélèvement du Destin",
de: "Schicksalsband"
},
effect: {
en: "Discard 1 Energy card attached to Gastly in order to use this attack. If a Pokémon Knocks Out Gastly during your opponent's next turn, Knock Out that Pokémon.",
fr: "Défaussez 1 carte Énergie attachée à Fantominus pour pouvoir utiliser cette attaque. Si un Pokémon met Fantominus K.O. pendant le prochain tour de votre adversaire, mettez ce Pokémon K.O."
fr: "Défaussez 1 carte Énergie attachée à Fantominus pour pouvoir utiliser cette attaque. Si un Pokémon met Fantominus K.O. pendant le prochain tour de votre adversaire, mettez ce Pokémon K.O.",
de: "Entferne eine auf Nebulak abgelegte Energiekarte, um diesen Angriff auzuführen. Falls ein Pokémon Nebulak während des nächsten gegnerischen Zugs kampufunfähig macht, mache dieses Pokémon kampfunfähig."
},
},