Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 0 additions & 38 deletions src/Data/Gems.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions src/Data/Skills/other.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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, },
Expand Down Expand Up @@ -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, },
Expand Down
2 changes: 2 additions & 0 deletions src/Export/Skills/other.txt
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ local skills, mod, flag, skill = ...
#flags spell
#mods

#noGem
#skill SupportDivineBlessing
fromItem = true,
statMap = {
Expand All @@ -403,6 +404,7 @@ local skills, mod, flag, skill = ...
},
#mods

#noGem
#skill SupportEarthbreaker
fromItem = true,
addFlags = {
Expand Down
Loading