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:
@@ -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
|
||||
|
Reference in New Issue
Block a user