Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions dat-schema/_Core.gql
Original file line number Diff line number Diff line change
Expand Up @@ -2317,11 +2317,11 @@ type ItemisedVisualEffect {
}

type ItemNoteCode {
BaseItem: BaseItemTypes
CurrencyItem: CurrencyItems
Code: string
Order1: i32
Show: bool
Order2: i32
# One of these bools was previously called "Show", but unclear which one it is now
_: bool
_: bool
}

enum ItemSetNames @indexing(first: 0) { _ }
Expand Down
4 changes: 4 additions & 0 deletions dat-schema/poe2/ItemNoteCode.gql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
type ItemNoteCode {
CurrencyItem: CurrencyItems
Code: string
}
19 changes: 19 additions & 0 deletions dat-schema/poe2/NPCMaster.gql
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
type NPCMaster {
Id: string
_: bool
_: bool
Signature_ModsKey: Mods
_: bool
SpawnWeight_TagsKeys: [Tags]
SpawnWeight_Values: [i32]
_: rid
_: i32
AreaDescription: string
_: rid
_: i32
_: Stats
HasAreaMissions: bool
_: [rid]
_: [rid]
_: rid
}
7 changes: 7 additions & 0 deletions dat-schema/poe2/SanctumSelectionDisplaysOverride.gql
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
type SanctumSelectionDisplayOverride {
Id: string
Reward: string
Icon: string
Downside: string
Item: BaseItemTypes
}