1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 01:19:18 +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: "Lucario",
fr: "Lucario",
},
illustrator: "Naoyo Kimura",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
448,
],
hp: 90,
types: [
"Fighting",
],
evolveFrom: {
en: "Riolu",
fr: "Riolu",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -54,10 +58,11 @@ const card: Card = {
en: "If the Defending Pokémon already has any damage counters on it, this attack does 60 damage plus 20 more damage.",
fr: "Si le Pokémon Défenseur possède déjà des marqueurs de dégât, cette attaque inflige 60 dégâts plus 20 dégâts supplémentaires.",
},
damage: 60,
damage: "60+",
},
],
weaknesses: [
{
type: "Psychic",
@ -67,8 +72,9 @@ const card: Card = {
retreat: 1,
description: {
fr: "Il ressent toutes les auras. Il comprend le langage humain."
}
}
export default card