mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +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: "Dark Typhlosion",
|
||||
fr: "Typhlosion obscur"
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
157,
|
||||
],
|
||||
|
||||
hp: 80,
|
||||
|
||||
types: [
|
||||
"Fire",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Quilava",
|
||||
},
|
||||
stage: "Stage2",
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@ -30,6 +35,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Claw Swipe",
|
||||
fr: "Combo-serres"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
@ -41,14 +47,17 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rushing Flames",
|
||||
fr: "Vague de flammes"
|
||||
},
|
||||
effect: {
|
||||
en: "You may discard any number of Energy cards attached to your Pokémon. Flip a coin for each Energy card discarded in this way. This attack does 40 damage times the number of heads.",
|
||||
fr: "Vous pouvez vous défausser de n'importe quel nombre de cartes Énergie attachées à votre Pokémon. Lancez une pièce pour chaque carte Énergie défaussée de cette manière. Cette attaque fait 40 dégâts multipliés par le nombre de faces."
|
||||
},
|
||||
damage: 40,
|
||||
damage: "40×",
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Water",
|
||||
@ -56,10 +65,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
description: {
|
||||
fr: "Quand il se bat, l'air autour de lui scintille et semble s'enflammer à cause de l'intense chaleur émanant de lui."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user