(fit, module, context, projectionRange, **kwargs)
| 23410 | |
| 23411 | @staticmethod |
| 23412 | def handler(fit, module, context, projectionRange, **kwargs): |
| 23413 | fit.modules.filteredItemMultiply( |
| 23414 | lambda mod: mod.item.requiresSkill('Small Energy Turret'), |
| 23415 | 'maxRange', |
| 23416 | 1 / module.getModifiedItemAttr('modeMaxRangePostDiv'), |
| 23417 | stackingPenalties=True, |
| 23418 | penaltyGroup='postDiv', |
| 23419 | **kwargs) |
| 23420 | |
| 23421 | |
| 23422 | class Effect6012(BaseEffect): |
nothing calls this directly
no test coverage detected