From 79c9b48bb63ff61cc8767a57724807f21bf3e08a Mon Sep 17 00:00:00 2001 From: LocalIdentity Date: Tue, 10 Mar 2026 06:22:30 +1100 Subject: [PATCH 1/2] Fix Divine Blessing appearing in gem list The skill is no longer on a gem and only available through March of the Legion --- src/Data/Gems.lua | 18 ------------------ src/Data/Skills/other.lua | 4 ++-- src/Export/Skills/other.txt | 1 + 3 files changed, 3 insertions(+), 20 deletions(-) diff --git a/src/Data/Gems.lua b/src/Data/Gems.lua index e3b0e26da3..fa1a419915 100644 --- a/src/Data/Gems.lua +++ b/src/Data/Gems.lua @@ -13702,24 +13702,6 @@ return { reqInt = 60, naturalMaxLevel = 20, }, - ["Metadata/Items/Gems/SkillGemSupportDivineBlessing"] = { - name = "Divine Blessing", - gameId = "Metadata/Items/Gems/SupportGemDivineBlessing", - variantId = "SupportDivineBlessing", - grantedEffectId = "SupportDivineBlessing", - tags = { - strength = true, - support = true, - aura = true, - duration = true, - blessing = true, - }, - tagString = "Support, Aura, Duration, Blessing", - reqStr = 60, - reqDex = 0, - reqInt = 40, - naturalMaxLevel = 20, - }, ["Metadata/Items/Gems/SkillGemSupportMarkOnHit"] = { name = "Mark On Hit", gameId = "Metadata/Items/Gems/SupportGemMarkOnHit", diff --git a/src/Data/Skills/other.lua b/src/Data/Skills/other.lua index a357c6dc91..b165cd9599 100644 --- a/src/Data/Skills/other.lua +++ b/src/Data/Skills/other.lua @@ -1175,8 +1175,8 @@ skills["GemDetonateMines"] = { }, } skills["SupportDivineBlessing"] = { - name = "Divine Blessing", - description = "Supports aura skills that create permanent auras around you, changing their reservation to a cost and making them temporary. Cannot support banner or stance skills.", + name = "SupportDivineBlessing", + hidden = true, color = 1, support = true, requireSkillTypes = { SkillType.CanHaveBlessing, }, diff --git a/src/Export/Skills/other.txt b/src/Export/Skills/other.txt index b6b8b20edf..cb69cf657f 100644 --- a/src/Export/Skills/other.txt +++ b/src/Export/Skills/other.txt @@ -377,6 +377,7 @@ local skills, mod, flag, skill = ... #flags spell #mods +#noGem #skill SupportDivineBlessing fromItem = true, statMap = { From 5793e5838e1259d2326dbdc2344af47cad552fa0 Mon Sep 17 00:00:00 2001 From: LocalIdentity Date: Tue, 10 Mar 2026 06:30:27 +1100 Subject: [PATCH 2/2] Remove Earthbreaker from gem list too --- src/Data/Gems.lua | 20 -------------------- src/Data/Skills/other.lua | 4 ++-- src/Export/Skills/other.txt | 1 + 3 files changed, 3 insertions(+), 22 deletions(-) diff --git a/src/Data/Gems.lua b/src/Data/Gems.lua index fa1a419915..d92f62cdf7 100644 --- a/src/Data/Gems.lua +++ b/src/Data/Gems.lua @@ -12897,26 +12897,6 @@ return { reqInt = 40, naturalMaxLevel = 20, }, - ["Metadata/Items/Gems/SkillGemSupportEarthbreaker"] = { - name = "Earthbreaker", - gameId = "Metadata/Items/Gems/SupportGemEarthbreaker", - variantId = "SupportEarthbreaker", - grantedEffectId = "SupportEarthbreaker", - tags = { - attack = true, - melee = true, - slam = true, - area = true, - strength = true, - support = true, - totem = true, - }, - tagString = "Attack, Melee, Slam, AoE, Support, Totem", - reqStr = 100, - reqDex = 0, - reqInt = 0, - naturalMaxLevel = 20, - }, ["Metadata/Items/Gems/SkillGemAbsolution"] = { name = "Absolution", baseTypeName = "Absolution", diff --git a/src/Data/Skills/other.lua b/src/Data/Skills/other.lua index b165cd9599..d15e81ffb7 100644 --- a/src/Data/Skills/other.lua +++ b/src/Data/Skills/other.lua @@ -1350,8 +1350,8 @@ skills["ElementalAegis"] = { }, } skills["SupportEarthbreaker"] = { - name = "Earthbreaker", - description = "Supports slam skills, causing them to summon an ancestor totem that uses the skill for you while you're near it. Being near it grants you increased area of effect for melee skills.", + name = "SupportEarthbreaker", + hidden = true, color = 1, support = true, requireSkillTypes = { SkillType.Slam, SkillType.Totemable, SkillType.AND, }, diff --git a/src/Export/Skills/other.txt b/src/Export/Skills/other.txt index cb69cf657f..7b24af00a4 100644 --- a/src/Export/Skills/other.txt +++ b/src/Export/Skills/other.txt @@ -404,6 +404,7 @@ local skills, mod, flag, skill = ... }, #mods +#noGem #skill SupportEarthbreaker fromItem = true, addFlags = {