Files
pyfa/eos/effects/miningyieldmultiplypercent.py
2014-07-30 21:23:27 -04:00

6 lines
297 B
Python

# Used by:
# Variations of module: Mining Laser Upgrade I (6 of 6)
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Mining"),
"miningAmount", module.getModifiedItemAttr("miningAmountBonus"))