From 4e7bde5511d7844c49e9a51b9a3e1f7f092071fd Mon Sep 17 00:00:00 2001 From: RuriRyan Date: Sun, 6 Sep 2020 20:03:00 +0200 Subject: [PATCH 1/2] Fix awakened blasphemy quality +1 curse skills Fixes #1346 --- Data/3_0/Skills/sup_int.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Data/3_0/Skills/sup_int.lua b/Data/3_0/Skills/sup_int.lua index ab79e560..e93fb488 100644 --- a/Data/3_0/Skills/sup_int.lua +++ b/Data/3_0/Skills/sup_int.lua @@ -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 = { From 03f10b8b62c4d5a40ea0a2c2a050ba29388e3816 Mon Sep 17 00:00:00 2001 From: RuriRyan Date: Sun, 13 Sep 2020 16:42:49 +0200 Subject: [PATCH 2/2] Add statMap to export template --- Export/Skills/sup_int.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Export/Skills/sup_int.txt b/Export/Skills/sup_int.txt index 7d2f9593..7ce83957 100644 --- a/Export/Skills/sup_int.txt +++ b/Export/Skills/sup_int.txt @@ -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