(fit, implant, context, projectionRange, **kwargs)
| 8807 | |
| 8808 | @staticmethod |
| 8809 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 8810 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Cruise Missiles'), |
| 8811 | 'emDamage', implant.getModifiedItemAttr('damageMultiplierBonus'), **kwargs) |
| 8812 | |
| 8813 | |
| 8814 | class Effect2882(BaseEffect): |
nothing calls this directly
no test coverage detected