Files
pyfa/eos/effects/systemcapacitorcapacity.py
2015-09-24 13:09:25 -04:00

9 lines
315 B
Python

# systemCapacitorCapacity
#
# Used by:
# Celestials named like: Cataclysmic Variable Effect Beacon Class (6 of 6)
runTime = "early"
type = ("projected", "passive")
def handler(fit, beacon, context):
fit.ship.multiplyItemAttr("capacitorCapacity", beacon.getModifiedItemAttr("capacitorCapacityMultiplierSystem"))