Files
pyfa/eos/effects/effect2645.py
2019-03-16 14:08:20 -04:00

12 lines
344 B
Python

# scanResolutionMultiplierOnline
#
# Used by:
# Modules from group: Warp Core Stabilizer (8 of 8)
# Module: Target Spectrum Breaker
type = "passive"
def handler(fit, module, context):
fit.ship.multiplyItemAttr("scanResolution", module.getModifiedItemAttr("scanResolutionMultiplier"),
stackingPenalties=True)