Rez: Trance Vibrator Edition (PlayStation 2, Japan)

Edit
  • Game: Rez
  • Platform: PlayStation 2
  • Region: Japan
  • Release Date: 2001-11-22
  • Format: DVD-ROM
  • Edition: Absolute Set
  • Companies:
  • Notes: Limited to 500 units. Includes Trance Vibrator peripheral, T-shirt, headphones, and eyedrops. Sold exclusively through Tsutaya store chain.
debug
page-type: entity
user: Guest (not logged in)
{:etype "release",
 :doc
 {:format "DVD-ROM",
  :release-date "2001-11-22",
  :game {:id "ZZBe6w", :etype :game, :title "Rez"},
  :title "Rez: Trance Vibrator Edition (PlayStation 2, Japan)",
  :region "Japan",
  :notes
  "Limited to 500 units. Includes Trance Vibrator peripheral, T-shirt, headphones, and eyedrops. Sold exclusively through Tsutaya store chain.",
  :companies
  [{:role "Publisher",
    :company {:id "NrZhBC", :etype :company, :title "Sega"}}
   {:role "Developer",
    :company
    {:id "ydqI8p", :etype :company, :title "United Game Artists"}}],
  :edition "Absolute Set",
  :platform {:id "CF3lx0", :etype :system, :title "PlayStation 2"}},
 :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 ""}]]]]]]}