15 lines
557 B
Python
15 lines
557 B
Python
# electronicsCpuOutputBonusPostPercentCpuOutputLocationShipGroupComputer
|
|
#
|
|
# Used by:
|
|
# Implants named like: Zainou 'Gypsy' CPU Management EE (6 of 6)
|
|
# Modules named like: Processor Overclocking Unit (8 of 8)
|
|
# Subsystems named like: Core Electronic Efficiency Gate (2 of 2)
|
|
# Implant: Genolution Core Augmentation CA-2
|
|
# Skill: CPU Management
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, container, context):
|
|
level = container.level if "skill" in context else 1
|
|
fit.ship.boostItemAttr("cpuOutput", container.getModifiedItemAttr("cpuOutputBonus2") * level)
|