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: "Flaaffy",
fr: "Lainergie"
},
illustrator: "Toshinao Aoki",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
180,
],
hp: 70,
types: [
"Lightning",
],
evolveFrom: {
en: "Mareep",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -30,6 +35,7 @@ const card: Card = {
],
name: {
en: "Electric Punch",
fr: "Poing électrique"
},
damage: 20,
@ -43,14 +49,17 @@ const card: Card = {
],
name: {
en: "Tail Shock",
fr: "Élektri-keu"
},
effect: {
en: "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 10 dégâts à chaque Pokémon du Banc de votre adversaire. (Ne pas appliquer la Faiblesse et la Résistance aux Pokémon du Banc.)"
},
damage: 30,
},
],
weaknesses: [
{
type: "Fighting",
@ -58,10 +67,9 @@ const card: Card = {
},
],
description: {
fr: "Son épaisse toison stocke l'électricité. Sa peau caoutchouteuse le sauve de l'électrocution."
}
}
export default card