(fit, src, context, projectionRange, **kwargs)
| 4859 | |
| 4860 | @staticmethod |
| 4861 | def handler(fit, src, context, projectionRange, **kwargs): |
| 4862 | mod = src.level if 'skill' in context else 1 |
| 4863 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 4864 | 'explosiveDamage', src.getModifiedItemAttr('damageMultiplierBonus') * mod, **kwargs) |
| 4865 | |
| 4866 | |
| 4867 | class Effect1597(BaseEffect): |
nothing calls this directly
no test coverage detected