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,35 +4,43 @@ import Set from '../Neo Genesis'
const card: Card = {
name: {
en: "Gligar",
fr: "Scorplane"
},
illustrator: "Hironobu Yoshida",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
207,
],
hp: 60,
types: [
"Fighting",
],
stage: "Basic",
attacks: [
{
cost: [
"Fighting",
],
name: {
en: "Poison Sting",
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned.",
fr: "Dard-venin"
},
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: 10
},
{
cost: [
@ -41,18 +49,21 @@ const card: Card = {
],
name: {
en: "Slash",
fr: "Tranche"
},
damage: 20,
},
],
weaknesses: [
{
type: "Grass",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@ -60,9 +71,9 @@ const card: Card = {
},
],
description: {
fr: "Il vole droit sur le visage de sa cible, et s'accroche ensuite à sa victime effrayée pour lui injecter du poison."
}
}
export default card