1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 16:39: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,23 +4,26 @@ import Set from '../Mysterious Treasures'
const card: Card = {
name: {
en: "Electrike",
fr: "Dynavolt"
},
illustrator: "Kouki Saitou",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
309,
],
hp: 60,
types: [
"Lightning",
],
stage: "Basic",
attacks: [
{
cost: [
@ -28,20 +31,24 @@ const card: Card = {
],
name: {
en: "Electromagnetic Jam",
fr: "Bouchon électromagnétique"
},
effect: {
en: "Flip a coin. If heads, your opponent can't attach any Energy cards from his or her hand to the Active Pokémon during his or her next turn.",
fr: "Lancez une pièce. Si c'est face, votre adversaire ne peut pas attacher de cartes Énergie de sa main à son Pokémon Actif lors de son prochain tour."
},
damage: 10,
},
],
weaknesses: [
{
type: "Fighting",
value: "+10"
},
],
resistances: [
{
type: "Metal",
@ -49,9 +56,9 @@ const card: Card = {
},
],
description: {
fr: "Il améliore ses réflexes en stimulant ses muscles grâce à l'électricité dans sa fourrure."
}
}
export default card