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:
23
data/Sword & Shield/Celebrations/21.ts
Normal file
23
data/Sword & Shield/Celebrations/21.ts
Normal file
@ -0,0 +1,23 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Celebrations'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Solgaleo"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
types: ["Metal"]
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user