mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Eternatus V",
|
||||
fr: "Éthernatos V"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
@ -26,9 +27,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Power Accelerator",
|
||||
fr: "Accélérateur de Puissance"
|
||||
},
|
||||
effect: {
|
||||
en: "You may attach a Darkness Energy card from your hand to 1 of your Benched Pokémon.",
|
||||
fr: "Vous pouvez attacher une carte Énergie Darkness de votre main à l’un de vos Pokémon de Banc."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -42,9 +45,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dynamax Cannon",
|
||||
fr: "Canon Dynamax"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent’s Active Pokémon is a Pokémon VMAX, this attack does 120 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon-VMAX, cette attaque inflige 120 dégâts supplémentaires."
|
||||
},
|
||||
damage: "120+",
|
||||
|
||||
|
Reference in New Issue
Block a user