1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 01:19: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

@ -7,7 +7,7 @@ const card: Card = {
variants: {
normal: false,
reverse: false,
holo: false,
holo: true,
firstEdition: false
},
@ -46,7 +46,7 @@ const card: Card = {
de: "Diese Attacke fügt auch jedem Pokémon auf der Bank deines Gegners 30 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
},
damage: "160",
damage: 160,
cost: ["Water", "Water", "Water"]
}],
@ -66,7 +66,8 @@ const card: Card = {
de: "Surfendes Pikachu-V"
},
regulationMark: "E"
regulationMark: "E",
dexId: [25]
}
export default card