Files
pyfa/eos/effects/subsystembonusgallenteelectroniccpu.py

9 lines
342 B
Python

# subsystemBonusGallenteElectronicCPU
#
# Used by:
# Subsystem: Proteus Electronics - CPU Efficiency Gate
type = "passive"
def handler(fit, module, context):
level = fit.character.getSkill("Gallente Electronic Systems").level
fit.ship.boostItemAttr("cpuOutput", module.getModifiedItemAttr("subsystemBonusGallenteElectronic") * level)