(fit, module, context, projectionRange, **kwargs)
| 595 | |
| 596 | @staticmethod |
| 597 | def handler(fit, module, context, projectionRange, **kwargs): |
| 598 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Hybrid Weapon', |
| 599 | 'damageMultiplier', module.getModifiedItemAttr('damageMultiplier'), |
| 600 | stackingPenalties=True, **kwargs) |
| 601 | |
| 602 | |
| 603 | class Effect95(BaseEffect): |
nothing calls this directly
no test coverage detected