Rez

Edit
  • Music-driven rail shooter series created by Tetsuya Mizuguchi. Known for its synesthetic fusion of visuals, music, and gameplay.
  • Started: 2001
debug
page-type: entity
user: Guest (not logged in)
{:etype "franchise",
 :doc
 {:title "Rez",
  :started 2001,
  :description
  "Music-driven rail shooter series created by Tetsuya Mizuguchi. Known for its synesthetic fusion of visuals, music, and gameplay."},
 :schema
 [:map
  [:title
   [:string
    {:default "Franchise Name",
     :gen/fmap
     #object[faker.generate$word 0x7e8a0d1b "faker.generate$word@7e8a0d1b"]}]]
  [:description {:optional true} [:string {:default ""}]]
  [:started {:optional true} [:int {:min 1970, :max 2100}]]
  [:notes {:optional true} [:string {:default ""}]]]}