Files
pyfa/eos/effects/effect4091.py
2019-03-16 14:08:20 -04:00

12 lines
362 B
Python

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