(fit, beacon, context, projectionRange, **kwargs)
| 12378 | |
| 12379 | @staticmethod |
| 12380 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 12381 | fit.ship.multiplyItemAttr('maxTargetRange', beacon.getModifiedItemAttr('maxTargetRangeMultiplier'), |
| 12382 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 12383 | |
| 12384 | |
| 12385 | class Effect3995(BaseEffect): |
nothing calls this directly
no test coverage detected