Files
pyfa/eos/effects/shipmodescanrespostdiv.py
2016-12-04 23:10:09 -05:00

12 lines
265 B
Python

# Not used by any item
type = "passive"
def handler(fit, module, context):
fit.ship.multiplyItemAttr(
"scanResolution",
1 / module.getModifiedItemAttr("modeScanResPostDiv"),
stackingPenalties=True,
penaltyGroup="postDiv"
)