(fit, src, context, projectionRange, **kwargs)
| 31609 | |
| 31610 | @staticmethod |
| 31611 | def handler(fit, src, context, projectionRange, **kwargs): |
| 31612 | lvl = src.level |
| 31613 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Leadership'), |
| 31614 | 'reloadTime', |
| 31615 | src.getModifiedItemAttr('reloadTimeBonus') * lvl, **kwargs) |
| 31616 | |
| 31617 | |
| 31618 | class Effect6783(BaseEffect): |
nothing calls this directly
no test coverage detected