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,23 +4,26 @@ import Set from '../Neo Destiny'
const card: Card = {
name: {
en: "Hitmonlee",
fr: "Kicklee"
},
illustrator: "Yukiko Baba",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
106,
],
hp: 60,
types: [
"Fighting",
],
stage: "Basic",
attacks: [
{
cost: [
@ -29,11 +32,13 @@ const card: Card = {
],
name: {
en: "One-Two Kick",
fr: "Double mawashi geri"
},
effect: {
en: "Flip 2 coins. This attack does 20 damage times the number of heads.",
fr: "Lancez 2 pièces. Cette attaque inflige 20 dégâts multipliés par le nombre de faces."
},
damage: 20,
damage: "20×",
},
{
@ -42,15 +47,21 @@ const card: Card = {
"Fighting",
"Fighting",
],
name: {
en: "Heel Drop",
},
effect: {
en: "Flip a coin. If tails, this attack does nothing.",
fr: "Koud'talon"
},
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: 60
},
],
weaknesses: [
{
type: "Psychic",
@ -58,10 +69,9 @@ const card: Card = {
},
],
description: {
fr: "Il a un sens parfait de l'équilibre et peut donner des coups puissants dans n'importe quelle position."
}
}
export default card