1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59: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 Destiny'
const card: Card = {
name: {
en: "Dark Wigglytuff",
fr: "Grodoudou obscur"
},
illustrator: "Miki Tanaka",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
40,
],
hp: 60,
types: [
"Colorless",
],
evolveFrom: {
en: "Jigglypuff",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -31,9 +36,11 @@ const card: Card = {
],
name: {
en: "Dark Song",
fr: "Sombre chant"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Asleep. If tails, the Defending Pokémon is now Confused.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Endormi. Si c'est pile, le Pokémon Défenseur est maintenant Confus."
},
},
@ -45,20 +52,24 @@ const card: Card = {
],
name: {
en: "Slap Awake",
fr: "Réveil-gifle"
},
effect: {
en: "If the Defending Pokémon is Asleep or Confused, this attack does 20 damage plus 20 more damage. Then, the Defending Pokémon is no longer Asleep or Confused.",
fr: "Si le Pokémon Défenseur est Endormi ou Confus, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires. Le Pokémon Défenseur n'est ensuite plus Endormi ou Confus."
},
damage: 20,
damage: "20+",
},
],
weaknesses: [
{
type: "Fighting",
value: "×2"
},
],
resistances: [
{
type: "Psychic",
@ -66,9 +77,9 @@ const card: Card = {
},
],
description: {
fr: "Ce Pokémon a des poils fins et soyeux. Quand il se met en colère, il grossit et il n'est pas impossible qu'il charge ceux qu'il considère comme une menace."
}
}
export default card