(fit, skill, context, projectionRange, **kwargs)
| 41229 | |
| 41230 | @staticmethod |
| 41231 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 41232 | fit.modules.filteredChargeBoost( |
| 41233 | lambda mod: mod.charge.requiresSkill('Breacher Pod Launcher Operation'), 'dotMaxHPPercentagePerTick', |
| 41234 | skill.getModifiedItemAttr('dotMaxHPPercentagePerTickBonus') * skill.level, **kwargs) |
| 41235 | |
| 41236 | |
| 41237 | class Effect12218(BaseEffect): |
nothing calls this directly
no test coverage detected