mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-28 14:59:19 +00:00
Added Shining Fates english cards
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,7 +5,8 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Charmilly VMAX"
|
||||
fr: "Charmilly VMAX",
|
||||
en: "Alcremie VMAX"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
@ -15,26 +16,31 @@ const card: Card = {
|
||||
types: ["Psychic"],
|
||||
|
||||
evolveFrom: {
|
||||
fr: "Charmilly-V"
|
||||
fr: "Charmilly-V",
|
||||
en: "Alcremie V"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Décoration"
|
||||
fr: "Décoration",
|
||||
en: "Adornment"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Pour chacun de vos Pokémon de Banc, cherchez dans votre deck une carte Énergie Psychic, puis attachez-la à ce Pokémon-là. Mélangez ensuite votre deck."
|
||||
fr: "Pour chacun de vos Pokémon de Banc, cherchez dans votre deck une carte Énergie Psychic, puis attachez-la à ce Pokémon-là. Mélangez ensuite votre deck.",
|
||||
en: "For each of your Benched Pokémon, search your deck for a Psychic Energy card and attach it to that Pokémon. Then, shuffle your deck."
|
||||
},
|
||||
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Fouet G-Max"
|
||||
fr: "Fouet G-Max",
|
||||
en: "G-Max Whisk"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez autant d’Énergies que vous voulez de vos Pokémon. Cette attaque inflige 60 dégâts pour chaque carte défaussée de cette façon."
|
||||
fr: "Défaussez autant d’Énergies que vous voulez de vos Pokémon. Cette attaque inflige 60 dégâts pour chaque carte défaussée de cette façon.",
|
||||
en: "Discard any amount of Energy from your Pokémon. This attack does 60 damage for each card you discarded in this way."
|
||||
},
|
||||
|
||||
damage: "60×",
|
||||
|
Reference in New Issue
Block a user