(fit, module, context, projectionRange, **kwargs)
| 31747 | |
| 31748 | @staticmethod |
| 31749 | def handler(fit, module, context, projectionRange, **kwargs): |
| 31750 | fit.modules.filteredItemMultiply( |
| 31751 | lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 31752 | 'damageMultiplier', |
| 31753 | 1 / module.getModifiedItemAttr('modeDamageBonusPostDiv'), |
| 31754 | stackingPenalties=True, |
| 31755 | penaltyGroup='postDiv', **kwargs) |
| 31756 | |
| 31757 | |
| 31758 | class Effect6797(BaseEffect): |
nothing calls this directly
no test coverage detected