1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 00:49:18 +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,24 +4,29 @@ import Set from '../Mysterious Treasures'
const card: Card = {
name: {
en: "Sandslash",
fr: "Sablaireau"
},
illustrator: "Atsuko Nishida",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
28,
],
hp: 90,
types: [
"Fighting",
],
evolveFrom: {
en: "Sandshrew",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -30,9 +35,11 @@ const card: Card = {
],
name: {
en: "Spike Armor",
fr: "Armure piquante"
},
effect: {
en: "During your opponent's next turn, if Sandslash is damaged by an opponent's attack (even if Sandslash is Knocked Out), put 4 damage counters on the Attacking Pokémon.",
fr: "Lors du prochain tour de votre adversaire, si une attaque de votre adversaire inflige des dégâts à Sablaireau (même s'il est mis K.O), placez 4 marqueurs de dégât sur le Pokémon Attaquant."
},
},
@ -44,20 +51,24 @@ const card: Card = {
],
name: {
en: "Poison Spike",
fr: "Pointe empoisonnée"
},
effect: {
en: "If the Defending Pokémon already has any damage counters on it, that Pokémon is now Poisoned.",
fr: "Si le Pokémon Défenseur possède déjà des marqueurs de dégât, il est maintenant Empoisonné."
},
damage: 60,
},
],
weaknesses: [
{
type: "Water",
value: "+20"
},
],
resistances: [
{
type: "Lightning",
@ -65,9 +76,9 @@ const card: Card = {
},
],
description: {
fr: "Il se met en boule pour percuter l'ennemi. Ses épines aiguisées font beaucoup de dégâts."
}
}
export default card