(fit, module, context, projectionRange, **kwargs)
| 12976 | |
| 12977 | @staticmethod |
| 12978 | def handler(fit, module, context, projectionRange, **kwargs): |
| 12979 | fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Small Projectile Turret'), |
| 12980 | 'damageMultiplier', module.getModifiedItemAttr('smallWeaponDamageMultiplier'), |
| 12981 | stackingPenalties=True, **kwargs) |
| 12982 | |
| 12983 | |
| 12984 | class Effect4056(BaseEffect): |
nothing calls this directly
no test coverage detected