(fit, src, context, projectionRange, **kwargs)
| 29688 | |
| 29689 | @staticmethod |
| 29690 | def handler(fit, src, context, projectionRange, **kwargs): |
| 29691 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Leadership'), 'maxGroupOnline', |
| 29692 | src.getModifiedItemAttr('shipBonusRole1'), **kwargs) |
| 29693 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Leadership'), 'maxGroupActive', |
| 29694 | src.getModifiedItemAttr('shipBonusRole1'), **kwargs) |
| 29695 | |
| 29696 | |
| 29697 | class Effect6641(BaseEffect): |
nothing calls this directly
no test coverage detected