7 lines
298 B
Python
Executable File
7 lines
298 B
Python
Executable File
# Used by:
|
|
# Subsystem: Tengu Electronics - CPU Efficiency Gate
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
level = fit.character.getSkill("Caldari Electronic Systems").level
|
|
fit.ship.boostItemAttr("cpuOutput", module.getModifiedItemAttr("subsystemBonusCaldariElectronic") * level)
|