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

12 lines
388 B
Python

# cloakingScanResolutionMultiplier
#
# Used by:
# Modules from group: Cloaking Device (12 of 14)
type = "offline"
def handler(fit, module, context):
fit.ship.multiplyItemAttr("scanResolution",
module.getModifiedItemAttr("scanResolutionMultiplier"),
stackingPenalties=True, penaltyGroup="cloakingScanResolutionMultiplier")