Files
pyfa/eos/effects/shieldoperationrechargeratebonuspostpercentonline.py
2015-12-07 20:10:44 -05:00

8 lines
270 B
Python

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