1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 17:39:18 +00:00

Added Celebrations Datas (#124)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-10-26 17:21:38 +02:00
committed by GitHub
parent 2e18aa4aac
commit 829d78fa6f
47 changed files with 315 additions and 116 deletions

View File

@ -20,7 +20,7 @@ const card: Card = {
de: "Mew"
},
rarity: "Secret Rare",
rarity: "Rare",
category: "Pokemon",
hp: 60,
types: ["Psychic"],
@ -59,7 +59,7 @@ const card: Card = {
de: "Psychoschuss"
},
damage: "30",
damage: 30,
cost: ["Psychic", "Colorless"]
}],
@ -74,7 +74,13 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "E"
regulationMark: "E",
description: {
en: "Its DNA is said to contain the genetic codes of all Pokémon, so it can use all kinds of techniques."
},
dexId: [151]
}
export default card