1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-30 03:29:51 +00:00

fix: Add Base serie translations (#161)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-11-12 17:07:41 +01:00
committed by GitHub
parent 3b8e87e284
commit ffdd3b4656
337 changed files with 4395 additions and 2387 deletions

View File

@ -4,24 +4,29 @@ import Set from '../Jungle'
const card: Card = {
name: {
en: "Seaking",
fr: "Poissoroy"
},
illustrator: "Kagemaru Himeno",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
119,
],
hp: 70,
types: [
"Water",
],
evolveFrom: {
en: "Goldeen",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -30,6 +35,7 @@ const card: Card = {
],
name: {
en: "Horn Attack",
fr: "Koud'korne"
},
damage: 10,
@ -42,12 +48,14 @@ const card: Card = {
],
name: {
en: "Waterfall",
fr: "Cascade"
},
damage: 30,
},
],
weaknesses: [
{
type: "Lightning",
@ -55,10 +63,9 @@ const card: Card = {
},
],
description: {
fr: "Pendant la saison des amours, on peut le voir nager dans les rivières et les lacs."
}
}
export default card