(fit, skill, context, projectionRange, **kwargs)
| 41263 | |
| 41264 | @staticmethod |
| 41265 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 41266 | fit.modules.filteredChargeBoost( |
| 41267 | lambda mod: mod.charge.requiresSkill('Breacher Pod Launcher Operation'), 'maxVelocity', |
| 41268 | skill.getModifiedItemAttr('speedFactor') * skill.level, **kwargs) |
| 41269 | |
| 41270 | |
| 41271 | class Effect12220(BaseEffect): |
nothing calls this directly
no test coverage detected