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:
@ -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 n’a 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
|
||||
|
Reference in New Issue
Block a user