mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add shrouded fable cards (#525)
This commit is contained in:
25
data/Scarlet & Violet/Shrouded Fable.ts
Normal file
25
data/Scarlet & Violet/Shrouded Fable.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Scarlet & Violet'
|
||||
|
||||
const set: Set = {
|
||||
id: "sv06.5",
|
||||
|
||||
name: {
|
||||
de: "Nebel der Sagen",
|
||||
en: "Shrouded Fable",
|
||||
es: "Fabula Sombría",
|
||||
fr: "Fable Nébuleuse",
|
||||
it: "Segreto Fiabesco",
|
||||
pt: "Fábulas Nebulosas"
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 64
|
||||
},
|
||||
|
||||
releaseDate: "2024-08-02"
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user