(fit, src, context, projectionRange, **kwargs)
| 6787 | |
| 6788 | @staticmethod |
| 6789 | def handler(fit, src, context, projectionRange, **kwargs): |
| 6790 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Leadership'), 'maxGroupOnline', |
| 6791 | src.getModifiedItemAttr('maxGangModules'), **kwargs) |
| 6792 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Leadership'), 'maxGroupActive', |
| 6793 | src.getModifiedItemAttr('maxGangModules'), **kwargs) |
| 6794 | |
| 6795 | |
| 6796 | class Effect2252(BaseEffect): |
nothing calls this directly
no test coverage detected