11 lines
331 B
Python
11 lines
331 B
Python
# subsystemBonusAmarrPropulsionMaxVelocity
|
|
#
|
|
# Used by:
|
|
# Subsystem: Legion Propulsion - Intercalated Nanofibers
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("maxVelocity", module.getModifiedItemAttr("subsystemBonusAmarrPropulsion"),
|
|
skill="Amarr Propulsion Systems")
|