Files
pyfa/eos/effects/structuremodifypowerrechargerate.py
2018-02-16 00:44:26 -05:00

7 lines
186 B
Python

# Not used by any item
type = "passive"
def handler(fit, module, context):
fit.ship.multiplyItemAttr("rechargeRate", module.getModifiedItemAttr("capacitorRechargeRateMultiplier"))