1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19: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: "Croconaw",
fr: "Crocrodil"
},
illustrator: "Ken Sugimori",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
159,
],
hp: 70,
types: [
"Water",
],
evolveFrom: {
en: "Totodile",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -30,9 +35,11 @@ const card: Card = {
],
name: {
en: "Screech",
fr: "Grincement"
},
effect: {
en: "Until the end of your next turn, if an attack damages the Defending Pokémon (after applying Weakness and Resistance), that attack does 20 more damage to the Defending Pokémon.",
fr: "Jusqu'à la fin de votre prochain tour, si une attaque inflige des dégâts au Pokémon Défenseur (après application de la Faiblesse et de la Résistance), cette attaque inflige 20 dégâts supplémentaires au Pokémon Défenseur."
},
},
@ -44,14 +51,17 @@ const card: Card = {
],
name: {
en: "Jaw Clamp",
fr: "Verrouillage de mâchoires"
},
effect: {
en: "Until the end of your opponent's next turn, as long as Croconaw is your Active Pokémon, the Defending Pokémon can't retreat, and if the effect of an attack, Pokémon Power, or Trainer card would change that player's Active Pokémon, that part of the effect does nothing.",
fr: "Jusqu'à la fin du prochain tour de votre adversaire, et tant que Crocrodil est votre Pokémon Actif, le Pokémon Défenseur ne peut pas battre en retraite, et si l'effet d'une attaque, Pouvoir Pokémon ou carte Dresseur vient à changer le Pokémon Actif de ce joueur, cette partie de l'effet ne fait rien."
},
damage: 30,
},
],
weaknesses: [
{
type: "Grass",
@ -59,10 +69,9 @@ const card: Card = {
},
],
description: {
fr: "S'il perd un croc, un nouveau poussera pour le remplacer. Il y a toujours 48 crocs dans sa bouche."
}
}
export default card