Files
pyfa/eos/effects/gascloudharvestingmaxgroupskilllevel.py

11 lines
298 B
Python

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