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,24 +4,29 @@ import Set from '../DP Black Star Promos'
const card: Card = {
name: {
en: "Magnezone",
fr: "Magnézone"
},
illustrator: "Kent Kanetsuna",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
462,
],
hp: 130,
types: [
"Metal",
],
evolveFrom: {
en: "Magneton",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@ -31,9 +36,11 @@ const card: Card = {
],
name: {
en: "Mirror Shot",
fr: "Miroi-Tir"
},
effect: {
en: "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.",
fr: "Si le Pokémon Défenseur essaye d'attaquer lors du prochain tour de votre adversaire, celui-ci lance une pièce. Si c'est pile, cette attaque est sans effet."
},
damage: 40,
@ -47,20 +54,24 @@ const card: Card = {
],
name: {
en: "Magnet Slash",
fr: "Tranche magnétique"
},
effect: {
en: "Discard all Lightning Energy attached to Magnezone.",
fr: "Défaussez toutes l'Énergie Lightning attachées à Magnézone."
},
damage: 100,
},
],
weaknesses: [
{
type: "Fire",
value: "+30"
},
],
resistances: [
{
type: "Psychic",
@ -68,9 +79,9 @@ const card: Card = {
},
],
description: {
fr: "Il a évolué suite à son exposition à un champ magnétique spécial. Ses 3 unités génèrent du magnétisme."
}
}
export default card