Files
pyfa/eos/effects/capacitorcapacityaddpassive.py
2017-06-27 21:03:16 -04:00

10 lines
246 B
Python

# capacitorCapacityAddPassive
#
# Used by:
# Items from category: Subsystem (20 of 48)
type = "passive"
def handler(fit, module, context):
fit.ship.increaseItemAttr("capacitorCapacity", module.getModifiedItemAttr("capacitorCapacity") or 0)