(fit, src, context, projectionRange, **kwargs)
| 24936 | |
| 24937 | @staticmethod |
| 24938 | def handler(fit, src, context, projectionRange, **kwargs): |
| 24939 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Leadership'), 'power', |
| 24940 | src.getModifiedItemAttr('roleBonusCD'), **kwargs) |
| 24941 | |
| 24942 | |
| 24943 | class Effect6216(BaseEffect): |
nothing calls this directly
no test coverage detected