(fit, skill, context, projectionRange, **kwargs)
| 41297 | |
| 41298 | @staticmethod |
| 41299 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 41300 | fit.modules.filteredChargeBoost( |
| 41301 | lambda mod: mod.charge.requiresSkill('Breacher Pod Launcher Operation'), 'dotDuration', |
| 41302 | skill.getModifiedItemAttr('durationBonus') * skill.level, **kwargs) |
| 41303 | |
| 41304 | |
| 41305 | class Effect12244(BaseEffect): |
nothing calls this directly
no test coverage detected