Files
pyfa/eos/effects/effect3811.py
2019-03-16 14:08:20 -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)