Issue/1305 (#1311)
* Bump dev version * fix issue in itemDiff * Do not apply Prop Jamming to Grapplers (#1305)
This commit is contained in:
@@ -7,7 +7,8 @@ type = "passive"
|
||||
|
||||
|
||||
def handler(fit, container, context):
|
||||
groups = ("Stasis Web", "Stasis Grappler", "Warp Scrambler", "Warp Disrupt Field Generator")
|
||||
|
||||
level = container.level if "skill" in context else 1
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in groups,
|
||||
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Propulsion Jamming"),
|
||||
"capacitorNeed", container.getModifiedItemAttr("capNeedBonus") * level)
|
||||
|
||||
Reference in New Issue
Block a user