1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +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 '../Team Rocket'
const card: Card = {
name: {
en: "Dark Golduck",
fr: "Akwakwak obscur"
},
illustrator: "Mitsuhiro Arita",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
55,
],
hp: 60,
types: [
"Water",
],
evolveFrom: {
en: "Psyduck",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -30,9 +35,11 @@ const card: Card = {
],
name: {
en: "Third Eye",
fr: "Troisième œil"
},
effect: {
en: "Discard 1 Energy card attached to Dark Golduck in order to draw up to 3 cards.",
fr: "Défaussez 1 carte Énergie attachée à Akwakwak obscur pour pouvoir piocher jusqu'à 3 cartes."
},
},
@ -44,12 +51,14 @@ const card: Card = {
],
name: {
en: "Super Psy",
fr: "Super Psy"
},
damage: 50,
},
],
weaknesses: [
{
type: "Lightning",
@ -57,10 +66,9 @@ const card: Card = {
},
],
description: {
fr: "Quand les Psykokwak évoluent, leurs maux de tête disparaissent et ils se retrouvent en possession d'un formidable pouvoir mental."
}
}
export default card