mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-26 13:59: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: "Pyrobut VMAX"
|
||||
fr: "Pyrobut VMAX",
|
||||
en: "Cinderace VMAX"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
@ -15,27 +16,32 @@ const card: Card = {
|
||||
types: ["Fire"],
|
||||
|
||||
evolveFrom: {
|
||||
fr: "Pyrobut-V"
|
||||
fr: "Pyrobut-V",
|
||||
en: "Cinderace V"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Riposte"
|
||||
fr: "Riposte",
|
||||
en: "Counter"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Si ce Pokémon a subi les dégâts d’une attaque pendant le dernier tour de votre adversaire, cette attaque inflige en plus ce montant-là de dégâts."
|
||||
fr: "Si ce Pokémon a subi les dégâts d’une attaque pendant le dernier tour de votre adversaire, cette attaque inflige en plus ce montant-là de dégâts.",
|
||||
en: "If this Pokémon was damaged by an attack during your opponent’s last turn, this attack does that much more damage."
|
||||
},
|
||||
|
||||
damage: "30+",
|
||||
cost: ["Fire", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Ballon Brûlomax"
|
||||
fr: "Ballon Brûlomax",
|
||||
en: "Max Pyro Ball"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé."
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé.",
|
||||
en: "Your opponent’s Active Pokémon is now Burned."
|
||||
},
|
||||
|
||||
damage: 170,
|
||||
|
Reference in New Issue
Block a user