mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-20 19:19:18 +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: "Éthernatos V"
|
||||
fr: "Éthernatos V",
|
||||
en: "Eternatus V"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
@ -16,22 +17,26 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Accélérateur de Puissance"
|
||||
fr: "Accélérateur de Puissance",
|
||||
en: "Power Accelerator"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Vous pouvez attacher une carte Énergie Darkness de votre main à l’un de vos Pokémon de Banc."
|
||||
fr: "Vous pouvez attacher une carte Énergie Darkness de votre main à l’un de vos Pokémon de Banc.",
|
||||
en: "You may attach a Darkness Energy card from your hand to 1 of your Benched Pokémon."
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Canon Dynamax"
|
||||
fr: "Canon Dynamax",
|
||||
en: "Dynamax Cannon"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon-VMAX, cette attaque inflige 120 dégâts supplémentaires."
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon-VMAX, cette attaque inflige 120 dégâts supplémentaires.",
|
||||
en: "If your opponent’s Active Pokémon is a Pokémon VMAX, this attack does 120 more damage."
|
||||
},
|
||||
|
||||
damage: "120+",
|
||||
|
Reference in New Issue
Block a user