1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 08:59: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,28 +4,32 @@ import Set from '../DP Black Star Promos'
const card: Card = {
name: {
en: "Chimchar",
fr: "Ouisticram"
},
illustrator: "Kagemaru Himeno",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
390,
],
hp: 50,
types: [
"Fire",
],
stage: "Basic",
attacks: [
{
name: {
en: "Scratch",
fr: "Griffe"
},
damage: 10,
@ -38,14 +42,17 @@ const card: Card = {
],
name: {
en: "Ember",
fr: "Flammèche"
},
effect: {
en: "Flip a coin. If tails, discard a Fire Energy attached to Chimchar.",
fr: "Lancez une pièce. Si c'est pile, défaussez une Énergie Fire attachée à Ouisticram."
},
damage: 30,
},
],
weaknesses: [
{
type: "Water",
@ -53,10 +60,9 @@ const card: Card = {
},
],
description: {
fr: "Il escalade prestement les falaises escarpées et vit sur les sommets. Sa flamme s'éteint quand il dort."
}
}
export default card