(fit, skill, context, projectionRange, **kwargs)
| 41280 | |
| 41281 | @staticmethod |
| 41282 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 41283 | fit.modules.filteredItemBoost( |
| 41284 | lambda mod: mod.item.requiresSkill('Breacher Pod Launcher Operation'), |
| 41285 | 'speed', skill.getModifiedItemAttr('rofBonus') * skill.level, **kwargs) |
| 41286 | |
| 41287 | |
| 41288 | class Effect12221(BaseEffect): |
nothing calls this directly
no test coverage detected