Replace submodules with actual files
Submodules never were actually useful
This commit is contained in:
8
eos/effects/miningyieldmultiplypassive.py
Executable file
8
eos/effects/miningyieldmultiplypassive.py
Executable file
@@ -0,0 +1,8 @@
|
||||
# Used by:
|
||||
# Variations of ship: Procurer (2 of 2)
|
||||
# Variations of ship: Retriever (2 of 2)
|
||||
# Ship: Venture
|
||||
type = "passive"
|
||||
def handler(fit, module, context):
|
||||
fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill("Mining"),
|
||||
"miningAmount", module.getModifiedItemAttr("miningAmountMultiplier"))
|
||||
Reference in New Issue
Block a user