1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +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,23 +4,26 @@ import Set from '../Mysterious Treasures'
const card: Card = {
name: {
en: "Tropius",
fr: "Tropius"
},
illustrator: "Kazuyuki Kano",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
357,
],
hp: 80,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
@ -28,33 +31,39 @@ const card: Card = {
],
name: {
en: "Bonus Leaf",
fr: "Feuille bonus"
},
effect: {
en: "Remove 3 damage counters from each of your Benched Pokémon that has any Grass Energy attached to it.",
fr: "Retirez 3 marqueurs de dégât à chacun de vos Pokémon de Banc possédant une Énergie Grass."
},
},
{
cost: [
"Grass",
"Colorless",
"Colorless",
],
name: {
en: "Whirlwind",
fr: "Cyclone"
},
effect: {
en: "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.",
fr: "Votre adversaire échange le Pokémon Défenseur avec 1 de ses Pokémon de Banc."
},
damage: 30,
},
],
weaknesses: [
{
type: "Fire",
value: "+20"
},
],
resistances: [
{
type: "Fighting",
@ -62,9 +71,9 @@ const card: Card = {
},
],
description: {
fr: "À force de manger son fruit préféré, il a fini par pousser autour de son cou."
}
}
export default card