Files
pyfa/eos/effects/effect2865.py
2019-03-16 14:08:20 -04:00

13 lines
395 B
Python

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