(fit, module, context, projectionRange, **kwargs)
| 561 | |
| 562 | @staticmethod |
| 563 | def handler(fit, module, context, projectionRange, **kwargs): |
| 564 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Energy Weapon', |
| 565 | 'damageMultiplier', module.getModifiedItemAttr('damageMultiplier'), |
| 566 | stackingPenalties=True, **kwargs) |
| 567 | |
| 568 | |
| 569 | class Effect92(BaseEffect): |
nothing calls this directly
no test coverage detected