1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 16:39: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: "Arbok",
fr: "Arbok",
de: "Arbok"
},
illustrator: "Ken Sugimori",
rarity: "Uncommon",
@ -33,12 +34,14 @@ const card: Card = {
name: {
en: "Deadly Poison",
fr: "Poison mortel",
de: "Tödliches Gift"
},
effect: {
en: "If the Defending Pokémon is Poisoned, this attack does 10 damage plus 40 more damage. If the Defending Pokémon is not Poisoned, that Pokémon is now Poisoned.",
fr: "Si le Pokémon Défenseur est Empoisonné, cette attaque inflige 10 dégâts plus 40 dégâts supplémentaires. Si le Pokémon Défenseur n'est pas Empoisonné, il est maintenant Empoisonné.",
de: "Wenn das Verteidigende Pokémon vergiftet ist, fügt dieser Angriff 10 Schadenspunkte plus 40 weitere Schadenspunkte zu. Wenn das Verteidigende Pokémon nicht vergiftet ist, ist es jetzt vergiftet."
},
damage: 10,
damage: "10+",
},
{
@ -50,10 +53,12 @@ const card: Card = {
name: {
en: "Wrap",
fr: "Ligotage",
de: "Wickel"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
de: "Wirf 1 Münze. Bei \"Kopf\" ist das Verteidigende Pokémon jetzt gelähmt."
},
damage: 50,