Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion dat-schema/poe2/_Core.gql
Original file line number Diff line number Diff line change
Expand Up @@ -2453,7 +2453,7 @@ type ExpeditionRelics {
Id: string @unique
Name: string
ItemTag: Tags
AOFile: string
AOFiles: [string]
MinLevel: i32
MaxLevel: i32
WorldArea: WorldAreas
Expand Down Expand Up @@ -6419,6 +6419,9 @@ type Strongboxes {
_: bool
SpawnWeightIncrease: Stats
SpawnWeightHardmode: i32
BasicSpawnChanceStat: Stats
RequiredSpawnStat: [Stats]
BlockingSpawnStat: [Stats]
}

type StrongboxPacks {
Expand Down