(fit, src, context, projectionRange, **kwargs)
| 29377 | |
| 29378 | @staticmethod |
| 29379 | def handler(fit, src, context, projectionRange, **kwargs): |
| 29380 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Leadership'), 'maxGroupOnline', |
| 29381 | src.getModifiedItemAttr('shipBonusRole1'), **kwargs) |
| 29382 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Leadership'), 'maxGroupActive', |
| 29383 | src.getModifiedItemAttr('shipBonusRole1'), **kwargs) |
| 29384 | |
| 29385 | |
| 29386 | class Effect6620(BaseEffect): |
nothing calls this directly
no test coverage detected