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