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

7 lines
330 B
Python

# Used by:
# Modules from group: Nanofiber Internal Structure (14 of 14)
# Modules from group: Overdrive Injector System (14 of 14)
type = "passive"
def handler(fit, module, context):
fit.ship.boostItemAttr("maxVelocity", module.getModifiedItemAttr("implantBonusVelocity"),
stackingPenalties = True)