6 lines
254 B
Python
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) |