(fit, skill, context, projectionRange, **kwargs)
| 1813 | |
| 1814 | @staticmethod |
| 1815 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 1816 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Gunnery'), |
| 1817 | 'speed', skill.getModifiedItemAttr('rofBonus') * skill.level, **kwargs) |
| 1818 | |
| 1819 | |
| 1820 | class Effect584(BaseEffect): |
nothing calls this directly
no test coverage detected