mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
fix: Add Neo serie french translations (#167)
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -4,24 +4,29 @@ import Set from '../Neo Destiny'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Light Ninetales",
|
||||
fr: "Feunard lumineux"
|
||||
},
|
||||
|
||||
illustrator: "Masako Yamashita",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
38,
|
||||
],
|
||||
|
||||
hp: 90,
|
||||
|
||||
types: [
|
||||
"Fire",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Vulpix",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@ -30,9 +35,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Guiding Flame",
|
||||
fr: "Flambeau"
|
||||
},
|
||||
effect: {
|
||||
en: "Put a Baby Pokémon or a Basic Pokémon card from your discard pile onto your Bench. (You can't use this attack if your Bench is full.)",
|
||||
fr: "Placez une carte Bébé Pokémon ou Pokémon de base de votre pile de défausse sur votre Banc. (Vous ne pouvez pas utiliser cette attaque si votre Banc est plein.)"
|
||||
},
|
||||
|
||||
},
|
||||
@ -44,14 +51,17 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Fire Blast",
|
||||
fr: "Déflagration"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard a Energy card attached to Light Ninetales in order to use this attack.",
|
||||
fr: "Défaussez-vous d'une carte Énergie attachée à Feunard lumineux pour utiliser cette attaque."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Water",
|
||||
@ -59,10 +69,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
description: {
|
||||
fr: "On dit que chacune de ses neuf queues renferme un pouvoir magique différent."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user