From 898f6040caf4f28e79e419d7cf54e26119e5db8c Mon Sep 17 00:00:00 2001 From: Kvan7 <71402892+Kvan7@users.noreply.github.com> Date: Wed, 24 Jun 2026 13:23:58 -0500 Subject: [PATCH 1/6] Update _Core.gql --- dat-schema/poe2/_Core.gql | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dat-schema/poe2/_Core.gql b/dat-schema/poe2/_Core.gql index d8382c2..4b3cb90 100644 --- a/dat-schema/poe2/_Core.gql +++ b/dat-schema/poe2/_Core.gql @@ -2402,14 +2402,14 @@ type Expedition2Runes { # Added 0.5 type Expedition2RunesWeights { Id: string - _: i32 - _: i32 + RecipeRuneCount: i32 + HighlightedRuneSlot: i32 HighlightedRune: Expedition2Runes MinAreaLevel: i32 MaxAreaLevel: i32 _: i32 - _: string - _: bool + TableComments: string + _: bool # possibly GrandExpeditionExclusive _: i32 } @@ -7429,4 +7429,4 @@ type WorldScreenMapPinDialogue { Id: MapPins _: i32 NPCTalk: [NPCTalk] -} \ No newline at end of file +} From 70bf6b4ab7c67f9874f4774bbfa191aa24502b88 Mon Sep 17 00:00:00 2001 From: Kvan7 <71402892+Kvan7@users.noreply.github.com> Date: Fri, 26 Jun 2026 08:24:54 -0500 Subject: [PATCH 2/6] Update _Core.gql --- dat-schema/poe2/_Core.gql | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dat-schema/poe2/_Core.gql b/dat-schema/poe2/_Core.gql index 4b3cb90..a26fbd3 100644 --- a/dat-schema/poe2/_Core.gql +++ b/dat-schema/poe2/_Core.gql @@ -2386,17 +2386,16 @@ type Expedition2RemnantRewardPerArea { } # Added 0.5 -type Expedition2Runes { +type expedition2runes { Id: string _: rid # All rows empty ArchnemesisMod: ArchnemesisMods ArchnemesisModPower: ArchnemesisMods - _: i32 TomeArt: string RemnantArt: string - ModType: ModType + ModType: Mods EnemyArt: string - _: string + TomeArt2: string } # Added 0.5 From fb036f8817283b626bf4035b09732ae1a6dc5e6a Mon Sep 17 00:00:00 2001 From: Kvan7 <71402892+Kvan7@users.noreply.github.com> Date: Fri, 26 Jun 2026 08:31:06 -0500 Subject: [PATCH 3/6] Update _Core.gql --- dat-schema/poe2/_Core.gql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dat-schema/poe2/_Core.gql b/dat-schema/poe2/_Core.gql index a26fbd3..9b62b53 100644 --- a/dat-schema/poe2/_Core.gql +++ b/dat-schema/poe2/_Core.gql @@ -2386,14 +2386,14 @@ type Expedition2RemnantRewardPerArea { } # Added 0.5 -type expedition2runes { +type Expedition2Runes { Id: string _: rid # All rows empty ArchnemesisMod: ArchnemesisMods ArchnemesisModPower: ArchnemesisMods TomeArt: string RemnantArt: string - ModType: Mods + EnemyMods: Mods EnemyArt: string TomeArt2: string } From 75cbd46b507c593bcf9f9fb8f566c12eb850b420 Mon Sep 17 00:00:00 2001 From: Kvan7 <71402892+Kvan7@users.noreply.github.com> Date: Fri, 26 Jun 2026 08:58:50 -0500 Subject: [PATCH 4/6] Update _Core.gql --- dat-schema/poe2/_Core.gql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dat-schema/poe2/_Core.gql b/dat-schema/poe2/_Core.gql index 9b62b53..e35bd11 100644 --- a/dat-schema/poe2/_Core.gql +++ b/dat-schema/poe2/_Core.gql @@ -2369,8 +2369,7 @@ type Expedition2Recipes { _: string _: bool _: i32 - _: bool - _: i32 + RewardGemLevel: i32 QuestFlag: QuestFlags Category: ExpeditionCategory RuneWeights: [Expedition2RunesWeights] From 1d10a00d760b0fec781df57c9966c9f42a43751e Mon Sep 17 00:00:00 2001 From: Kvan7 <71402892+Kvan7@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:59:19 -0500 Subject: [PATCH 5/6] remove end newline From 81516c8e2f451955d971dc3008dd6735c7675e41 Mon Sep 17 00:00:00 2001 From: Kvan7 <71402892+Kvan7@users.noreply.github.com> Date: Fri, 26 Jun 2026 22:08:51 -0500 Subject: [PATCH 6/6] Not actually enemy mod, some dummy one... --- 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 e35bd11..7e7f8f6 100644 --- a/dat-schema/poe2/_Core.gql +++ b/dat-schema/poe2/_Core.gql @@ -2392,7 +2392,7 @@ type Expedition2Runes { ArchnemesisModPower: ArchnemesisMods TomeArt: string RemnantArt: string - EnemyMods: Mods + Mod: Mods EnemyArt: string TomeArt2: string }