Merge remote-tracking branch 'RuriRyan/fix/awakened_blasphemy_quality' into dev
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user