Files
pyfa/eos/effects/capacityaddpassive.py
2017-06-25 00:18:06 -04:00

11 lines
297 B
Python

# capacityAddPassive
#
# Used by:
# Subsystems named like: Defensive Covert Reconfiguration (4 of 4)
# Subsystem: Legion Defensive - Nanobot Injector
type = "passive"
def handler(fit, subsystem, context):
fit.ship.increaseItemAttr("capacity", subsystem.getModifiedItemAttr("capacity") or 0)