1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +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,29 +4,28 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Cinderace V",
fr: "Pyrobut V"
},
illustrator: "5ban Graphics",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
abilities: [
{
type: "Ability",
name: {
en: "Field Runner",
fr: "Coureur de Fond"
},
effect: {
en: "If a Stadium is in play, this Pokémon has no Retreat Cost.",
fr: "Si un Stade est en jeu, ce Pokémon na pas de Coût de Retraite."
},
},
],
attacks: [
{
cost: [
@ -36,12 +35,14 @@ const card: Card = {
],
name: {
en: "Crimson Legs",
fr: "Jambes Carmin"
},
damage: 140,
},
],
weaknesses: [
{
type: "Water",
@ -50,9 +51,8 @@ const card: Card = {
],
retreat: 2,
hp: 210,
types: ["Fire"]
}
export default card