Revert "Remove effect files that are not used by any item"
This reverts commit b29fa2467a.
This commit is contained in:
8
eos/effects/structuremoduleeffectstasiswebifier.py
Normal file
8
eos/effects/structuremoduleeffectstasiswebifier.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# Not used by any item
|
||||
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)
|
||||
Reference in New Issue
Block a user