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: "Poliwrath",
fr: "Tartard"
},
illustrator: "Shin-ichi Yoshida",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
62,
],
hp: 90,
types: [
"Fighting",
],
evolveFrom: {
en: "Poliwhirl",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@ -31,6 +36,7 @@ const card: Card = {
],
name: {
en: "Corkscrew Punch",
fr: "Poing tire-bouchon"
},
damage: 30,
@ -45,14 +51,17 @@ const card: Card = {
],
name: {
en: "Submission",
fr: "Sacrifice"
},
effect: {
en: "Poliwrath does 20 damage to itself.",
fr: "Tartard s'inflige 20 dégâts."
},
damage: 70,
},
],
weaknesses: [
{
type: "Psychic",
@ -60,10 +69,9 @@ const card: Card = {
},
],
description: {
fr: "Bien qu'excellent nageur qui utilise tous ses muscles, il vit sur la terre ferme."
}
}
export default card