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,31 +4,33 @@ import Set from '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Arcanine",
|
||||
fr: "Arcanin"
|
||||
},
|
||||
|
||||
illustrator: "Hasuno",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
evolveFrom: {
|
||||
en: "Growlithe",
|
||||
fr: "Caninos"
|
||||
},
|
||||
|
||||
|
||||
abilities: [
|
||||
{
|
||||
type: "Ability",
|
||||
name: {
|
||||
en: "Warming Up",
|
||||
fr: "Réchauffement"
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon has a Burning Scarf attached, it gets +100 HP.",
|
||||
fr: "Si un Bandana Brûlant est attaché à ce Pokémon, il reçoit +100 PV."
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -38,12 +40,14 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Fire Mane",
|
||||
fr: "Crinière de Feu"
|
||||
},
|
||||
|
||||
damage: 130,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Water",
|
||||
@ -52,9 +56,8 @@ const card: Card = {
|
||||
],
|
||||
|
||||
retreat: 2,
|
||||
|
||||
|
||||
|
||||
hp: 130,
|
||||
types: ["Fire"]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user