Files
pyfa/eos/effects/subsystembonusgallentepropulsionwarpspeed.py
2017-06-25 01:21:37 -04:00

11 lines
338 B
Python

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