From 860fd6a8e8b79b005820a93a8f69a402e4f4b2a4 Mon Sep 17 00:00:00 2001 From: Haselnussbomber Date: Sun, 31 May 2026 13:10:05 +0200 Subject: [PATCH 1/2] Add NotebookDivision.MinimumQuestSequence --- NotebookDivision.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NotebookDivision.yml b/NotebookDivision.yml index cc0fe75..700dc15 100644 --- a/NotebookDivision.yml +++ b/NotebookDivision.yml @@ -10,7 +10,7 @@ fields: targets: [NotebookDivisionCategory] - name: CraftOpeningLevel - name: GatheringOpeningLevel - - name: Unknown1 + - name: MinimumQuestSequence - name: Unknown0 - name: SecretRecipeBookGroups type: array @@ -22,4 +22,4 @@ fields: comment: "Index is CraftType" type: array count: 8 - - name: RequiresSecretRecipeBookGroupUnlock \ No newline at end of file + - name: RequiresSecretRecipeBookGroupUnlock From 68375c96ad7053b38745b6e65bf7d2d9e96c18bb Mon Sep 17 00:00:00 2001 From: Haselnussbomber Date: Sun, 31 May 2026 13:10:18 +0200 Subject: [PATCH 2/2] Link GatheringSubCategory.Division to NotebookDivision --- GatheringSubCategory.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GatheringSubCategory.yml b/GatheringSubCategory.yml index 055fa0a..50fa4ce 100644 --- a/GatheringSubCategory.yml +++ b/GatheringSubCategory.yml @@ -9,6 +9,8 @@ fields: type: link targets: [Item] - name: Division + type: link + targets: [NotebookDivision] - name: GatheringType type: link targets: [GatheringType]