(fit, module, context, projectionRange, **kwargs)
| 23390 | |
| 23391 | @staticmethod |
| 23392 | def handler(fit, module, context, projectionRange, **kwargs): |
| 23393 | fit.ship.multiplyItemAttr( |
| 23394 | 'maxTargetRange', |
| 23395 | 1 / module.getModifiedItemAttr('modeMaxTargetRangePostDiv'), |
| 23396 | stackingPenalties=True, |
| 23397 | penaltyGroup='postDiv', |
| 23398 | **kwargs) |
| 23399 | |
| 23400 | |
| 23401 | class Effect6011(BaseEffect): |
nothing calls this directly
no test coverage detected