Skip to content

Commit c14a1cd

Browse files
author
LocalIdentity
committed
Remove Earthbreaker from gem list too
1 parent a172fe8 commit c14a1cd

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
@@ -12836,26 +12836,6 @@ return {
1283612836
reqInt = 40,
1283712837
naturalMaxLevel = 20,
1283812838
},
12839-
["Metadata/Items/Gems/SkillGemSupportEarthbreaker"] = {
12840-
name = "Earthbreaker",
12841-
gameId = "Metadata/Items/Gems/SupportGemEarthbreaker",
12842-
variantId = "SupportEarthbreaker",
12843-
grantedEffectId = "SupportEarthbreaker",
12844-
tags = {
12845-
attack = true,
12846-
melee = true,
12847-
slam = true,
12848-
area = true,
12849-
strength = true,
12850-
support = true,
12851-
totem = true,
12852-
},
12853-
tagString = "Attack, Melee, Slam, AoE, Support, Totem",
12854-
reqStr = 100,
12855-
reqDex = 0,
12856-
reqInt = 0,
12857-
naturalMaxLevel = 20,
12858-
},
1285912839
["Metadata/Items/Gems/SkillGemAbsolution"] = {
1286012840
name = "Absolution",
1286112841
baseTypeName = "Absolution",

src/Data/Skills/other.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,8 +1376,8 @@ skills["ElementalAegis"] = {
13761376
},
13771377
}
13781378
skills["SupportEarthbreaker"] = {
1379-
name = "Earthbreaker",
1380-
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.",
1379+
name = "SupportEarthbreaker",
1380+
hidden = true,
13811381
color = 1,
13821382
support = true,
13831383
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
@@ -415,6 +415,7 @@ local skills, mod, flag, skill = ...
415415
},
416416
#mods
417417

418+
#noGem
418419
#skill SupportEarthbreaker
419420
fromItem = true,
420421
addFlags = {

0 commit comments

Comments
 (0)