1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-10 16:01:59 +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,31 +4,36 @@ import Set from '../Mysterious Treasures'
const card: Card = {
name: {
en: "Murkrow",
fr: "Cornèbre"
},
illustrator: "Atsuko Nishida",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
198,
],
hp: 60,
types: [
"Darkness",
],
stage: "Basic",
attacks: [
{
name: {
en: "Swarm",
fr: "Nuée"
},
effect: {
en: "Search your deck for Murkrow and put it onto your Bench. Shuffle your deck afterward.",
fr: "Cherchez Cornèbre dans votre deck et placez-le sur votre Banc. Ensuite, mélangez votre deck."
},
},
@@ -39,20 +44,24 @@ const card: Card = {
],
name: {
en: "Hide Crowd",
fr: "Cache foule"
},
effect: {
en: "Switch Murkrow with 1 of your Benched Pokémon.",
fr: "Échangez Cornèbre avec 1 de vos Pokémon de Banc."
},
damage: 20,
},
],
weaknesses: [
{
type: "Lightning",
value: "+10"
},
],
resistances: [
{
type: "Fighting",
@@ -60,9 +69,9 @@ const card: Card = {
},
],
description: {
fr: "On dit que rencontrer un Cornèbre la nuit est signe de mauvais augure."
}
}
export default card