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

13 lines
404 B
Python

# structureModuleEffectStasisWebifier
#
# Used by:
# Structure Modules from group: Structure Stasis Webifier (2 of 2)
type = "active", "projected"
def handler(fit, module, context, *args, **kwargs):
if "projected" not in context:
return
fit.ship.boostItemAttr("maxVelocity", module.getModifiedItemAttr("speedFactor"),
stackingPenalties=True, *args, **kwargs)