(fit, implant, context, projectionRange, **kwargs)
| 9098 | |
| 9099 | @staticmethod |
| 9100 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 9101 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), |
| 9102 | 'emDamage', implant.getModifiedItemAttr('damageMultiplierBonus'), **kwargs) |
| 9103 | |
| 9104 | |
| 9105 | class Effect2904(BaseEffect): |
nothing calls this directly
no test coverage detected