12 lines
265 B
Python
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"
|
|
)
|