mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 03:29:51 +00:00
fix: Add Base serie translations (#161)
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -4,24 +4,29 @@ import Set from '../Base Set'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Arcanine",
|
||||
fr: "Arcanin"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
59,
|
||||
],
|
||||
|
||||
hp: 100,
|
||||
|
||||
types: [
|
||||
"Fire",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Growlithe",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@ -32,9 +37,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Flamethrower",
|
||||
fr: "Lance-Flamme"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard 1 Energy card attached to Arcanine in order to use this attack.",
|
||||
fr: "Défaussez 1 carte Énergie attachée à Arcanin pour pouvoir utiliser cette attaque."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
@ -48,14 +55,17 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Take Down",
|
||||
fr: "Bélier"
|
||||
},
|
||||
effect: {
|
||||
en: "Arcanine does 30 damage to itself.",
|
||||
fr: "Arcanin s'inflige 30 dégâts."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Water",
|
||||
@ -63,10 +73,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
description: {
|
||||
fr: "Un Pokémon très recherché pour sa grâce légendaire. Son pas élégant semble glisser sur le vent."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user