8 lines
289 B
Python
Executable File
8 lines
289 B
Python
Executable File
# 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)
|