1
0
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:
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 Genesis'
const card: Card = {
name: {
en: "Quilava",
fr: "Feurisson"
},
illustrator: "Ken Sugimori",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
156,
],
hp: 60,
types: [
"Fire",
],
evolveFrom: {
en: "Cyndaquil",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -31,9 +36,11 @@ const card: Card = {
],
name: {
en: "Ember",
fr: "Flammèche"
},
effect: {
en: "Discard 1 Energy card attached to Quilava in order to use this attack.",
fr: "Défaussez 1 carte Énergie attachée à Feurisson afin d'utiliser cette attaque."
},
damage: 30,
@ -45,14 +52,17 @@ const card: Card = {
],
name: {
en: "Fire Wind",
fr: "Vent de feu"
},
effect: {
en: "If your opponent has any Benched Pokémon, choose 1 of them. Flip 2 coins. For each heads, this attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance.)",
fr: "Si votre adversaire possède un ou plusieurs Pokémon sur son Banc, choisissez l'un d'eux. Lancez 2 pièces. Pour chaque face, cette attaque inflige 10 dégâts à ce Pokémon. (Ne pas appliquer la Faiblesse et la Résistance)."
},
damage: 20,
},
],
weaknesses: [
{
type: "Water",
@ -60,10 +70,9 @@ const card: Card = {
},
],
description: {
fr: "Ce Pokémon est entièrement recouvert de fourrure ininflammable. Il peut résister à n'importe quel type d'attaque par le feu."
}
}
export default card