Files
pyfa/eos/effects/powerincrease.py
DarkPhoenix fd36a0b172 Replace submodules with actual files
Submodules never were actually useful
2013-06-10 22:12:34 +04:00

5 lines
204 B
Python
Executable File

# 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"))