1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +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: "Bayleef",
fr: "Macronium"
},
illustrator: "Ken Sugimori",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
153,
],
hp: 70,
types: [
"Grass",
],
evolveFrom: {
en: "Chikorita",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -29,13 +34,18 @@ const card: Card = {
"Grass",
"Colorless",
],
name: {
en: "Poisonpowder",
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned.",
fr: "Poudre toxik"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Empoisonné."
},
damage: 20
},
{
cost: [
@ -45,14 +55,17 @@ const card: Card = {
],
name: {
en: "Pollen Shield",
fr: "Bouclier pollen"
},
effect: {
en: "During your opponent's next turn, Bayleef can't become Asleep, Confused, Paralyzed, or Poisoned. (All other effects of attacks, Pokémon Powers, and Trainer cards still happen.)",
fr: "Pendant le prochain tour de votre adversaire, Macronium ne peut pas devenir Endormir, Confus, Paralysé ou Empoisonné. (Tous les autres effets d'attaques, Pouvoir Pokémon et cartes Dresseur sont toujours actifs.)"
},
damage: 30,
},
],
weaknesses: [
{
type: "Fire",
@ -60,10 +73,9 @@ const card: Card = {
},
],
description: {
fr: "Un arôme épicé émane de son tour de cou. Cet arôme agit comme un stimulant réjuvénateur."
}
}
export default card