Files
pyfa/eos/effects/subsystembonusgallenteengineeringpoweroutput.py

9 lines
357 B
Python

# subsystemBonusGallenteEngineeringPowerOutput
#
# Used by:
# Subsystem: Proteus Engineering - Power Core Multiplier
type = "passive"
def handler(fit, module, context):
level = fit.character.getSkill("Gallente Engineering Systems").level
fit.ship.boostItemAttr("powerOutput", module.getModifiedItemAttr("subsystemBonusGallenteEngineering") * level)