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

6 lines
254 B
Python

# Used by:
# Skill: Gas Cloud Harvesting
type = "passive"
def handler(fit, skill, context):
fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == "Gas Cloud Harvester",
"maxGroupActive", skill.level)