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 Discovery'
const card: Card = {
name: {
en: "Houndoom",
fr: "Démolosse"
},
illustrator: "Shin-ichi Yoshida",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
229,
],
hp: 70,
types: [
"Darkness",
],
evolveFrom: {
en: "Houndour",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -32,9 +37,11 @@ const card: Card = {
],
name: {
en: "Crunch",
fr: "Mâchouille"
},
effect: {
en: "Until the end of your next turn, if an attack damages the Defending Pokémon (after applying Weakness and Resistance), that attack does 20 more damage to the Defending Pokémon.",
fr: "Jusqu'à la fin de votre prochain tour, si une attaque inflige des dégâts au Pokémon Défenseur (après application de la Faiblesse et de la Résistance), elle lui inflige 20 dégâts de plus."
},
damage: 30,
@ -47,9 +54,11 @@ const card: Card = {
],
name: {
en: "Flamethrower",
fr: "Lance-flammes"
},
effect: {
en: "Discard 1 Energy card attached to Houndoom or this attack does nothing.",
fr: "Défaussez 1 carte Énergie attachée à Démolosse pour pouvoir utiliser cette attaque."
},
damage: 50,
@ -63,9 +72,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