(fit, src, context, projectionRange, **kwargs)
| 29272 | |
| 29273 | @staticmethod |
| 29274 | def handler(fit, src, context, projectionRange, **kwargs): |
| 29275 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Leadership'), 'maxGroupOnline', |
| 29276 | src.getModifiedItemAttr('shipBonusRole1'), **kwargs) |
| 29277 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Leadership'), 'maxGroupActive', |
| 29278 | src.getModifiedItemAttr('shipBonusRole1'), **kwargs) |
| 29279 | |
| 29280 | |
| 29281 | class Effect6614(BaseEffect): |
nothing calls this directly
no test coverage detected