From 072f2208408bfb5587450fdee9eb21913fb5b7d6 Mon Sep 17 00:00:00 2001 From: Mefisto1029 Date: Sat, 30 May 2026 13:39:19 +0200 Subject: [PATCH 1/4] poe2 update keywordspopups --- dat-schema/poe2/_Core.gql | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/dat-schema/poe2/_Core.gql b/dat-schema/poe2/_Core.gql index 44c57bc..c7820a3 100644 --- a/dat-schema/poe2/_Core.gql +++ b/dat-schema/poe2/_Core.gql @@ -1724,9 +1724,7 @@ type EndgameMapTablets { } type EndgameMaps { - _: i32 WorldArea: WorldAreas @unique - _: [i32] _: [rid] FlavourText: string @localized _: i32 @@ -3008,6 +3006,23 @@ type ItemVisualsReplacedWithStat { VisualIdentity: ItemVisualIdentity } +type KeywordPopupsItemReference { + Id: string @unique + BaseItemType: BaseItemTypes @unique + _: rid + ItemVisualIdentity: ItemVisualIdentity + _: rid + _: rid + _: int32 + _: bool +} + +type KeywordPopupsModReference { + Id: string @unique + Mod: Mods @unique + CSDFile: string @file(ext. ".csd") +} + type KeywordPopups { Id: string @unique Term: string From 7a562b90666596619720bf9bd8198110ece91309 Mon Sep 17 00:00:00 2001 From: Mefisto1029 Date: Sat, 30 May 2026 13:41:25 +0200 Subject: [PATCH 2/4] poe2 up2 and fix --- dat-schema/poe2/_Core.gql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dat-schema/poe2/_Core.gql b/dat-schema/poe2/_Core.gql index c7820a3..405d9ab 100644 --- a/dat-schema/poe2/_Core.gql +++ b/dat-schema/poe2/_Core.gql @@ -3006,7 +3006,7 @@ type ItemVisualsReplacedWithStat { VisualIdentity: ItemVisualIdentity } -type KeywordPopupsItemReference { +type KeywordPopupItemReference { Id: string @unique BaseItemType: BaseItemTypes @unique _: rid @@ -3017,7 +3017,7 @@ type KeywordPopupsItemReference { _: bool } -type KeywordPopupsModReference { +type KeywordPopupModReference { Id: string @unique Mod: Mods @unique CSDFile: string @file(ext. ".csd") @@ -3029,8 +3029,8 @@ type KeywordPopups { Definition: string _: string _: string - _: rid - _: rid + ItemReference: KeywordPopupItemReference + ModReference: KeywordPopupModReference } type KioskModeCharacterTutorials { From 42323c1a3a61c7487c944fb17e4e2e668c1a95ea Mon Sep 17 00:00:00 2001 From: Mefisto1029 Date: Sat, 30 May 2026 13:44:59 +0200 Subject: [PATCH 3/4] poe2 fix... --- dat-schema/poe2/_Core.gql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dat-schema/poe2/_Core.gql b/dat-schema/poe2/_Core.gql index 405d9ab..e1d82d1 100644 --- a/dat-schema/poe2/_Core.gql +++ b/dat-schema/poe2/_Core.gql @@ -3020,7 +3020,7 @@ type KeywordPopupItemReference { type KeywordPopupModReference { Id: string @unique Mod: Mods @unique - CSDFile: string @file(ext. ".csd") + CSDFile: string @file(ext: ".csd") } type KeywordPopups { From cdaa0b7efc21c48b60c09cc93b8a3c7fc501f565 Mon Sep 17 00:00:00 2001 From: Mefisto1029 Date: Sat, 30 May 2026 13:50:17 +0200 Subject: [PATCH 4/4] poe2... Damn it... --- dat-schema/poe2/_Core.gql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dat-schema/poe2/_Core.gql b/dat-schema/poe2/_Core.gql index e1d82d1..5d2fdfe 100644 --- a/dat-schema/poe2/_Core.gql +++ b/dat-schema/poe2/_Core.gql @@ -3013,7 +3013,7 @@ type KeywordPopupItemReference { ItemVisualIdentity: ItemVisualIdentity _: rid _: rid - _: int32 + _: i32 _: bool }