From 93635b0068251fb52eb2d9d9ddb77de61a4eacc6 Mon Sep 17 00:00:00 2001
From: AyeZeeBB <nxmbx123@hotmail.com>
Date: Tue, 17 Feb 2026 20:05:42 +0000
Subject: [PATCH] Rename item catalog and add inventory JSON

---
 03_ubisoft_services/06_inventory.md |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/05_scapegoat/06_item_catalog.md b/03_ubisoft_services/06_inventory.md
similarity index 99%
rename from 05_scapegoat/06_item_catalog.md
rename to 03_ubisoft_services/06_inventory.md
index dd859ea..4fdced7 100644
--- a/05_scapegoat/06_item_catalog.md
+++ b/03_ubisoft_services/06_inventory.md
@@ -1,6 +1,6 @@
-# Scapegoat: Item Catalog
+# Ubisoft Services: Inventory
 
-The Hyper Scape item catalog contains **1,665 items** across **40 item types**. This data was extracted from the Ubisoft Services item endpoint at `/v1/spaces/{spaceId}/items/all`.
+The Hyper Scape item catalog contains **1,665 items** across **40 item types**.
 
 ## Setting Owned Items
 
@@ -44,6 +44,8 @@
 
 Currency item types (`InGameCurrency`, `vcurrency`, `loyaltypoints`) should be given a large quantity (e.g. `999999`). All other items use `quantity: 1`.
 
+A pre-made response JSON with all 1,665 items is available here: [inventory_all_items.json](inventory_all_items.json)
+
 ## Full Catalog
 
 ### Battlepass (1)

--
Gitblit v1.10.0