1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29: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

@ -4,7 +4,8 @@ import Set from '../Aquapolis'
const card: Card = {
name: {
en: "Drowzee",
fr: "Soporifik"
fr: "Soporifik",
de: "Traumato"
},
illustrator: "Hisao Nakamura",
rarity: "Common",
@ -29,11 +30,13 @@ const card: Card = {
],
name: {
en: "Sleep Inducer",
fr: "Poussododo"
fr: "Poussododo",
de: "Schlafeinflößer"
},
effect: {
en: "If your opponent has any Benched Pokémon, flip a coin. If heads, choose 1 of them and switch it with the Defending Pokémon. The new Defending Pokémon is now Asleep.",
fr: "Lancez une pièce. Si c'est face, choisissez un des Pokémon du Banc de votre adversaire et échangez-le contre le Pokémon Défenseur. Le nouveau Pokémon Défenseur est maintenant Endormi."
fr: "Lancez une pièce. Si c'est face, choisissez un des Pokémon du Banc de votre adversaire et échangez-le contre le Pokémon Défenseur. Le nouveau Pokémon Défenseur est maintenant Endormi.",
de: "Wirf eine Münze. Wähle bei \"Kopf\" 1 der Pokémon auf der Bank deines Gegners und tausche es mit dem Verteidigenden Pokémon. Das neue Verteidigende Pokémon schläft jetzt."
},
},
@ -44,7 +47,8 @@ const card: Card = {
],
name: {
en: "Tackle",
fr: "Charge"
fr: "Charge",
de: "Tackle"
},
damage: 20,