(fit, skill, context, projectionRange, **kwargs)
| 41246 | |
| 41247 | @staticmethod |
| 41248 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 41249 | fit.modules.filteredChargeBoost( |
| 41250 | lambda mod: mod.charge.requiresSkill('Breacher Pod Launcher Operation'), 'dotMaxDamagePerTick', |
| 41251 | skill.getModifiedItemAttr('dotMaxDamagePerTickBonus') * skill.level, **kwargs) |
| 41252 | |
| 41253 | |
| 41254 | class Effect12219(BaseEffect): |
nothing calls this directly
no test coverage detected