Files
pyfa/eos/effects/powerincrease.py
2014-07-30 21:23:27 -04:00

5 lines
204 B
Python

# Used by:
# Modules from group: Auxiliary Power Core (8 of 8)
type = "passive"
def handler(fit, module, context):
fit.ship.increaseItemAttr("powerOutput", module.getModifiedItemAttr("powerIncrease"))