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

@ -4,7 +4,8 @@ import Set from '../Unseen Forces'
const card: Card = {
name: {
en: "Shuckle",
fr: "Caratroc"
fr: "Caratroc",
de: "Pottrott"
},
illustrator: "Miki Tanaka",
rarity: "Uncommon",
@ -26,11 +27,13 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Extra Tight",
fr: "Super serré"
fr: "Super serré",
de: "Extra-tight"
},
effect: {
en: "Prevent all damage done to Shuckle by attacks from your opponent's Pokémon-ex.",
fr: "Prévenez tous les dégâts infligés à Caratroc par des attaques du Pokémon-ex de votre adversaire."
fr: "Prévenez tous les dégâts infligés à Caratroc par des attaques du Pokémon-ex de votre adversaire.",
de: "Prevent all damage done to Shuckle by attacks from your opponent's Pokémon-ex."
},
},
],
@ -42,11 +45,13 @@ const card: Card = {
],
name: {
en: "Toxic",
fr: "Toxik"
fr: "Toxik",
de: "Toxic"
},
effect: {
en: "The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns.",
fr: "Le Pokémon Défenseur est maintenant Empoisonné. Placez 2 marqueurs de dégât au lieu d'1 sur le Pokémon Défenseur entre deux tours."
fr: "Le Pokémon Défenseur est maintenant Empoisonné. Placez 2 marqueurs de dégât au lieu d'1 sur le Pokémon Défenseur entre deux tours.",
de: "The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns."
},
},