(fit, implant, context, projectionRange, **kwargs)
| 8962 | |
| 8963 | @staticmethod |
| 8964 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 8965 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Light Missiles'), |
| 8966 | 'emDamage', implant.getModifiedItemAttr('damageMultiplierBonus'), **kwargs) |
| 8967 | |
| 8968 | |
| 8969 | class Effect2892(BaseEffect): |
nothing calls this directly
no test coverage detected