1
0
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:
2024-08-25 02:44:42 +02:00
committed by GitHub
parent 80f483ab66
commit cfd6d5c0e8
101 changed files with 5742 additions and 1 deletions

View 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