9 lines
355 B
Python
9 lines
355 B
Python
# subsystemBonusMinmatarPropulsionAgility
|
|
#
|
|
# Used by:
|
|
# Subsystem: Loki Propulsion - Intercalated Nanofibers
|
|
# Subsystem: Loki Propulsion - Interdiction Nullifier
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("agility", module.getModifiedItemAttr("subsystemBonusMinmatarPropulsion"), skill="Minmatar Propulsion Systems")
|