(fit, src, context, projectionRange, **kwargs)
| 4839 | |
| 4840 | @staticmethod |
| 4841 | def handler(fit, src, context, projectionRange, **kwargs): |
| 4842 | mod = src.level if 'skill' in context else 1 |
| 4843 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 4844 | 'emDamage', src.getModifiedItemAttr('damageMultiplierBonus') * mod, **kwargs) |
| 4845 | |
| 4846 | |
| 4847 | class Effect1596(BaseEffect): |
nothing calls this directly
no test coverage detected