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: "Gastly",
fr: "Fantominus"
},
illustrator: "Keiji Kinebuchi",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
92,
],
hp: 30,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@ -28,9 +31,11 @@ const card: Card = {
],
name: {
en: "Sleeping Gas",
fr: "Gaz Soporifique"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Asleep.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Endormi."
},
},
@ -41,9 +46,11 @@ const card: Card = {
],
name: {
en: "Destiny Bond",
fr: "Prélèvement du Destin"
},
effect: {
en: "Discard 1 Energy card attached to Gastly in order to use this attack. If a Pokémon Knocks Out Gastly during your opponent's next turn, Knock Out that Pokémon.",
fr: "Défaussez 1 carte Énergie attachée à Fantominus pour pouvoir utiliser cette attaque. Si un Pokémon met Fantominus K.O. pendant le prochain tour de votre adversaire, mettez ce Pokémon K.O."
},
},
@ -56,9 +63,9 @@ const card: Card = {
},
],
description: {
fr: "Ce Pokémon gazeux plonge ses victimes dans un profond sommeil sans qu'elles s'en aperçoivent."
}
}
export default card