10 lines
284 B
Python
10 lines
284 B
Python
# structureModifyPowerRechargeRate
|
|
#
|
|
# Used by:
|
|
# Structure Modules from group: Structure Capacitor Power Relay (2 of 2)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.ship.multiplyItemAttr("rechargeRate", module.getModifiedItemAttr("capacitorRechargeRateMultiplier"))
|