(fit, container, context, projectionRange, **kwargs)
| 4783 | |
| 4784 | @staticmethod |
| 4785 | def handler(fit, container, context, projectionRange, **kwargs): |
| 4786 | level = container.level if 'skill' in context else 1 |
| 4787 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('XL Torpedoes'), |
| 4788 | 'emDamage', container.getModifiedItemAttr('damageMultiplierBonus') * level, **kwargs) |
| 4789 | |
| 4790 | |
| 4791 | class Effect1593(BaseEffect): |
nothing calls this directly
no test coverage detected