8 lines
293 B
Python
8 lines
293 B
Python
# subsystemBonusAmarrPropulsionAgility
|
|
#
|
|
# Used by:
|
|
# Subsystem: Legion Propulsion - Interdiction Nullifier
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("agility", module.getModifiedItemAttr("subsystemBonusAmarrPropulsion"), skill="Amarr Propulsion Systems")
|