Files
pyfa/eos/effects/subsystembonuscaldaripropulsionwarpspeed.py
blitzmann 020cc9e295 Revert "Clean up unused effects"
This reverts commit 842be9535b.
2018-05-20 00:22:14 -04:00

11 lines
333 B
Python

# subsystemBonusCaldariPropulsionWarpSpeed
#
# Used by:
# Subsystem: Tengu Propulsion - Chassis Optimization
type = "passive"
def handler(fit, module, context):
fit.ship.boostItemAttr("baseWarpSpeed", module.getModifiedItemAttr("subsystemBonusCaldariPropulsion"),
skill="Caldari Propulsion Systems")