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

@ -4,16 +4,20 @@ import Set from '../Mysterious Treasures'
const card: Card = {
name: {
en: "Azelf",
fr: "Créfadet"
},
illustrator: "Ryo Ueda",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
482,
],
hp: 60,
types: [
"Psychic",
],
@ -25,12 +29,15 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Downer Material",
fr: "Matériel immobilisateur"
},
effect: {
en: "If you have Uxie and Mesprit in play, the attack cost of each of your opponent's Basic Pokémon's attack is Colorless more. You can't use more than 1 Downer Material Poké-Body each turn.",
fr: "Si vous avez Créhelf ou Créfollet en jeu, le Coût d'attaque de l'attaque de chacun des Pokémon de base de votre adversaire est de Colorless de plus. Vous ne pouvez pas utiliser plus d'1 Poké-Body Matériel immobilisateur par tour."
},
},
],
attacks: [
{
cost: [
@ -38,14 +45,17 @@ const card: Card = {
],
name: {
en: "Bind Pulse",
fr: "Vibration ligotante"
},
effect: {
en: "During your opponent's next turn, your opponent can't attach any Special Energy cards from his or her hand to any of his or her Pokémon.",
fr: "Lors du prochain tour de votre adversaire, celui-ci ne peut pas attacher de cartes Énergie Spéciale de sa main à ses Pokémon."
},
damage: 10,
},
],
weaknesses: [
{
type: "Psychic",
@ -53,10 +63,9 @@ const card: Card = {
},
],
description: {
fr: "On l'appelle \"être de la volonté\". Il dort au fond d'un lac pour maintenir l'équilibre du monde."
}
}
export default card