6 lines
282 B
Python
Executable File
6 lines
282 B
Python
Executable File
# Used by:
|
|
# Ship: Venture
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill("Gas Cloud Harvesting"),
|
|
"miningAmount", module.getModifiedItemAttr("miningAmountMultiplier")) |