Merge remote-tracking branch 'RuriRyan/fix/awakened_blasphemy_quality' into dev

This commit is contained in:
LocalIdentity
2020-09-16 21:18:20 +10:00
2 changed files with 10 additions and 0 deletions

View File

@@ -458,6 +458,11 @@ skills["SupportBlasphemyPlus"] = {
ignoreMinionTypes = true,
plusVersionOf = "SupportBlasphemy",
statDescriptionScope = "gem_stat_descriptions",
statMap = {
["supported_curse_skill_gem_level_+"] = {
mod("SupportedGemProperty", "LIST", { keyword = "active_skill", key = "level", value = nil }, 0, 0, { type = "SkillType", skillType = SkillType.Curse }),
},
},
baseMods = {
},
qualityStats = {

View File

@@ -62,6 +62,11 @@ local skills, mod, flag, skill = ...
#mods
#skill SupportBlasphemyPlus
statMap = {
["supported_curse_skill_gem_level_+"] = {
mod("SupportedGemProperty", "LIST", { keyword = "active_skill", key = "level", value = nil }, 0, 0, { type = "SkillType", skillType = SkillType.Curse }),
},
},
#mods
#skill SupportBonechill