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: "Venusaur ex",
|
||||
fr: "Florizarre ex"
|
||||
fr: "Florizarre ex",
|
||||
de: "Bisaflor ex"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -28,11 +29,13 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Energy Trans",
|
||||
fr: "Transfert d'Énergie"
|
||||
fr: "Transfert d'Énergie",
|
||||
de: "Energy Trans"
|
||||
},
|
||||
effect: {
|
||||
en: "As often as you like during your turn (before your attack), move a Grass Energy card attached to 1 of your Pokémon to another of your Pokémon. This power can't be used if Venusaur ex is affected by a Special Condition.",
|
||||
fr: "Autant de fois que vous le voulez lors de votre tour (avant votre attaque), vous pouvez déplacer une carte Énergie d'1 de vos Pokémon à 1 autre de vos Pokémon. Ce pouvoir ne peut pas être utilisé si Florizarre ex est affecté par un État Spécial."
|
||||
fr: "Autant de fois que vous le voulez lors de votre tour (avant votre attaque), vous pouvez déplacer une carte Énergie d'1 de vos Pokémon à 1 autre de vos Pokémon. Ce pouvoir ne peut pas être utilisé si Florizarre ex est affecté par un État Spécial.",
|
||||
de: "As often as you like during your turn (before yxour attack), mova a Energy card attached to 1 of your Pokémon to another of your Pokémon. This power can't be used if Venusaur ex is affected by a Special Condition."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -45,11 +48,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Pollen Hazard",
|
||||
fr: "Pollen dangereux"
|
||||
fr: "Pollen dangereux",
|
||||
de: "Pollen Hazard"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Poisoned, Burned, and Confused.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Empoisonné, Brûlé et Confus."
|
||||
fr: "Le Pokémon Défenseur est maintenant Empoisonné, Brûlé et Confus.",
|
||||
de: "The Defending Pokémon is now Poisoned, Burned, and Confused."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -64,7 +69,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Solarbeam",
|
||||
fr: "Lance-soleil"
|
||||
fr: "Lance-soleil",
|
||||
de: "Solarbeam"
|
||||
},
|
||||
|
||||
damage: 90,
|
||||
|
Reference in New Issue
Block a user