1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19: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: "Croconaw",
fr: "Crocrodil"
},
illustrator: "Ken Sugimori",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
159,
],
hp: 80,
types: [
"Water",
],
evolveFrom: {
en: "Totodile",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -31,6 +36,7 @@ const card: Card = {
],
name: {
en: "Tackle",
fr: "Charge"
},
damage: 20,
@ -44,14 +50,17 @@ const card: Card = {
],
name: {
en: "Sweep Away",
fr: "Nettoyage"
},
effect: {
en: "Discard the top 3 cards from your deck.",
fr: "Défaussez les 3 cartes du dessus de votre deck"
},
damage: 50,
},
],
weaknesses: [
{
type: "Grass",
@ -59,10 +68,9 @@ const card: Card = {
},
],
description: {
fr: "Il ouvre son immense mâchoire en grand lorsqu'il attaque. S'il perd un croc en mordant, celui-ci repoussera."
}
}
export default card