1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +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 '../Deoxys'
const card: Card = {
name: {
en: "Natu",
fr: "Natu"
fr: "Natu",
de: "Natu"
},
illustrator: "Yuka Morii",
rarity: "Common",
@ -26,11 +27,13 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Mirror Coat",
fr: "Voile miroir"
fr: "Voile miroir",
de: "Mirror Coat"
},
effect: {
en: "If Natu is Burned or Poisoned by an opponent's attack (even if Natu is Knocked Out), the Attacking Pokémon is now affected by the same Special Conditions (1 if there is only 1).",
fr: "Si Natu est Brûlé ou Empoisonné par une attaque de votre adversaire (même si Natu est mis K.O.), le Pokémon Attaquant est maintenant affecté par les mêmes États Spéciaux (ou 1 s'il n'y en a qu'1)."
fr: "Si Natu est Brûlé ou Empoisonné par une attaque de votre adversaire (même si Natu est mis K.O.), le Pokémon Attaquant est maintenant affecté par les mêmes États Spéciaux (ou 1 s'il n'y en a qu'1).",
de: "If Nau is Burned or Poisoned by an opponent´s attack (even if Natu is Knocked Out), the Attacking Pokémon is now affected by the same Special Conditions (1 if there is only 1)"
},
},
],
@ -41,11 +44,13 @@ const card: Card = {
],
name: {
en: "Razor Wind",
fr: "Coupe-vent"
fr: "Coupe-vent",
de: "Razor Wind"
},
effect: {
en: "Flip a coin. If tails, this attack does nothing.",
fr: "Lancez une pièce. Si c'est pile, cette attaque est sans effet."
fr: "Lancez une pièce. Si c'est pile, cette attaque est sans effet.",
de: "Flip a coin. If heads, this attack does nothing."
},
damage: 20,