mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 11:51:59 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@@ -4,21 +4,20 @@ import Set from '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Cinderace VMAX",
|
||||
fr: "Pyrobut VMAX"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
hp: 320,
|
||||
|
||||
evolveFrom: {
|
||||
en: "Cinderace V",
|
||||
fr: "Pyrobut-V"
|
||||
},
|
||||
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -27,9 +26,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Counter",
|
||||
fr: "Riposte"
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon was damaged by an attack during your opponent's last turn, this attack does that much more damage.",
|
||||
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."
|
||||
},
|
||||
damage: "30+",
|
||||
|
||||
@@ -42,14 +43,17 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Max Pyro Ball",
|
||||
fr: "Ballon Brûlomax"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Burned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé."
|
||||
},
|
||||
damage: 170,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Water",
|
||||
@@ -58,9 +62,7 @@ const card: Card = {
|
||||
],
|
||||
|
||||
retreat: 2,
|
||||
|
||||
|
||||
|
||||
types: ["Fire"]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user