(fit, module, context, projectionRange, **kwargs)
| 12994 | |
| 12995 | @staticmethod |
| 12996 | def handler(fit, module, context, projectionRange, **kwargs): |
| 12997 | fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 12998 | 'damageMultiplier', module.getModifiedItemAttr('smallWeaponDamageMultiplier'), |
| 12999 | stackingPenalties=True, **kwargs) |
| 13000 | |
| 13001 | |
| 13002 | class Effect4057(BaseEffect): |
nothing calls this directly
no test coverage detected