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,37 +4,47 @@ import Set from '../Neo Discovery'
const card: Card = {
name: {
en: "Beedrill",
fr: "Dardargnan"
},
illustrator: "Aya Kusube",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
15,
],
hp: 80,
types: [
"Grass",
],
evolveFrom: {
en: "Kakuna",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
cost: [
"Grass",
],
name: {
en: "Triple Poison",
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned. Your opponent now puts 3 damage counters instead of 1 after each player's turn (even if it was already Poisoned).",
fr: "Triple poison"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned. Your opponent now puts 3 damage counters instead of 1 after each player's turn (even if it was already Poisoned).",
fr: "Lancez 1 pièce. Si c'est face, le Pokémon Défenseur est Empoisonné. Votre adversaire ajoute 3 marqueurs de dégâts au lieu de 1 après chaque tour (même s'il était déjà Empoisonné)."
},
damage: 10
},
{
cost: [
@ -42,21 +52,28 @@ const card: Card = {
"Grass",
"Colorless",
],
name: {
en: "Pin Missile",
},
effect: {
en: "Flip 4 coins. This attack does 20 times the number of heads.",
fr: "Dard-nuée"
},
effect: {
en: "Flip 4 coins. This attack does 20 times the number of heads.",
fr: "Lancez 4 pièces. Cette attaque inflige 20 dégâts multipliés par le nombre de faces."
},
damage: "20×"
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@ -64,9 +81,9 @@ const card: Card = {
},
],
description: {
fr: "Il peut vaincre ses adversaires avec ses puissants dards empoisonnés. Parfois, il attaque avec le reste de l'essaim."
}
}
export default card