1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-29 11:09:51 +00:00

fix: Add Base serie translations (#161)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-11-12 17:07:41 +01:00
committed by GitHub
parent 3b8e87e284
commit ffdd3b4656
337 changed files with 4395 additions and 2387 deletions

View File

@ -4,23 +4,26 @@ import Set from '../Base Set'
const card: Card = {
name: {
en: "Zapdos",
fr: "Électhor"
},
illustrator: "Ken Sugimori",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
145,
],
hp: 90,
types: [
"Lightning",
],
stage: "Basic",
attacks: [
{
cost: [
@ -31,9 +34,11 @@ const card: Card = {
],
name: {
en: "Thunder",
fr: "Tonnerre"
},
effect: {
en: "Flip a coin. If tails, Zapdos does 30 damage to itself.",
fr: "Lancez une pièce. Si c'est pile, Électhor s'inflige 30 dégâts."
},
damage: 60,
@ -47,9 +52,11 @@ const card: Card = {
],
name: {
en: "Thunderbolt",
fr: "Fatal-Foudre"
},
effect: {
en: "Discard all Energy cards attached to Zapdos in order to use this attack.",
fr: "Défaussez toutes les cartes Énergie attachées à Électhor pour pouvoir utiliser cette attaque."
},
damage: 100,
@ -63,9 +70,9 @@ const card: Card = {
},
],
description: {
fr: "L'oiseau légendaire de la foudre. Il surgit hors des nuages en lançant d'énormes éclairs."
}
}
export default card