1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-30 19:40:48 +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 '../Neo Revelation'
const card: Card = {
name: {
en: "Suicune",
fr: "Suicune"
fr: "Suicune",
de: "Suicune"
},
illustrator: "Ken Sugimori",
@ -29,11 +30,13 @@ const card: Card = {
type: "Pokemon Power",
name: {
en: "Crystal Body",
fr: "Corps de cristal"
fr: "Corps de cristal",
de: "Crystal Body"
},
effect: {
en: "Prevent all effects of your opponent's attacks, other than damage, done to Suicune. This power stops working while Suicune is Asleep, Confused, or Paralyzed.",
fr: "Prévenez tous les effets des attaques de votre adversaire, excepté les dégâts, infligés à Suicune. Ce pouvoir cesse de fonctionner si Suicune est Endormi, Confus ou Paralysé."
fr: "Prévenez tous les effets des attaques de votre adversaire, excepté les dégâts, infligés à Suicune. Ce pouvoir cesse de fonctionner si Suicune est Endormi, Confus ou Paralysé.",
de: "Prevent all effects of your opponent's attacks, other than damage done to Suicune. This power stops working while Suicune is Asleep, Confused, or Paralyzed."
},
},
],
@ -47,11 +50,13 @@ const card: Card = {
],
name: {
en: "Aurora Wave",
fr: "Vague boréale"
fr: "Vague boréale",
de: "Aurora Wave"
},
effect: {
en: "Flip 2 coins. If both are heads, the Defending Pokémon is now Paralyzed. If only 1 is heads, the Defending Pokémon is now Asleep.",
fr: "Lancez 2 pièces. Si c'est face dans les deux cas, le Pokémon Défenseur est Paralysé. Si vous obtenez une face, le Pokémon Défenseur est maintenant Endormi."
fr: "Lancez 2 pièces. Si c'est face dans les deux cas, le Pokémon Défenseur est Paralysé. Si vous obtenez une face, le Pokémon Défenseur est maintenant Endormi.",
de: "Flip 2 coins. If both are heads, the Defending Pokémon is now Paralyzed. If only 1 is heads, the Defending Pokémon is now Asleep."
},
damage: 30,