(fit, container, context, projectionRange, **kwargs)
| 5322 | |
| 5323 | @staticmethod |
| 5324 | def handler(fit, container, context, projectionRange, **kwargs): |
| 5325 | level = container.level if 'skill' in context else 1 |
| 5326 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Missile Launcher Operation'), |
| 5327 | 'speed', container.getModifiedItemAttr('rofBonus') * level, **kwargs) |
| 5328 | |
| 5329 | |
| 5330 | class Effect1764(BaseEffect): |
nothing calls this directly
no test coverage detected