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,24 +4,29 @@ import Set from '../Neo Genesis'
const card: Card = {
name: {
en: "Bellossom",
fr: "Joliflor"
},
illustrator: "Atsuko Nishida",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
182,
],
hp: 70,
types: [
"Grass",
],
evolveFrom: {
en: "Gloom",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@ -30,9 +35,11 @@ const card: Card = {
],
name: {
en: "Sweet Nectar",
fr: "Doux nectar"
},
effect: {
en: "Flip a coin. If heads, remove all damage counters from 1 of your Pokémon.",
fr: "Lancez une pièce. Si c'est face, retirez tous les marqueurs de dégâts d'un de vos Pokémon."
},
},
@ -44,14 +51,17 @@ const card: Card = {
],
name: {
en: "Flower Dance",
fr: "Valse des fleurs"
},
effect: {
en: "Does 30 damage times the number of cards with Bellossom in their names that you have in play (including this one).",
fr: "Inflige 30 dégâts multipliés par le nombre de cartes que vous avez en jeu et dont le nom contient Joliflor (y compris celle-ci)."
},
damage: 30,
damage: "30×",
},
],
weaknesses: [
{
type: "Fire",
@ -59,10 +69,9 @@ const card: Card = {
},
],
description: {
fr: "Il pullule sous les tropiques. Lorsqu'il danse, ses pétales se frottent en faisant un agréable son de cloches."
}
}
export default card