10 lines
353 B
Python
10 lines
353 B
Python
# remoteWebifierEntity
|
|
#
|
|
# Used by:
|
|
# Drones from group: Stasis Webifying Drone (3 of 3)
|
|
type = "active", "projected"
|
|
def handler(fit, module, context):
|
|
if "projected" not in context: return
|
|
fit.ship.boostItemAttr("maxVelocity", module.getModifiedItemAttr("speedFactor"),
|
|
stackingPenalties = True, remoteResists=True)
|