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 Destiny'
const card: Card = {
name: {
en: "Dark Donphan",
fr: "Donphan obscur"
},
illustrator: "Shin-ichi Yoshida",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
232,
],
hp: 60,
types: [
"Fighting",
],
evolveFrom: {
en: "Phanpy",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -31,9 +36,11 @@ const card: Card = {
],
name: {
en: "Tusk Toss",
fr: "Koud'défense"
},
effect: {
en: "If your opponent has any Benched Pokémon, flip a coin. If heads, return the Defending Pokémon and all cards attached to it to your opponent's hand. If tails, your opponent chooses 1 of his or her Benched Pokémon and switches it with the Defending Pokémon.",
fr: "Si votre adversaire a des Pokémon sur son Banc, lancez une pièce. Si c'est face, renvoyez le Pokémon Défenseur et toutes les cartes qui lui sont attachées dans la main de votre adversaire. Si c'est pile, votre adversaire choisit un des Pokémon de son Banc et l'échange contre le Pokémon Défenseur."
},
},
@ -45,18 +52,21 @@ const card: Card = {
],
name: {
en: "Giant Tusk",
fr: "Défense géante"
},
damage: 50,
},
],
weaknesses: [
{
type: "Grass",
value: "×2"
},
],
resistances: [
{
type: "Lightning",
@ -64,9 +74,9 @@ const card: Card = {
},
],
description: {
fr: "Plus ses défenses sont grosses, plus c'est un membre important du troupeau."
}
}
export default card