1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-02 12:41:59 +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

@@ -3,23 +3,26 @@ import Set from '../XY Black Star Promos'
const card: Card = {
name: {
en: "Shaymin-EX",
en: "Shaymin EX",
},
illustrator: "Kanako Eo",
rarity: "Common",
category: "Pokemon",
illustrator: "Kanako Eo",
rarity: "None",
category: "Pokemon",
set: Set,
dexId: [
492,
],
hp: 110,
types: [
"Grass",
],
suffix: "EX",
abilities: [
{
type: "Ability",
@@ -31,6 +34,7 @@ const card: Card = {
},
},
],
attacks: [
{
cost: [
@@ -48,6 +52,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
@@ -55,10 +60,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card