(fit, implant, context, projectionRange, **kwargs)
| 8894 | |
| 8895 | @staticmethod |
| 8896 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 8897 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Rockets'), |
| 8898 | 'emDamage', implant.getModifiedItemAttr('damageMultiplierBonus'), **kwargs) |
| 8899 | |
| 8900 | |
| 8901 | class Effect2888(BaseEffect): |
nothing calls this directly
no test coverage detected