9 lines
259 B
Python
9 lines
259 B
Python
# modifyShipAgilityPassivePreAssignment
|
|
#
|
|
# Used by:
|
|
# Subsystems from group: Propulsion Systems (16 of 16)
|
|
runTime = "early"
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.preAssignItemAttr("agility", module.getModifiedItemAttr("agility"))
|