1
0
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:
2021-05-26 20:35:35 +02:00
committed by GitHub
parent ef2d099e6e
commit 151c00be78
820 changed files with 9255 additions and 2679 deletions

View File

@@ -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 dune 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 opponents 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