Files
pyfa/eos/effects/subsystembonusamarrpropulsion2warpspeed.py
2017-07-11 01:31:02 -04:00

9 lines
330 B
Python

# subsystemBonusAmarrPropulsion2WarpSpeed
#
# Used by:
# Subsystem: Legion Propulsion - Interdiction Nullifier
type = "passive"
def handler(fit, src, context):
fit.ship.boostItemAttr("warpSpeedMultiplier", src.getModifiedItemAttr("subsystemBonusAmarrPropulsion2"),
skill="Amarr Propulsion Systems")