(fit, container, context, projectionRange, **kwargs)
| 9183 | |
| 9184 | @staticmethod |
| 9185 | def handler(fit, container, context, projectionRange, **kwargs): |
| 9186 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), |
| 9187 | 'explosiveDamage', container.getModifiedItemAttr('damageMultiplierBonus'), **kwargs) |
| 9188 | |
| 9189 | |
| 9190 | class Effect2909(BaseEffect): |
nothing calls this directly
no test coverage detected