Rez Infinite (PlayStation 5)
- Game: Rez Infinite
- Platform: PlayStation 5
- Region: Worldwide
- Release Date: 2023-02-22
- Format: Digital Download
- Companies:
- Enhance Games (Publisher)
- Enhance Games (Developer)
- Notes: PlayStation VR2 enhanced version with eye tracking and haptic feedback.
debug
page-type: entity
user: Guest (not logged in)
{:etype "release",
:doc
{:game {:id "EkpZ1c", :etype :game, :title "Rez Infinite"},
:notes
"PlayStation VR2 enhanced version with eye tracking and haptic feedback.",
:title "Rez Infinite (PlayStation 5)",
:format "Digital Download",
:region "Worldwide",
:platform {:id "R7HCbQ", :etype :system, :title "PlayStation 5"},
:companies
[{:role "Publisher",
:company {:id "REFmxF", :etype :company, :title "Enhance Games"}}
{:role "Developer",
:company {:id "REFmxF", :etype :company, :title "Enhance Games"}}],
:release-date "2023-02-22"},
: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 ""}]]]]]]}