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,24 +4,29 @@ import Set from '../Neo Genesis'
const card: Card = {
name: {
en: "Steelix",
fr: "Steelix"
},
illustrator: "Ken Sugimori",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
208,
],
hp: 110,
types: [
"Metal",
],
evolveFrom: {
en: "Onix",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -31,6 +36,7 @@ const card: Card = {
],
name: {
en: "Tackle",
fr: "Charge"
},
damage: 20,
@ -44,20 +50,24 @@ const card: Card = {
],
name: {
en: "Tail Crush",
fr: "Ecras'queue"
},
effect: {
en: "Flip a coin. If heads, this attack does 30 damage plus 20 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 20 dégâts supplémentaires ; si c'est pile cette attaque inflige 30 dégâts."
},
damage: 30,
damage: "30+",
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Grass",
@ -65,9 +75,9 @@ const card: Card = {
},
],
description: {
fr: "Son corps a été compressé à une profondeur incroyable. Il en résulte qu'il est plus dur que le diamant."
}
}
export default card