11 lines
428 B
Python
11 lines
428 B
Python
# miningYieldMultiplyPassive
|
|
#
|
|
# Used by:
|
|
# Ships from group: Expedition Frigate (2 of 2)
|
|
# 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")) |