1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +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,35 +4,44 @@ import Set from '../Fossil'
const card: Card = {
name: {
en: "Haunter",
fr: "Spectrum"
},
illustrator: "Ken Sugimori",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
93,
],
hp: 50,
types: [
"Psychic",
],
evolveFrom: {
en: "Gastly",
},
stage: "Stage1",
abilities: [
{
type: "Poke-POWER",
type: "Pokemon Power",
name: {
en: "Transparency",
fr: "Transparence"
},
effect: {
en: "Whenever an attack does anything to Haunter, flip a coin. If heads, prevent all effects of that attack, including damage, done to Haunter. This power stops working while Haunter is Asleep.",
fr: "À chaque fois qu'une attaque affecte Spectrum, lancez une pièce. Si c'est face, prévenez tous les effets de cette attaque, y compris les dégâts, infligés à Spectrum. L'effet de ce pouvoir cesse lorsque Spectrum est Endormi, Confus ou Paralysé."
},
},
],
attacks: [
{
cost: [
@ -41,9 +50,11 @@ const card: Card = {
],
name: {
en: "Nightmare",
fr: "Cauchemar"
},
effect: {
en: "The Defending Pokémon is now Asleep.",
fr: "Le Pokémon Défenseur est maintenant Endormi."
},
damage: 10,
@ -57,9 +68,9 @@ const card: Card = {
},
],
description: {
fr: "Il peut se glisser à travers les murs comme une créature d'une autre dimension."
}
}
export default card