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 Destiny'
const card: Card = {
name: {
en: "Dark Quilava",
fr: "Feurisson obscur"
},
illustrator: "Mitsuhiro Arita",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
156,
],
hp: 60,
types: [
"Fire",
],
evolveFrom: {
en: "Cyndaquil",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -30,9 +35,11 @@ const card: Card = {
],
name: {
en: "Incinerate",
fr: "Incinération"
},
effect: {
en: "Show the top card of your opponent's deck to all players. If it's a Trainer card, discard it.",
fr: "Montrez la carte du dessus du deck de votre adversaire à tous les joueurs, si c'est une carte Dresseur, défaussez-vous en."
},
},
@ -41,15 +48,21 @@ const card: Card = {
"Fire",
"Fire",
],
name: {
en: "Rushing Magma",
},
effect: {
en: "Discard the top 5 cards of your deck. (If there are fewer than 5 cards in your deck, discard all of them.) This attack does 20 damage for each Energy card you discarded in this way.",
fr: "Flot de magma"
},
effect: {
en: "Discard the top 5 cards of your deck. (If there are fewer than 5 cards in your deck, discard all of them.) This attack does 20 damage for each Energy card you discarded in this way.",
fr: "Défaussez-vous des 5 premières cartes du dessus de votre deck. (Si vous avez moins de 5 cartes dans votre deck, défaussez-vous de toutes.) Cette attaque inflige 20 dégâts pour chaque carte Énergie défaussée de cette manière."
},
damage: "20×"
},
],
weaknesses: [
{
type: "Water",
@ -57,10 +70,9 @@ const card: Card = {
},
],
description: {
fr: "S'il tourne le dos à son adversaire, c'est signe qu'il se prépare à attaquer."
}
}
export default card