10 lines
272 B
Python
10 lines
272 B
Python
# modifyShieldRechargeRatePassive
|
|
#
|
|
# Used by:
|
|
# Modules named like: Processor Overclocking Unit (8 of 8)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.ship.multiplyItemAttr("shieldRechargeRate", module.getModifiedItemAttr("shieldRechargeRateMultiplier"))
|