1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +00:00

fix: Add Neo serie french translations (#167)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-11-12 17:24:19 +01:00
committed by GitHub
parent ffdd3b4656
commit 68054fe4c9
365 changed files with 5008 additions and 2616 deletions

View File

@ -4,24 +4,29 @@ import Set from '../Neo Revelation'
const card: Card = {
name: {
en: "Houndoom",
fr: "Démolosse"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
229,
],
hp: 70,
types: [
"Darkness",
],
evolveFrom: {
en: "Houndour",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -30,9 +35,11 @@ const card: Card = {
],
name: {
en: "Dark Flame",
fr: "Flamme obscure"
},
effect: {
en: "Discard 1 Energy card attached to Houndoom or this attack does nothing. If there are any Energy cards in your discard pile, attach 1 of them to Houndoom.",
fr: "Défaussez une carte Énergie attachée à Démolosse pour utiliser cette attaque. S'il y a des cartes Énergie dans votre pile de défausse, choisissez-en une et attachez-la à Démolosse."
},
damage: 20,
@ -45,11 +52,13 @@ const card: Card = {
],
name: {
en: "Black Fang",
fr: "Croc noir"
},
effect: {
en: "Flip a number of coins equal to the number of Energy attached to Houndoom. This attack does 30 damage plus 10 more damage for each heads.",
fr: "Lancez un nombre de pièces égal au nombre d'Énergies attachées à Démolosse. Cette attaque inflige 30 dégâts plus 10 dégâts supplémentaires pour chaque face."
},
damage: 30,
damage: "30+",
},
],
@ -61,9 +70,9 @@ const card: Card = {
},
],
description: {
fr: "Quand ils entendent ses hurlements sinistres, les autres Pokémon ont un frisson dans le dos et ils retournent au nid."
}
}
export default card