(fit, container, context, projectionRange, **kwargs)
| 9200 | |
| 9201 | @staticmethod |
| 9202 | def handler(fit, container, context, projectionRange, **kwargs): |
| 9203 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), |
| 9204 | 'kineticDamage', container.getModifiedItemAttr('damageMultiplierBonus'), **kwargs) |
| 9205 | |
| 9206 | |
| 9207 | class Effect2910(BaseEffect): |
nothing calls this directly
no test coverage detected