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,35 +4,44 @@ import Set from '../Neo Destiny'
const card: Card = {
name: {
en: "Dark Gengar",
fr: "Ectoplasma obscur"
},
illustrator: "Aya Kusube",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
94,
],
hp: 70,
types: [
"Psychic",
],
evolveFrom: {
en: "Haunter",
},
stage: "Stage2",
abilities: [
{
type: "Poke-POWER",
type: "Pokemon Power",
name: {
en: "Deep Sleep",
fr: "Gros dodo"
},
effect: {
en: "As long as any Dark Gengar are in play, a player flips 2 coins for each of his or her Pokémon that is Asleep at the end of each turn. If either of them is tails, that Pokémon is still Asleep. This power stops working if Dark Gengar is Asleep, Confused, or Paralyzed.",
fr: "Tant qu'il y a un Ectoplasma obscur en jeu, chaque joueur lance 2 pièces à la fin de chaque tour pour chacun de ses Pokémon Endormis. Si vous obtenez au moins 1 pile, ce Pokémon reste Endormi. Ce pouvoir cesse de fonctionner si Ectoplasma obscur est Endormi, Confus ou Paralysé."
},
},
],
attacks: [
{
cost: [
@ -42,9 +51,11 @@ const card: Card = {
],
name: {
en: "Pull In",
fr: "Rangement"
},
effect: {
en: "If your opponent has any Benched Pokémon, you may choose 1 of them and switch it with the Defending Pokémon (before doing damage or other effects of this attack). Either way, the Defending Pokémon is now Asleep.",
fr: "Si votre adversaire a des Pokémon sur son Banc, vous pouvez choisir l'un d'entre eux et l'échanger contre le Pokémon Défenseur (avant d'infliger les dégâts ou d'autres effets de cette attaque). Dans tous les cas, le Pokémon Défenseur est maintenant Endormi."
},
damage: 30,
@ -58,9 +69,9 @@ const card: Card = {
},
],
description: {
fr: "Il absorbe la chaleur de l'air autour de lui. Si vous avez soudain très froid, c'est qu'un Ectoplasma vient d'apparaître."
}
}
export default card