10 lines
237 B
Python
10 lines
237 B
Python
# cpuMultiplierPostMulCpuOutputShip
|
|
#
|
|
# Used by:
|
|
# Modules from group: CPU Enhancer (19 of 19)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.ship.multiplyItemAttr("cpuOutput", module.getModifiedItemAttr("cpuMultiplier"))
|