From d64a9aefbdb4451c5119be6a25db993d45b8542d Mon Sep 17 00:00:00 2001 From: Matt Antonelli Date: Tue, 3 Oct 2023 08:02:04 -0400 Subject: [PATCH] Add HideOrder column to CabinetCategory Adds the new HideOrder column which indicates that an Armoire category is hidden by default until you obtain something in that category, similar to OrchestrionCategory. --- SaintCoinach/Definitions/CabinetCategory.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SaintCoinach/Definitions/CabinetCategory.json b/SaintCoinach/Definitions/CabinetCategory.json index d4b6b5c1..046a9e22 100644 --- a/SaintCoinach/Definitions/CabinetCategory.json +++ b/SaintCoinach/Definitions/CabinetCategory.json @@ -7,13 +7,17 @@ }, { "index": 1, + "name": "HideOrder" + }, + { + "index": 2, "name": "Icon", "converter": { "type": "icon" } }, { - "index": 2, + "index": 3, "name": "Category", "converter": { "type": "link",