mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +00:00
Added Celebrations (#86)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
17
data/Sword & Shield/Celebrations/73A.ts
Normal file
17
data/Sword & Shield/Celebrations/73A.ts
Normal file
@ -0,0 +1,17 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Celebrations'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Imposter Professor Oak"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
trainerType: "Supporter"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user