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

15 lines
475 B
Python

# remoteWebifierFalloff
#
# Used by:
# Modules from group: Stasis Grappler (7 of 7)
# Modules from group: Stasis Web (19 of 19)
# Starbases from group: Stasis Webification Battery (3 of 3)
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)