(fit, module, context, projectionRange, **kwargs)
| 31787 | |
| 31788 | @staticmethod |
| 31789 | def handler(fit, module, context, projectionRange, **kwargs): |
| 31790 | fit.modules.filteredItemMultiply( |
| 31791 | lambda mod: mod.item.requiresSkill('Small Energy Turret'), |
| 31792 | 'damageMultiplier', |
| 31793 | 1 / module.getModifiedItemAttr('modeDamageBonusPostDiv'), |
| 31794 | stackingPenalties=True, |
| 31795 | penaltyGroup='postDiv', **kwargs) |
| 31796 | |
| 31797 | |
| 31798 | class Effect6799(BaseEffect): |
nothing calls this directly
no test coverage detected