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

11 lines
343 B
Python

# subsystemBonusGallentePropulsionWarpSpeed
#
# Used by:
# Subsystem: Proteus Propulsion - Hyperspatial Optimization
type = "passive"
def handler(fit, module, context):
fit.ship.boostItemAttr("baseWarpSpeed", module.getModifiedItemAttr("subsystemBonusGallentePropulsion"),
skill="Gallente Propulsion Systems")