1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17:09:19 +00:00

Added some XY translations (#63)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-23 00:18:16 +02:00
committed by GitHub
parent 741c19791e
commit 0ce5e62460
642 changed files with 8206 additions and 1657 deletions

View File

@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Gastly",
},
illustrator: "Shigenori Negishi",
rarity: "Common",
category: "Pokemon",
illustrator: "Shigenori Negishi",
rarity: "None",
category: "Pokemon",
set: Set,
dexId: [
92,
],
hp: 50,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@ -30,17 +32,19 @@ const card: Card = {
en: "Sleep Poison",
},
effect: {
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Asleep and Poisoned.",
en: "Flip a coin. If heads, your opponents Active Pokémon is now Asleep and Poisoned.",
},
},
],
weaknesses: [
{
type: "Darkness",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@ -48,9 +52,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card