Only apply thermodynamics skill to modules with heatDamage attribute
This commit is contained in:
@@ -6,5 +6,5 @@ type = "passive"
|
||||
|
||||
|
||||
def handler(fit, skill, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: True, "heatDamage",
|
||||
fit.modules.filteredItemBoost(lambda mod: "heatDamage" in mod.item.attributes, "heatDamage",
|
||||
skill.getModifiedItemAttr("thermodynamicsHeatDamage") * skill.level)
|
||||
|
||||
Reference in New Issue
Block a user