1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +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 Revelation'
const card: Card = {
name: {
en: "Jynx",
fr: "Lippoutou"
},
illustrator: "Tomokazu Komiya",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
124,
],
hp: 60,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
@ -28,9 +31,11 @@ const card: Card = {
],
name: {
en: "Freezing Kiss Goodnight",
fr: "Bisou glacial"
},
effect: {
en: "The Defending Pokémon is now Asleep.",
fr: "Le Pokémon Défenseur est maintenant Endormi."
},
},
@ -42,14 +47,17 @@ const card: Card = {
],
name: {
en: "Strange Dance",
fr: "Danse étrange"
},
effect: {
en: "Flip a coin. If heads, this attack does 20 damage plus 20 more damage and the Defending Pokémon is now Confused. If tails, this attack does 20 damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires et le Pokémon Défenseur est maintenant Confus. Si c'est pile, cette attaque inflige 20 dégâts."
},
damage: 20,
damage: "20+",
},
],
weaknesses: [
{
type: "Psychic",
@ -57,10 +65,9 @@ const card: Card = {
},
],
description: {
fr: "Il fait onduler son corps en rythme. Celui-ci semble changer selon son humeur."
}
}
export default card