11 lines
298 B
Python
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)
|