Skip to content

Commit 5793e58

Browse files
author
LocalIdentity
committed
Remove Earthbreaker from gem list too
1 parent 79c9b48 commit 5793e58

3 files changed

Lines changed: 3 additions & 22 deletions

File tree

src/Data/Gems.lua

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12897,26 +12897,6 @@ return {
1289712897
reqInt = 40,
1289812898
naturalMaxLevel = 20,
1289912899
},
12900-
["Metadata/Items/Gems/SkillGemSupportEarthbreaker"] = {
12901-
name = "Earthbreaker",
12902-
gameId = "Metadata/Items/Gems/SupportGemEarthbreaker",
12903-
variantId = "SupportEarthbreaker",
12904-
grantedEffectId = "SupportEarthbreaker",
12905-
tags = {
12906-
attack = true,
12907-
melee = true,
12908-
slam = true,
12909-
area = true,
12910-
strength = true,
12911-
support = true,
12912-
totem = true,
12913-
},
12914-
tagString = "Attack, Melee, Slam, AoE, Support, Totem",
12915-
reqStr = 100,
12916-
reqDex = 0,
12917-
reqInt = 0,
12918-
naturalMaxLevel = 20,
12919-
},
1292012900
["Metadata/Items/Gems/SkillGemAbsolution"] = {
1292112901
name = "Absolution",
1292212902
baseTypeName = "Absolution",

src/Data/Skills/other.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,8 +1350,8 @@ skills["ElementalAegis"] = {
13501350
},
13511351
}
13521352
skills["SupportEarthbreaker"] = {
1353-
name = "Earthbreaker",
1354-
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.",
1353+
name = "SupportEarthbreaker",
1354+
hidden = true,
13551355
color = 1,
13561356
support = true,
13571357
requireSkillTypes = { SkillType.Slam, SkillType.Totemable, SkillType.AND, },

src/Export/Skills/other.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ local skills, mod, flag, skill = ...
404404
},
405405
#mods
406406

407+
#noGem
407408
#skill SupportEarthbreaker
408409
fromItem = true,
409410
addFlags = {

0 commit comments

Comments
 (0)