(fit, src, context, projectionRange, **kwargs)
| 30294 | |
| 30295 | @staticmethod |
| 30296 | def handler(fit, src, context, projectionRange, **kwargs): |
| 30297 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Leadership'), 'maxGroupOnline', |
| 30298 | src.getModifiedItemAttr('shipBonusRole3'), **kwargs) |
| 30299 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Leadership'), 'maxGroupActive', |
| 30300 | src.getModifiedItemAttr('shipBonusRole3'), **kwargs) |
| 30301 | |
| 30302 | |
| 30303 | class Effect6682(BaseEffect): |
nothing calls this directly
no test coverage detected