(fit, implant, context, projectionRange, **kwargs)
| 9030 | |
| 9031 | @staticmethod |
| 9032 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 9033 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 9034 | 'emDamage', implant.getModifiedItemAttr('damageMultiplierBonus'), **kwargs) |
| 9035 | |
| 9036 | |
| 9037 | class Effect2900(BaseEffect): |
nothing calls this directly
no test coverage detected