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,16 +4,20 @@ import Set from '../Neo Revelation'
const card: Card = {
name: {
en: "Celebi",
fr: "Celebi"
},
illustrator: "Hironobu Yoshida",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
251,
],
hp: 50,
types: [
"Psychic",
],
@ -22,15 +26,18 @@ const card: Card = {
abilities: [
{
type: "Poke-POWER",
type: "Pokemon Power",
name: {
en: "Time Travel",
fr: "Voyage temporel"
},
effect: {
en: "If an opponent's attack would Knock Out Celebi, flip a coin. If heads, Celebi is not Knocked Out and you shuffle it and all cards attached to it into your deck. This power doesn't work if Celebi is already Asleep, Confused, or Paralyzed.",
fr: "Si l'attaque d'un adversaire doit mettre Celebi K.O., lancez une pièce. Si c'est face, Celebi n'est pas K.O. et il doit être mélangé à votre deck avec les cartes qui lui sont attachées. Ce pouvoir ne peut être utilisé si Celebi est déjà Endormi, Confus ou Paralysé."
},
},
],
attacks: [
{
cost: [
@ -38,13 +45,16 @@ const card: Card = {
],
name: {
en: "Psychic Damage",
fr: "Dégâts Psy"
},
effect: {
en: "Flip 3 coins. For each heads, put 1 damage counter on the Defending Pokémon.",
fr: "Lancez 3 pièces. Pour chaque face, placez 1 marqueur de dégâts sur le Pokémon Défenseur."
},
},
],
weaknesses: [
{
type: "Psychic",
@ -52,10 +62,9 @@ const card: Card = {
},
],
description: {
fr: "Ce Pokémon voyage dans le temps. Les arbres et la végétation s'épanouissent dans les forêts où il apparaît."
}
}
export default card