Files
pyfa/eos/effects/miningyieldmultiplypassive.py

11 lines
325 B
Python

# miningYieldMultiplyPassive
#
# Used by:
# Variations of ship: Venture (3 of 3)
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill("Mining"),
"miningAmount", module.getModifiedItemAttr("miningAmountMultiplier"))