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,37 +4,47 @@ import Set from '../Neo Revelation'
const card: Card = {
name: {
en: "Crobat",
fr: "Nostenfer"
},
illustrator: "Shin-ichi Yoshida",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
169,
],
hp: 90,
types: [
"Grass",
],
evolveFrom: {
en: "Golbat",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
cost: [
"Grass",
],
name: {
en: "Triggered Poison",
},
effect: {
en: "If your opponent attaches an Energy card to the Defending Pokémon during his or her next turn, that Pokémon becomes Poisoned.",
fr: "Poison à retardement"
},
effect: {
en: "If your opponent attaches an Energy card to the Defending Pokémon during his or her next turn, that Pokémon becomes Poisoned.",
fr: "Si votre adversaire attache une carte Énergie au Pokémon Défenseur durant son prochain tour, ce Pokémon devient Empoisonné."
},
damage: 20
},
{
cost: [
@ -44,20 +54,24 @@ const card: Card = {
],
name: {
en: "Cross Attack",
fr: "Attaque croisée"
},
effect: {
en: "Flip 4 coins. This attack does 20 damage times the number of heads. If you get 2 or more heads, the Defending Pokémon is now Confused.",
fr: "Lancez 4 pièces. Cette attaque inflige 20 dégâts multipliés par le nombre de faces. Si vous obtenez au moins deux faces, le Pokémon Défenseur est maintenant Confus."
},
damage: 20,
damage: "20×",
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@ -65,9 +79,9 @@ const card: Card = {
},
],
description: {
fr: "Le battement de ses quatre ailes est si silencieux dans la nuit que personne ne remarque sa présence, même s'il est tout près."
}
}
export default card