8 lines
316 B
Python
Executable File
8 lines
316 B
Python
Executable File
# Used by:
|
|
# Modules from group: Hull Repair Unit (21 of 21)
|
|
type = "active"
|
|
runTime = "late"
|
|
def handler(fit, module, context):
|
|
amount = module.getModifiedItemAttr("structureDamageAmount")
|
|
speed = module.getModifiedItemAttr("duration") / 1000.0
|
|
fit.extraAttributes.increase("hullRepair", amount / speed) |