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: "Luxray"
|
||||
fr: "Luxray",
|
||||
en: "Luxray"
|
||||
},
|
||||
|
||||
illustrator: "Hasuno",
|
||||
@ -15,23 +16,27 @@ const card: Card = {
|
||||
types: ["Lightning"],
|
||||
|
||||
evolveFrom: {
|
||||
fr: "Luxio"
|
||||
fr: "Luxio",
|
||||
en: "Luxio"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Razzia Obscure"
|
||||
fr: "Razzia Obscure",
|
||||
en: "Raid"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Si ce Pokémon a évolué de Luxio pendant ce tour, cette attaque inflige 100 dégâts supplémentaires."
|
||||
fr: "Si ce Pokémon a évolué de Luxio pendant ce tour, cette attaque inflige 100 dégâts supplémentaires.",
|
||||
en: "If this Pokémon evolved from Luxio during this turn, this attack does 100 more damage."
|
||||
},
|
||||
|
||||
damage: "60+",
|
||||
cost: ["Lightning"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Éclair Frontal"
|
||||
fr: "Éclair Frontal",
|
||||
en: "Head Bolt"
|
||||
},
|
||||
|
||||
damage: 120,
|
||||
|
Reference in New Issue
Block a user