(fit, module, context, projectionRange, **kwargs)
| 24431 | |
| 24432 | @staticmethod |
| 24433 | def handler(fit, module, context, projectionRange, **kwargs): |
| 24434 | fit.modules.filteredItemMultiply( |
| 24435 | lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 24436 | 'maxRange', |
| 24437 | 1 / module.getModifiedItemAttr('modeMaxRangePostDiv'), |
| 24438 | stackingPenalties=True, |
| 24439 | penaltyGroup='postDiv', |
| 24440 | **kwargs) |
| 24441 | |
| 24442 | |
| 24443 | class Effect6153(BaseEffect): |
nothing calls this directly
no test coverage detected