1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17:09:19 +00:00

fix: Add Diamond & Pearl French translations (#179)

* fix: Add the two first sets

Signed-off-by: Avior <github@avior.me>

* fix: Add DP, DP Black Star and Mysterious Treasures

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-11-22 18:11:03 +00:00
committed by GitHub
parent b70c73d43e
commit d4be6fa84f
505 changed files with 4907 additions and 2204 deletions

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Seadra",
fr: "Hypocean",
},
illustrator: "Atsuko Nishida",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
117,
],
hp: 80,
types: [
"Water",
],
evolveFrom: {
en: "Horsea",
fr: "Seeper",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -38,7 +42,7 @@ const card: Card = {
en: "You may discard up to 2 Water Energy cards from your hand. If you do, this attack does 30 damage plus 10 more damage for each Energy card you discarded.",
fr: "Vous pouvez défausser jusqu'à 2 cartes Énergie Water de votre main. Cette attaque inflige alors 30 dégâts plus 10 dégâts supplémentaires pour chaque carte Énergie défaussée.",
},
damage: 30,
damage: "30+",
},
{
@ -56,6 +60,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
@ -65,8 +70,9 @@ const card: Card = {
retreat: 1,
description: {
fr: "Son épine dorsale le protège. Ses os et ses nageoires sont très prisés en médecine traditionnelle."
}
}
export default card