Files
pyfa/eos/effects/velocitybonuspassive.py
2014-01-22 23:51:42 +04:00

6 lines
255 B
Python
Executable File

# Used by:
# Modules named like: Engine Housing (8 of 8)
type = "passive"
def handler(fit, module, context):
fit.ship.boostItemAttr("maxVelocity", module.getModifiedItemAttr("implantBonusVelocity"),
stackingPenalties = True)