Files
pyfa/eos/effects/structurecapacitorcapacitybonus.py
2018-02-16 00:44:26 -05:00

7 lines
170 B
Python

# Not used by any item
type = "passive"
def handler(fit, ship, context):
fit.ship.increaseItemAttr("capacitorCapacity", ship.getModifiedItemAttr("capacitorBonus"))