Files
pyfa/eos/effects/gchyieldmultiplypassive.py
2014-05-31 22:13:59 +04:00

7 lines
304 B
Python
Executable File

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