mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
feat: Add Astral Radiance (#305)
This commit is contained in:
25
data/Sword & Shield/Astral Radiance.ts
Normal file
25
data/Sword & Shield/Astral Radiance.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Sword & Shield'
|
||||
|
||||
const set: Set = {
|
||||
id: "swsh10",
|
||||
|
||||
name: {
|
||||
en: "Astral Radiance",
|
||||
fr: "Astres Radieux",
|
||||
es: "Resplandor Astral",
|
||||
it: "Lucentezza Siderale",
|
||||
de: "Astralglanz",
|
||||
pt: "Estrelas Radiantes"
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 189
|
||||
},
|
||||
|
||||
releaseDate: "2022-05-27"
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user