From c9322103c0541f9e6f98c698df287342992f8496 Mon Sep 17 00:00:00 2001 From: LocalIdentity Date: Sun, 31 May 2026 01:53:10 +1000 Subject: [PATCH] 2 Fixes --- dat-schema/poe2/_Core.gql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dat-schema/poe2/_Core.gql b/dat-schema/poe2/_Core.gql index c5feb23..65571cc 100644 --- a/dat-schema/poe2/_Core.gql +++ b/dat-schema/poe2/_Core.gql @@ -2453,7 +2453,7 @@ type ExpeditionRelics { Id: string @unique Name: string ItemTag: Tags - AOFile: string + AOFiles: [string] MinLevel: i32 MaxLevel: i32 WorldArea: WorldAreas @@ -6419,6 +6419,9 @@ type Strongboxes { _: bool SpawnWeightIncrease: Stats SpawnWeightHardmode: i32 + BasicSpawnChanceStat: Stats + RequiredSpawnStat: [Stats] + BlockingSpawnStat: [Stats] } type StrongboxPacks {