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

7 lines
281 B
Python
Executable File

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