Akumajo Dracula (Famicom Disk, Japan)
- Game: Castlevania
- Platform: Nintendo Entertainment System
- Region: Japan
- Release Date: 1986-09-26
- Format: Disk
- Notes: Original Famicom Disk System release
debug
page-type: entity
user: Guest (not logged in)
{:etype "release",
:doc
{:game {:id "vg-gm-cv", :etype "game", :title "Castlevania"},
:notes "Original Famicom Disk System release",
:title "Akumajo Dracula (Famicom Disk, Japan)",
:format "Disk",
:region "Japan",
:platform
{:id "vg-sys-nes",
:etype "system",
:title "Nintendo Entertainment System"},
:publisher {:id "vg-co-kon", :etype "company", :title "Konami"},
:release-date "1986-09-26"},
:schema
[:map
[:title
[:string
{:default "Game Release",
:gen/fmap
#object[faker.generate$sentence 0x57966100 "faker.generate$sentence@57966100"]}]]
[:game
{:optional true}
[:map
[:id :string]
[:etype [:= :game]]
[:title :string]
[:catkey {:optional true} :keyword]]]
[:platform
{:optional true}
[:map
[:id :string]
[:etype [:= :system]]
[:title :string]
[:catkey {:optional true} :keyword]]]
[:region [:string {:default ""}]]
[:release-date [:string {:default ""}]]
[:format [:string {:default ""}]]
[:edition {:optional true} [:string {:default ""}]]
[:barcode {:optional true} [:string {:default ""}]]
[:catalog-number {:optional true} [:string {:default ""}]]
[:notes [:string {:default ""}]]
[:companies
{:optional true}
[:vector
[:map
[:company
[:map
[:id :string]
[:etype [:= :company]]
[:title :string]
[:catkey {:optional true} :keyword]]]
[:role [:string {:default ""}]]
[:notes {:optional true} [:string {:default ""}]]]]]]}