1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17:09:19 +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

@ -6,24 +6,28 @@ const card: Card = {
en: "Mamoswine",
fr: "Mammochon",
},
illustrator: "Kouki Saitou",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
473,
],
hp: 140,
types: [
"Water",
],
evolveFrom: {
en: "Piloswine",
fr: "Keifel",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@ -58,26 +62,30 @@ const card: Card = {
en: "You may do 60 damage plus 40 more damage and 40 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) If you do, Mamoswine does 40 damage to itself.",
fr: "Vous pouvez infliger 60 dégâts plus 40 dégâts supplémentaires et 40 dégâts à 1 des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.) Mammochon s'inflige alors 40 dégâts.",
},
damage: 60,
damage: "60+",
},
],
weaknesses: [
{
type: "Metal",
value: "+40"
},
],
resistances: [
{
type: "Lightning",
value: "-20"
},
],
retreat: 4,
description: {
fr: "Ses défenses spectaculaires sont glacées. Il a failli disparaître dans la canicule suivant l'ère glaciaire."
}
}
export default card