1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-01 12:22:02 +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,16 +4,20 @@ import Set from '../Mysterious Treasures'
const card: Card = {
name: {
en: "Mantine",
fr: "Demanta"
},
illustrator: "Masakazu Fukuda",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
226,
],
hp: 80,
types: [
"Water",
],
@@ -25,12 +29,15 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Jumbo Fin",
fr: "Nageoire géante"
},
effect: {
en: "If Mantyke is anywhere under Mantine, the Retreat Cost for each of your Water Pokémon is ColorlessColorless less.",
fr: "Si Babimanta se trouve sous Demanta, le coût de retraite de chacun de vos Pokémon Water est ColorlessColorless de moins."
},
},
],
attacks: [
{
cost: [
@@ -39,20 +46,24 @@ const card: Card = {
],
name: {
en: "Giant Wave",
fr: "Vague géante"
},
effect: {
en: "Mantine can't use Giant Wave during your next turn.",
fr: "Demanta ne peut pas utiliser Vague géante lors de votre prochain tour."
},
damage: 50,
},
],
weaknesses: [
{
type: "Lightning",
value: "+20"
},
],
resistances: [
{
type: "Fighting",
@@ -60,9 +71,9 @@ const card: Card = {
},
],
description: {
fr: "Lorsque la mer est calme, il arrive de croiser un banc de Démanta nageant comme s'il volaient."
}
}
export default card