mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Added new celebrations informations (#83)
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
25
data/Sword & Shield/Celebrations/25.ts
Normal file
25
data/Sword & Shield/Celebrations/25.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Celebrations'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Mew Secret)"
|
||||
},
|
||||
|
||||
rarity: "Secret Rare",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Water"],
|
||||
stage: "Basic"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user