(fit, module, context, projectionRange, **kwargs)
| 34785 | |
| 34786 | @staticmethod |
| 34787 | def handler(fit, module, context, projectionRange, **kwargs): |
| 34788 | fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Small Precursor Weapon'), |
| 34789 | 'damageMultiplier', module.getModifiedItemAttr('smallWeaponDamageMultiplier'), |
| 34790 | stackingPenalties=True, **kwargs) |
| 34791 | |
| 34792 | |
| 34793 | class Effect7112(BaseEffect): |
nothing calls this directly
no test coverage detected