mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Crystal Guardians'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Swalot",
|
||||
fr: "Avaltout"
|
||||
fr: "Avaltout",
|
||||
de: "Schlukwech"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -32,11 +33,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Pick and Choose",
|
||||
fr: "Choisir"
|
||||
fr: "Choisir",
|
||||
de: "Qual der Wahl"
|
||||
},
|
||||
effect: {
|
||||
en: "Choose either Burned or Poisoned, and either Asleep or Confused. The Defending Pokémon is now affected by both Special Conditions.",
|
||||
fr: "Choisissez entre Brûlé et Empoisonné ou Endormi et Confus. Le Pokémon Défenseur est maintenant affecté par ces deux États Spéciaux."
|
||||
fr: "Choisissez entre Brûlé et Empoisonné ou Endormi et Confus. Le Pokémon Défenseur est maintenant affecté par ces deux États Spéciaux.",
|
||||
de: "Wähle entweder Verbrannt oder Vergiftet und entweder Schlafend oder Verwirrt. Das Verteidigende Pokémon ist jetzt von den beiden gewählten Speziellen Zuständen betroffen."
|
||||
},
|
||||
|
||||
},
|
||||
@ -48,11 +51,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Reactive Poison",
|
||||
fr: "Poison réactif"
|
||||
fr: "Poison réactif",
|
||||
de: "Reaktives Gift"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 50 damage plus 20 more damage for each Special Condition affecting the Defending Pokémon.",
|
||||
fr: "Inflige 50 dégâts plus 20 dégâts supplémentaires pour chaque État Spécial affectant le Pokémon Défenseur."
|
||||
fr: "Inflige 50 dégâts plus 20 dégâts supplémentaires pour chaque État Spécial affectant le Pokémon Défenseur.",
|
||||
de: "Dieser Angriff fügt 50 Schadenspunkte plus 20 weitere Schadenspunkte für jeden Speziellen Zustand, von dem das Verteidigende Pokémon betroffen ist, zu."
|
||||
},
|
||||
damage: "50+",
|
||||
|
||||
|
Reference in New Issue
Block a user