mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-19 18:59:17 +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: "Galvagon"
|
||||
fr: "Galvagon",
|
||||
en: "Dracozolt"
|
||||
},
|
||||
|
||||
illustrator: "Shin Nagasawa",
|
||||
@ -15,27 +16,32 @@ const card: Card = {
|
||||
types: ["Lightning"],
|
||||
|
||||
evolveFrom: {
|
||||
fr: "Fossile Rare"
|
||||
fr: "Fossile Rare",
|
||||
en: "Rare Fossil"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Amplificateur"
|
||||
fr: "Amplificateur",
|
||||
en: "Amping Up"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Pendant votre prochain tour, l’attaque Amplificateur de ce Pokémon inflige 90 dégâts supplémentaires (avant application de la Faiblesse et de la Résistance)."
|
||||
fr: "Pendant votre prochain tour, l’attaque Amplificateur de ce Pokémon inflige 90 dégâts supplémentaires (avant application de la Faiblesse et de la Résistance).",
|
||||
en: "During your next turn, this Pokémon’s Amping Up attack does 90 more damage (before applying Weakness and Resistance)."
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Lightning"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Giga Impact"
|
||||
fr: "Giga Impact",
|
||||
en: "Giga Impact"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas attaquer."
|
||||
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas attaquer.",
|
||||
en: "During your next turn, this Pokémon can’t attack."
|
||||
},
|
||||
|
||||
damage: 200,
|
||||
|
Reference in New Issue
Block a user