Files
pyfa/eos/effects/miningyieldmultiplypassive.py
2016-09-28 00:20:30 -04:00

8 lines
322 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"))