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
23 changes: 19 additions & 4 deletions dat-schema/poe2/_Core.gql
Original file line number Diff line number Diff line change
Expand Up @@ -1724,9 +1724,7 @@ type EndgameMapTablets {
}

type EndgameMaps {
_: i32
WorldArea: WorldAreas @unique
_: [i32]
_: [rid]
FlavourText: string @localized
_: i32
Expand Down Expand Up @@ -3008,14 +3006,31 @@ type ItemVisualsReplacedWithStat {
VisualIdentity: ItemVisualIdentity
}

type KeywordPopupItemReference {
Id: string @unique
BaseItemType: BaseItemTypes @unique
_: rid
ItemVisualIdentity: ItemVisualIdentity
_: rid
_: rid
_: i32
_: bool
}

type KeywordPopupModReference {
Id: string @unique
Mod: Mods @unique
CSDFile: string @file(ext: ".csd")
}

type KeywordPopups {
Id: string @unique
Term: string
Definition: string
_: string
_: string
_: rid
_: rid
ItemReference: KeywordPopupItemReference
ModReference: KeywordPopupModReference
}

type KioskModeCharacterTutorials {
Expand Down