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

6 lines
266 B
Python

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