5 lines
236 B
Python
5 lines
236 B
Python
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.multiplyItemAttr("maxTargetRange", 1/module.getModifiedItemAttr("modeMaxTargetRangePostDiv"),
|
|
stackingPenalties = True, penaltyGroup="postDiv")
|