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

7 lines
304 B
Python

# Used by:
# Variations of ship: Venture (2 of 2)
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == "Gas Cloud Harvester",
"miningAmount", module.getModifiedItemAttr("miningAmountMultiplier"))