Files
pyfa/eos/effects/subsystembonusamarrpropulsionmaxvelocity.py
2014-07-30 21:23:27 -04:00

7 lines
297 B
Python

# Used by:
# Subsystem: Legion Propulsion - Chassis Optimization
type = "passive"
def handler(fit, module, context):
level = fit.character.getSkill("Amarr Propulsion Systems").level
fit.ship.boostItemAttr("maxVelocity", module.getModifiedItemAttr("subsystemBonusAmarrPropulsion") * level)