(fit, src, context, projectionRange, **kwargs)
| 4879 | |
| 4880 | @staticmethod |
| 4881 | def handler(fit, src, context, projectionRange, **kwargs): |
| 4882 | mod = src.level if 'skill' in context else 1 |
| 4883 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 4884 | 'kineticDamage', src.getModifiedItemAttr('damageMultiplierBonus') * mod, **kwargs) |
| 4885 | |
| 4886 | |
| 4887 | class Effect1615(BaseEffect): |
nothing calls this directly
no test coverage detected