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,23 +4,26 @@ import Set from '../Neo Destiny'
const card: Card = {
name: {
en: "Heracross",
fr: "Scarhino"
},
illustrator: undefined,
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
214,
],
hp: 60,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
@ -29,6 +32,7 @@ const card: Card = {
],
name: {
en: "Tackle",
fr: "Charge"
},
damage: 20,
@ -42,14 +46,17 @@ const card: Card = {
],
name: {
en: "Charging Horn",
fr: "Défonc'korne"
},
effect: {
en: "Flip a coin. If heads, this attack does 30 damage plus 30 more damage. If tails, this attack does 30 damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts plus 30 dégâts supplémentaires. Si c'est pile, cette attaque inflige 30 dégâts."
},
damage: 30,
damage: "30+",
},
],
weaknesses: [
{
type: "Fire",
@ -57,10 +64,9 @@ const card: Card = {
},
],
description: {
fr: "Généralement, il est pacifique, mais il attaquera tous ceux qui s'interposeront entre lui et son miel, sa nourriture préférée."
}
}
export default card