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,23 +4,26 @@ import Set from '../Neo Genesis'
const card: Card = {
name: {
en: "Chikorita",
fr: "Germignon"
},
illustrator: "Ken Sugimori",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
152,
],
hp: 50,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
@ -28,9 +31,11 @@ const card: Card = {
],
name: {
en: "Growl",
fr: "Rugissement"
},
effect: {
en: "If the Defending Pokémon attacks Chikorita during your opponent's next turn, any damage done to Chikorita is reduced by 10 (before applying Weakness and Resistance). (Benching or evolving either Pokémon ends this effect.)",
fr: "Si le Pokémon Défenseur attaque Germignon pendant le prochain tour de votre adversaire, les dégâts infligés à Germignon sont réduits de 10 (avant application de la Faiblesse et de la Résistance). (Envoyer l'un des deux Pokémon sur son Banc ou le faire évoluer met fin à cet effet.)"
},
},
@ -41,12 +46,14 @@ const card: Card = {
],
name: {
en: "Razor Leaf",
fr: "Tranch'herbe"
},
damage: 20,
},
],
weaknesses: [
{
type: "Fire",
@ -54,10 +61,9 @@ const card: Card = {
},
],
description: {
fr: "Ses feuilles au parfum agréable lui permettent de vérifier l'humidité et la température."
}
}
export default card