1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 00:49: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

@ -4,24 +4,29 @@ import Set from '../Mysterious Treasures'
const card: Card = {
name: {
en: "Parasect",
fr: "Parasect"
},
illustrator: "Masakazu Fukuda",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
47,
],
hp: 90,
types: [
"Grass",
],
evolveFrom: {
en: "Paras",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -30,9 +35,11 @@ const card: Card = {
],
name: {
en: "Wild Spores",
fr: "Spores sauvages"
},
effect: {
en: "If Parasect evolved from Paras during this turn, this attack does 40 damage and the Defending Pokémon is now Asleep and Poisoned.",
fr: "Si Parasect a évolué de Paras lors de ce tour, cette attaque inflige 40 dégâts et le Pokémon Défenseur est maintenant Endormi et Empoisonné."
},
damage: 20,
@ -45,14 +52,17 @@ const card: Card = {
],
name: {
en: "Extend Fungus",
fr: "Champignon grandissant"
},
effect: {
en: "Remove 2 damage counters from Parasect.",
fr: "Retirez à Parasect 2 marqueurs de dégât."
},
damage: 60,
},
],
weaknesses: [
{
type: "Fire",
@ -60,10 +70,9 @@ const card: Card = {
},
],
description: {
fr: "Un champignon parasite plus gros que Parasect contrôle son corps. Il répand des spores empoisonnées."
}
}
export default card