(fit, src, context, projectionRange, **kwargs)
| 42608 | |
| 42609 | @staticmethod |
| 42610 | def handler(fit, src, context, projectionRange, **kwargs): |
| 42611 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Leadership'), 'cpu', |
| 42612 | src.getModifiedItemAttr('roleBonusCD'), **kwargs) |
| 42613 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Leadership'), 'power', |
| 42614 | src.getModifiedItemAttr('roleBonusCD'), **kwargs) |
| 42615 | |
| 42616 | |
| 42617 | class Effect12790(BaseEffect): |
nothing calls this directly
no test coverage detected