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,24 +4,29 @@ import Set from '../Mysterious Treasures'
const card: Card = {
name: {
en: "Bayleef",
fr: "Macronium"
},
illustrator: "Midori Harada",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
153,
],
hp: 80,
types: [
"Grass",
],
evolveFrom: {
en: "Chikorita",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -30,9 +35,11 @@ const card: Card = {
],
name: {
en: "Evolution Impulse",
fr: "Impulsion évolution"
},
effect: {
en: "Search your deck for an Evolution card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.",
fr: "Choisissez dans votre deck une carte Évolution, montrez-la à votre adversaire et placez-la dans votre main. Ensuite, mélangez votre deck."
},
},
@ -43,20 +50,24 @@ const card: Card = {
],
name: {
en: "Leaf Boomerang",
fr: "Feuille-boomerang"
},
effect: {
en: "Flip 2 coins. This attack does 30 damage times the number of heads.",
fr: "Lancez 2 pièces. Cette attaque inflige 30 dégâts multipliés par le nombre de faces."
},
damage: 30,
damage: "30×",
},
],
weaknesses: [
{
type: "Fire",
value: "+20"
},
],
resistances: [
{
type: "Water",
@ -64,9 +75,9 @@ const card: Card = {
},
],
description: {
fr: "Le collier de bourgeons à son cou répand un arôme épicé qui vous donne du tonus."
}
}
export default card