Files
pyfa/eos/effects/modifyshieldrechargeratepassive.py
2014-03-15 17:33:45 +04:00

6 lines
234 B
Python

# Used by:
# Modules named like: Processor Overclocking Unit (8 of 8)
type = "passive"
def handler(fit, module, context):
fit.ship.multiplyItemAttr("shieldRechargeRate", module.getModifiedItemAttr("shieldRechargeRateMultiplier"))