Skip to content

Commit a172fe8

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 bff6733 commit a172fe8

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
@@ -13641,24 +13641,6 @@ return {
1364113641
reqInt = 60,
1364213642
naturalMaxLevel = 20,
1364313643
},
13644-
["Metadata/Items/Gems/SkillGemSupportDivineBlessing"] = {
13645-
name = "Divine Blessing",
13646-
gameId = "Metadata/Items/Gems/SupportGemDivineBlessing",
13647-
variantId = "SupportDivineBlessing",
13648-
grantedEffectId = "SupportDivineBlessing",
13649-
tags = {
13650-
strength = true,
13651-
support = true,
13652-
aura = true,
13653-
duration = true,
13654-
blessing = true,
13655-
},
13656-
tagString = "Support, Aura, Duration, Blessing",
13657-
reqStr = 60,
13658-
reqDex = 0,
13659-
reqInt = 40,
13660-
naturalMaxLevel = 20,
13661-
},
1366213644
["Metadata/Items/Gems/SkillGemSupportMarkOnHit"] = {
1366313645
name = "Mark On Hit",
1366413646
gameId = "Metadata/Items/Gems/SupportGemMarkOnHit",

src/Data/Skills/other.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,8 +1203,8 @@ skills["GemDetonateMines"] = {
12031203
},
12041204
}
12051205
skills["SupportDivineBlessing"] = {
1206-
name = "Divine Blessing",
1207-
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.",
1206+
name = "SupportDivineBlessing",
1207+
hidden = true,
12081208
color = 1,
12091209
support = true,
12101210
requireSkillTypes = { SkillType.CanHaveBlessing, },

src/Export/Skills/other.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ local skills, mod, flag, skill = ...
388388
#flags spell
389389
#mods
390390

391+
#noGem
391392
#skill SupportDivineBlessing
392393
fromItem = true,
393394
statMap = {

0 commit comments

Comments
 (0)