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,24 +4,29 @@ import Set from '../Neo Genesis'
const card: Card = {
name: {
en: "Ledian",
fr: "Coxyclaque"
},
illustrator: "Ken Sugimori",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
166,
],
hp: 60,
types: [
"Grass",
],
evolveFrom: {
en: "Ledyba",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -31,20 +36,24 @@ const card: Card = {
],
name: {
en: "Baton Pass",
fr: "Relais"
},
effect: {
en: "If you have any Pokémon on your Bench, remove all Energy cards from Ledian and attach them to 1 of those Pokémon, then switch Ledian with that Pokémon.",
fr: "Si vous avez un ou plusieurs Pokémon sur votre Banc, retirez toutes les cartes Énergie sur Coxyclaque et attachez-les à l'un de ces Pokémon, échangez ensuite Coxyclaque avec ce Pokémon."
},
damage: 30,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@ -52,9 +61,9 @@ const card: Card = {
},
],
description: {
fr: "Lorsque les étoiles scintillent dans le ciel nocturne, Ledian voltige en répandant une poudre brillante."
}
}
export default card