Files
pyfa/eos/effects/capacitorcapacitybonus.py
2014-07-30 21:23:27 -04:00

5 lines
206 B
Python

# Used by:
# Modules from group: Capacitor Battery (27 of 27)
type = "passive"
def handler(fit, ship, context):
fit.ship.increaseItemAttr("capacitorCapacity", ship.getModifiedItemAttr("capacitorBonus"))