7 lines
234 B
Python
7 lines
234 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")) |