Files
pyfa/eos/effects/rechargerateaddpassive.py
2017-06-25 00:18:06 -04:00

7 lines
167 B
Python

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