(fit, src, context, projectionRange, **kwargs)
| 27954 | |
| 27955 | @staticmethod |
| 27956 | def handler(fit, src, context, projectionRange, **kwargs): |
| 27957 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Leadership'), 'cpu', |
| 27958 | src.getModifiedItemAttr('shipBonusRole1'), **kwargs) |
| 27959 | |
| 27960 | |
| 27961 | class Effect6545(BaseEffect): |
nothing calls this directly
no test coverage detected