mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +00:00
feat: Add Crown Zenith (#416)
This commit is contained in:
21
data/Sword & Shield/Crown Zenith/156.ts
Normal file
21
data/Sword & Shield/Crown Zenith/156.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Crown Zenith"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Psychic Energy",
|
||||
fr: "Énergie Psy",
|
||||
es: "Energía Psíquica",
|
||||
it: "Energia Psiche",
|
||||
pt: "Energia Psíquica",
|
||||
de: "Psycho-Energie"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Energy",
|
||||
energyType: "Normal"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user