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