Files
pyfa/eos/effects/effect5058.py
2019-03-16 14:08:20 -04:00

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