From bc6dc489d4d63028dd029596ee7dee69b9a74491 Mon Sep 17 00:00:00 2001 From: ivy <119665497+lvlvllvlvllvlvl@users.noreply.github.com> Date: Sat, 30 May 2026 06:03:34 +0700 Subject: [PATCH] Mageblood mods --- dat-schema/poe2/_Core.gql | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dat-schema/poe2/_Core.gql b/dat-schema/poe2/_Core.gql index 13109eb..44c57bc 100644 --- a/dat-schema/poe2/_Core.gql +++ b/dat-schema/poe2/_Core.gql @@ -6011,6 +6011,13 @@ type UniqueGoldPrices { Price: i32 } +type UniqueMagesLegacy { + Name: string + DisplayText: string + Stats: [Stats] + StatValues: [i32] +} + type UniqueMapSkillBooks { BaseItem: BaseItemTypes @unique _: i32 @unique