mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../FireRed & LeafGreen'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Victreebel",
|
||||
fr: "Empiflor"
|
||||
fr: "Empiflor",
|
||||
de: "Sarzenia"
|
||||
},
|
||||
illustrator: "Tomokazu Komiya",
|
||||
rarity: "Rare",
|
||||
@ -28,11 +29,13 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Acid Sampler",
|
||||
fr: "Répandre de l'acide"
|
||||
fr: "Répandre de l'acide",
|
||||
de: "Acid Sampler"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Victreebel is your Active Pokémon, put 1 damage counter on each Defending Pokémon between turns. Acid Sampler stops working if your other Active Pokémon is not a Victreebel.",
|
||||
fr: "Tant qu'Empiflor est votre Pokémon Actif, placez un marqueur de dégât sur chaque Pokémon Défenseur entre deux tours. Échantillon d'acide est annulé si votre autre Pokémon Actif n'est pas un Empiflor."
|
||||
fr: "Tant qu'Empiflor est votre Pokémon Actif, placez un marqueur de dégât sur chaque Pokémon Défenseur entre deux tours. Échantillon d'acide est annulé si votre autre Pokémon Actif n'est pas un Empiflor.",
|
||||
de: "As long as Victreebel is your Active Pokémon, put 1 damage counter on each Defending Pokémon between turns. Acid Sampler stops working if your other Active Pokémon is not a Victreebel."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -45,11 +48,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Acid",
|
||||
fr: "Acide"
|
||||
fr: "Acide",
|
||||
de: "Acid"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon can't retreat until the end of your opponent's next turn.",
|
||||
fr: "Le Pokémon Défenseur ne peut pas battre en retraite avant la fin du prochain tour de votre adversaire."
|
||||
fr: "Le Pokémon Défenseur ne peut pas battre en retraite avant la fin du prochain tour de votre adversaire.",
|
||||
de: "The Defending Pokémon can't retreat until the end of your opponent's next turn."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
Reference in New Issue
Block a user