(fit, skill, context, projectionRange, **kwargs)
| 7910 | |
| 7911 | @staticmethod |
| 7912 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 7913 | fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == 'Gas Cloud Scoops', |
| 7914 | 'maxGroupActive', skill.level, **kwargs) |
| 7915 | |
| 7916 | |
| 7917 | class Effect2734(BaseEffect): |
nothing calls this directly
no test coverage detected