(fit, module, context, projectionRange, **kwargs)
| 12958 | |
| 12959 | @staticmethod |
| 12960 | def handler(fit, module, context, projectionRange, **kwargs): |
| 12961 | fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Small Energy Turret'), |
| 12962 | 'damageMultiplier', module.getModifiedItemAttr('smallWeaponDamageMultiplier'), |
| 12963 | stackingPenalties=True, **kwargs) |
| 12964 | |
| 12965 | |
| 12966 | class Effect4055(BaseEffect): |
nothing calls this directly
no test coverage detected