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,28 +4,32 @@ import Set from '../Mysterious Treasures'
const card: Card = {
name: {
en: "Totodile",
fr: "Kaiminus"
},
illustrator: "Kouki Saitou",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
158,
],
hp: 50,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
name: {
en: "Bite",
fr: "Morsure"
},
damage: 10,
@ -37,14 +41,17 @@ const card: Card = {
],
name: {
en: "Shining Fang",
fr: "Croc brillant"
},
effect: {
en: "If the Defending Pokémon already has any damage counters on it, this attack does 10 damage plus 10 more damage.",
fr: "Si le Pokémon Défenseur possède déjà des marqueurs de dégât, cette attaque inflige 10 dégâts plus 10 dégâts supplémentaires."
},
damage: 10,
damage: "10+",
},
],
weaknesses: [
{
type: "Lightning",
@ -52,10 +59,9 @@ const card: Card = {
},
],
description: {
fr: "Il broie tout ce qu'il trouve avec ses mâchoires puissantes. Même son dresseur doit s'en méfier."
}
}
export default card