Replace submodules with actual files
Submodules never were actually useful
This commit is contained in:
8
eos/effects/industrialcoreeffect2.py
Executable file
8
eos/effects/industrialcoreeffect2.py
Executable file
@@ -0,0 +1,8 @@
|
||||
# Used by:
|
||||
# Module: Industrial Core I
|
||||
type = "active"
|
||||
runTime = "early"
|
||||
def handler(fit, module, context):
|
||||
fit.extraAttributes["siege"] = True
|
||||
fit.ship.boostItemAttr("maxVelocity", module.getModifiedItemAttr("speedFactor"))
|
||||
fit.ship.multiplyItemAttr("mass", module.getModifiedItemAttr("massMultiplier"))
|
||||
Reference in New Issue
Block a user