Files
pyfa/eos/effects/shieldoperationrechargeratebonuspostpercentonline.py
2013-08-23 01:27:52 +04:00

6 lines
218 B
Python

# Used by:
# Modules from group: Shield Power Relay (11 of 11)
type = "passive"
def handler(fit, module, context):
fit.ship.boostItemAttr("shieldRechargeRate", module.getModifiedItemAttr("rechargeratebonus") or 0)