9
eos/effects/structuremoduleeffectstasiswebifier.py
Normal file
9
eos/effects/structuremoduleeffectstasiswebifier.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# Not used by any item
|
||||
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)
|
||||
Reference in New Issue
Block a user