Files
pyfa/eos/effects/effect2727.py
2019-03-16 14:08:20 -04:00

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)