(fit, src, context, projectionRange, **kwargs)
| 31637 | |
| 31638 | @staticmethod |
| 31639 | def handler(fit, src, context, projectionRange, **kwargs): |
| 31640 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Leadership'), 'maxRange', |
| 31641 | src.getModifiedItemAttr('roleBonusCommandBurstAoERange'), **kwargs) |
| 31642 | |
| 31643 | |
| 31644 | class Effect6786(BaseEffect): |
nothing calls this directly
no test coverage detected