8 lines
257 B
Python
8 lines
257 B
Python
# shieldRechargeRateAddPassive
|
|
#
|
|
# Used by:
|
|
# Subsystems from group: Defensive Systems (16 of 16)
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.increaseItemAttr("shieldRechargeRate", module.getModifiedItemAttr("shieldRechargeRate") or 0)
|