(fit, module, context, projectionRange, **kwargs)
| 31767 | |
| 31768 | @staticmethod |
| 31769 | def handler(fit, module, context, projectionRange, **kwargs): |
| 31770 | fit.modules.filteredItemMultiply( |
| 31771 | lambda mod: mod.item.requiresSkill('Small Projectile Turret'), |
| 31772 | 'damageMultiplier', |
| 31773 | 1 / module.getModifiedItemAttr('modeDamageBonusPostDiv'), |
| 31774 | stackingPenalties=True, |
| 31775 | penaltyGroup='postDiv', **kwargs) |
| 31776 | |
| 31777 | |
| 31778 | class Effect6798(BaseEffect): |
nothing calls this directly
no test coverage detected