(fit, container, context, projectionRange, **kwargs)
| 4819 | |
| 4820 | @staticmethod |
| 4821 | def handler(fit, container, context, projectionRange, **kwargs): |
| 4822 | level = container.level if 'skill' in context else 1 |
| 4823 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('XL Torpedoes'), |
| 4824 | 'thermalDamage', container.getModifiedItemAttr('damageMultiplierBonus') * level, **kwargs) |
| 4825 | |
| 4826 | |
| 4827 | class Effect1595(BaseEffect): |
nothing calls this directly
no test coverage detected