Files
pyfa/eos/effects/effect627.py
2019-03-16 14:08:20 -04:00

10 lines
225 B
Python

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