8 lines
349 B
Python
Executable File
8 lines
349 B
Python
Executable File
# 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")) |