Files
pyfa/eos/effects/effect5461.py
2019-03-16 14:08:20 -04:00

10 lines
272 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)