(fit, implant, context, projectionRange, **kwargs)
| 9166 | |
| 9167 | @staticmethod |
| 9168 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 9169 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), |
| 9170 | 'emDamage', implant.getModifiedItemAttr('damageMultiplierBonus'), **kwargs) |
| 9171 | |
| 9172 | |
| 9173 | class Effect2908(BaseEffect): |
nothing calls this directly
no test coverage detected