(fit, module, context, projectionRange, **kwargs)
| 578 | |
| 579 | @staticmethod |
| 580 | def handler(fit, module, context, projectionRange, **kwargs): |
| 581 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Projectile Weapon', |
| 582 | 'damageMultiplier', module.getModifiedItemAttr('damageMultiplier'), |
| 583 | stackingPenalties=True, **kwargs) |
| 584 | |
| 585 | |
| 586 | class Effect93(BaseEffect): |
nothing calls this directly
no test coverage detected