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

12 lines
362 B
Python

# shipScanResolutionBonusOnline
#
# Used by:
# Modules from group: Signal Amplifier (7 of 7)
# Structure Modules from group: Structure Signal Amplifier (2 of 2)
type = "passive"
def handler(fit, module, context):
fit.ship.boostItemAttr("scanResolution", module.getModifiedItemAttr("scanResolutionBonus"),
stackingPenalties=True)