(fit, skill, context, projectionRange, **kwargs)
| 5611 | |
| 5612 | @staticmethod |
| 5613 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 5614 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill(skill), |
| 5615 | 'speed', skill.getModifiedItemAttr('rofBonus') * skill.level, **kwargs) |
| 5616 | |
| 5617 | |
| 5618 | class Effect1862(BaseEffect): |
nothing calls this directly
no test coverage detected