Add missing entosis link effect

This commit is contained in:
blitzmann
2018-09-17 00:00:42 -04:00
parent 6211d1de70
commit 69af1440ae

View File

@@ -7,3 +7,9 @@ type = "active"
def handler(fit, module, context):
fit.ship.forceItemAttr("disallowAssistance", module.getModifiedItemAttr("disallowAssistance"))
for scanType in ("Gravimetric", "Magnetometric", "Radar", "Ladar"):
fit.ship.boostItemAttr(
"scan{}Strength".format(scanType),
module.getModifiedItemAttr("scan{}StrengthPercent".format(scanType)),
stackingPenalties=True
)