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