1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59: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 Genesis'
const card: Card = {
name: {
en: "Flaaffy",
fr: "Lainergie"
},
illustrator: "Ken Sugimori",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
180,
],
hp: 60,
types: [
"Lightning",
],
evolveFrom: {
en: "Mareep",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -30,11 +35,13 @@ const card: Card = {
],
name: {
en: "Discharge",
fr: "Décharge"
},
effect: {
en: "Discard all Energy cards attached to Flaaffy in order to use this attack. Flip a number of coins equal to the number of Energy cards you discarded. This attack does 30 damage times the number of heads.",
fr: "Défaussez toutes les cartes Énergie attachées à Lainergie afin de pouvoir utiliser cette attaque. Lancez un nombre de pièces égal au nombre de cartes Énergie que vous avez défaussé. Cette attaque inflige 30 dégâts multipliés par le nombre de faces."
},
damage: 30,
damage: "30×",
},
{
@ -44,14 +51,17 @@ const card: Card = {
],
name: {
en: "Electric Current",
fr: "Courant électrique"
},
effect: {
en: "Take 1 Energy card attached to Flaaffy and attach it to 1 of your Benched Pokémon. If you have no Benched Pokémon, discard that Energy card.",
fr: "Prenez une carte Énergie attachée à Lainergie et attachez-la à 1 des Pokémon de votre Banc. Si vous n'avez pas de Pokémon sur votre Banc, défaussez cette carte énergie."
},
damage: 20,
},
],
weaknesses: [
{
type: "Fighting",
@ -59,10 +69,9 @@ const card: Card = {
},
],
description: {
fr: "Parce qu'il stocke trop d'électricité, il développe des plaques où sa laine ne pousse plus."
}
}
export default card