Rez Infinite

Edit
  • Franchise: Rez
  • Year: 2016
  • Platform: PlayStation 4, PC, Meta Quest, PlayStation 5
  • Genres: Rail Shooter, Music, Rhythm, VR
  • Themes: Hacking, Synesthesia, Cyberspace, AI, Virtual Reality
  • An expanded virtual reality-compatible version of Rez featuring all original areas remastered plus a new sixth area called 'Area X' with free movement and particle-based visuals. The game can be played with or without VR headset. Area X represents a leap forward in visual fidelity with over 30 million particles on screen.

  • Companies:
  • Credits:
debug
page-type: entity
user: Guest (not logged in)
{:etype "game",
 :doc
 {:franchise {:id "0P5jeP", :etype :franchise, :title "Rez"},
  :description
  "An expanded virtual reality-compatible version of Rez featuring all original areas remastered plus a new sixth area called 'Area X' with free movement and particle-based visuals. The game can be played with or without VR headset. Area X represents a leap forward in visual fidelity with over 30 million particles on screen.",
  :genres ["Rail Shooter" "Music" "Rhythm" "VR"],
  :themes
  ["Hacking" "Synesthesia" "Cyberspace" "AI" "Virtual Reality"],
  :title "Rez Infinite",
  :year 2016,
  :credits
  [{:role "Producer",
    :person
    {:id "rv5Xa9", :etype :person, :title "Tetsuya Mizuguchi"}}],
  :companies
  [{:role "Developer",
    :company {:id "REFmxF", :etype :company, :title "Enhance Games"}}
   {:role "Co-Developer",
    :company {:id "5bPer8", :etype :company, :title "Resonair"}}
   {:role "Co-Developer",
    :company {:id "vR7fXv", :etype :company, :title "Monstars Inc."}}
   {:role "Publisher",
    :company {:id "REFmxF", :etype :company, :title "Enhance Games"}}],
  :platform "PlayStation 4, PC, Meta Quest, PlayStation 5"},
 :schema
 [:map
  [:title
   [:string
    {:default "Game Title",
     :gen/fmap
     #object[faker.generate$sentence 0x57966100 "faker.generate$sentence@57966100"]}]]
  [:original-title {:optional true} [:string {:default ""}]]
  [:alt-titles {:optional true} [:vector :string]]
  [:year [:int {:default 2024, :min 1970, :max 2100}]]
  [:platform [:string {:default ""}]]
  [:genre [:string {:default ""}]]
  [:genres {:optional true} [:vector :string]]
  [:themes {:optional true} [:vector :string]]
  [:description {:optional true} [:string {:default ""}]]
  [:franchise
   {:optional true}
   [:map
    [:id :string]
    [:etype [:= :franchise]]
    [:title :string]
    [:catkey {:optional true} :keyword]]]
  [: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 ""}]]]]]
  [:credits
   {:optional true}
   [:vector
    [:map
     [:person
      [:map
       [:id :string]
       [:etype [:= :person]]
       [:title :string]
       [:catkey {:optional true} :keyword]]]
     [:role [:string {:default ""}]]
     [:notes {:optional true} [:string {:default ""}]]]]]]}