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,43 +4,49 @@ import Set from '../Neo Discovery'
const card: Card = {
name: {
en: "Tyrogue",
fr: "Débugant"
},
illustrator: "Miki Tanaka",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
236,
],
hp: 30,
types: [
"Fighting",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
],
name: {
en: "Smash Punch",
},
effect: {
en: "Flip a coin. If tails, this attack does nothing.",
fr: "Boxe"
},
effect: {
en: "Flip a coin. If tails, this attack does nothing.",
fr: "Lancez une pièce. Si c'est pile, cette attaque ne fait rien."
},
damage: 30
},
],
description: {
fr: "Il déborde toujours d'énergie. Pour devenir plus fort, il continue de se battre même s'il perd."
}
}
export default card