mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Team Magma vs Team Aqua'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Cradily ex",
|
||||
fr: "Vacilys ex"
|
||||
fr: "Vacilys ex",
|
||||
de: "Wielie ex"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -26,11 +27,13 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Primal Vibes",
|
||||
fr: "Vibrations primales"
|
||||
fr: "Vibrations primales",
|
||||
de: "Primal Vibes"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Cradily ex is your Active Pokémon, your opponent can't play a Pokémon from his or her hand to evolve his or her Active Pokémon.",
|
||||
fr: "Tant que Vacilys ex est votre Pokémon Actif, votre adversaire ne peut pas jouer de Pokémon de sa main pour faire évoluer ses Pokémon Actifs."
|
||||
fr: "Tant que Vacilys ex est votre Pokémon Actif, votre adversaire ne peut pas jouer de Pokémon de sa main pour faire évoluer ses Pokémon Actifs.",
|
||||
de: "As long as Cradily ex is your Acrive Pokémon, your opponent can't play a Pokémon from his or her hand to evolve his or her Active Pokémon"
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,11 +45,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Eerie Light",
|
||||
fr: "Lumière étrange"
|
||||
fr: "Lumière étrange",
|
||||
de: "Eerie Light"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Confused.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Confus."
|
||||
fr: "Le Pokémon Défenseur est maintenant Confus.",
|
||||
de: "The Defending Pokémon is now Confused."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -60,11 +65,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Acidic Poison",
|
||||
fr: "Poison acide"
|
||||
fr: "Poison acide",
|
||||
de: "Acidic Poison"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Poisoned and Burned.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Empoisonné et Brûlé."
|
||||
fr: "Le Pokémon Défenseur est maintenant Empoisonné et Brûlé.",
|
||||
de: "The Defending Pokémon is now Poisoned and Burned."
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
|
Reference in New Issue
Block a user