diff --git a/src/Data/Gems.lua b/src/Data/Gems.lua index e3b0e26da3..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", @@ -13702,24 +13682,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..d15e81ffb7 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, }, @@ -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 b6b8b20edf..7b24af00a4 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 = { @@ -403,6 +404,7 @@ local skills, mod, flag, skill = ... }, #mods +#noGem #skill SupportEarthbreaker fromItem = true, addFlags = {