7 lines
308 B
Python
Executable File
7 lines
308 B
Python
Executable File
# Used by:
|
|
# Modules from group: Warp Core Stabilizer (8 of 8)
|
|
# Module: Target Spectrum Breaker
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.multiplyItemAttr("scanResolution", module.getModifiedItemAttr("scanResolutionMultiplier"),
|
|
stackingPenalties = True) |