Files
pyfa/eos/effects/miningyieldmultiplypassive.py
2015-12-07 20:10:44 -05:00

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"))