1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 09:29: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: "Bellossom",
fr: "Joliflor",
},
illustrator: "Atsuko Nishida",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
182,
],
hp: 100,
types: [
"Grass",
],
evolveFrom: {
en: "Gloom",
fr: "Duflor",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@ -54,26 +58,30 @@ const card: Card = {
en: "Does 40 damage plus 20 more damage for each Vileplume and each Bellossom you have in play. Flip a coin. If heads, the Defending Pokémon is now Burned.",
fr: "Inflige 40 dégâts plus 20 dégâts supplémentaires pour chaque Rafflesia et chaque Joliflor que vous avez en jeu. Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Brûlé.",
},
damage: 40,
damage: "40+",
},
],
weaknesses: [
{
type: "Fire",
value: "+30"
},
],
resistances: [
{
type: "Water",
value: "-20"
},
],
retreat: 1,
description: {
fr: "À la fin de la saison des pluies, il sort danser en plein air, attiré par la chaleur du soleil."
}
}
export default card