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 Revelation'
const card: Card = {
name: {
en: "Quagsire",
fr: "Maraiste"
},
illustrator: "Yuka Morii",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
195,
],
hp: 70,
types: [
"Water",
],
evolveFrom: {
en: "Wooper",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -31,6 +36,7 @@ const card: Card = {
],
name: {
en: "Mud Slap",
fr: "Coud'boue"
},
damage: 30,
@ -45,20 +51,24 @@ const card: Card = {
],
name: {
en: "Whirlpool",
fr: "Lessiveuse"
},
effect: {
en: "If the Defending Pokémon has any Energy cards attached to it, choose 1 of them and discard it.",
fr: "Si des cartes Énergie sont attachées au Pokémon Défenseur, choisissez 1 d'elle et défaussez-la."
},
damage: 40,
},
],
weaknesses: [
{
type: "Grass",
value: "×2"
},
],
resistances: [
{
type: "Lightning",
@ -66,9 +76,9 @@ const card: Card = {
},
],
description: {
fr: "Comme il est très insouciant et peu attentif, il se cogne dans les rochers ou les quilles des bateaux quand il nage."
}
}
export default card