Skip to content

Commit 79c9b48

Browse files
author
LocalIdentity
committed
Fix Divine Blessing appearing in gem list
The skill is no longer on a gem and only available through March of the Legion
1 parent c9c8631 commit 79c9b48

3 files changed

Lines changed: 3 additions & 20 deletions

File tree

src/Data/Gems.lua

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13702,24 +13702,6 @@ return {
1370213702
reqInt = 60,
1370313703
naturalMaxLevel = 20,
1370413704
},
13705-
["Metadata/Items/Gems/SkillGemSupportDivineBlessing"] = {
13706-
name = "Divine Blessing",
13707-
gameId = "Metadata/Items/Gems/SupportGemDivineBlessing",
13708-
variantId = "SupportDivineBlessing",
13709-
grantedEffectId = "SupportDivineBlessing",
13710-
tags = {
13711-
strength = true,
13712-
support = true,
13713-
aura = true,
13714-
duration = true,
13715-
blessing = true,
13716-
},
13717-
tagString = "Support, Aura, Duration, Blessing",
13718-
reqStr = 60,
13719-
reqDex = 0,
13720-
reqInt = 40,
13721-
naturalMaxLevel = 20,
13722-
},
1372313705
["Metadata/Items/Gems/SkillGemSupportMarkOnHit"] = {
1372413706
name = "Mark On Hit",
1372513707
gameId = "Metadata/Items/Gems/SupportGemMarkOnHit",

src/Data/Skills/other.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,8 +1175,8 @@ skills["GemDetonateMines"] = {
11751175
},
11761176
}
11771177
skills["SupportDivineBlessing"] = {
1178-
name = "Divine Blessing",
1179-
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.",
1178+
name = "SupportDivineBlessing",
1179+
hidden = true,
11801180
color = 1,
11811181
support = true,
11821182
requireSkillTypes = { SkillType.CanHaveBlessing, },

src/Export/Skills/other.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ local skills, mod, flag, skill = ...
377377
#flags spell
378378
#mods
379379

380+
#noGem
380381
#skill SupportDivineBlessing
381382
fromItem = true,
382383
statMap = {

0 commit comments

Comments
 (0)