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