(fit, src, context, projectionRange, **kwargs)
| 31377 | |
| 31378 | @staticmethod |
| 31379 | def handler(fit, src, context, projectionRange, **kwargs): |
| 31380 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Leadership'), 'maxGroupActive', |
| 31381 | src.getModifiedItemAttr('maxGangModules'), **kwargs) |
| 31382 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Leadership'), 'maxGroupOnline', |
| 31383 | src.getModifiedItemAttr('maxGangModules'), **kwargs) |
| 31384 | |
| 31385 | |
| 31386 | class Effect6769(BaseEffect): |
nothing calls this directly
no test coverage detected