(fit, module, context, projectionRange, **kwargs)
| 34515 | |
| 34516 | @staticmethod |
| 34517 | def handler(fit, module, context, projectionRange, **kwargs): |
| 34518 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Precursor Weapon', |
| 34519 | 'damageMultiplier', module.getModifiedItemAttr('damageMultiplier'), |
| 34520 | stackingPenalties=True, **kwargs) |
| 34521 | |
| 34522 | |
| 34523 | class Effect7078(BaseEffect): |
nothing calls this directly
no test coverage detected