Revert "Clean up unused effects"

This reverts commit 842be9535b.
This commit is contained in:
blitzmann
2018-05-20 00:22:14 -04:00
parent deecfb31dc
commit 020cc9e295
214 changed files with 2102 additions and 6 deletions

View 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)