Files
pyfa/eos/effects/cloakingscanresolutionmultiplier.py
2014-03-15 17:33:45 +04:00

8 lines
351 B
Python
Executable File

# 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")