(if you don't want me to commit here just write phoenix@mail.ru, i have no way to communicate with you otherwise)
14 lines
414 B
Python
14 lines
414 B
Python
# remoteWebifierFalloff
|
|
#
|
|
# Used by:
|
|
# Modules from group: Stasis Grappler (7 of 7)
|
|
# Modules from group: Stasis Web (19 of 19)
|
|
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)
|