Files
pyfa/eos/effects/systemcapacitorrecharge.py
2014-01-22 23:51:42 +04:00

8 lines
325 B
Python
Executable File

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