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

10 lines
284 B
Python

# structureModifyPowerRechargeRate
#
# Used by:
# Structure Modules from group: Structure Capacitor Power Relay (2 of 2)
type = "passive"
def handler(fit, module, context):
fit.ship.multiplyItemAttr("rechargeRate", module.getModifiedItemAttr("capacitorRechargeRateMultiplier"))