(fit, container, context, projectionRange, **kwargs)
| 9217 | |
| 9218 | @staticmethod |
| 9219 | def handler(fit, container, context, projectionRange, **kwargs): |
| 9220 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), |
| 9221 | 'thermalDamage', container.getModifiedItemAttr('damageMultiplierBonus'), **kwargs) |
| 9222 | |
| 9223 | |
| 9224 | class Effect2911(BaseEffect): |
nothing calls this directly
no test coverage detected