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:
@ -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
|
||||
|
Reference in New Issue
Block a user