{ "_comment": "SPACE STATIONS — free-space settlements (deepSpaceStation, waypoint) rendered as world objects (js/entities/Station.js). enabled = draw them in-world (solid + discoverable + comms targets); shipClearance = the edge gap the ship holds at their surface (px — never crosses, like planets); kinds..size = the station's keepout radius (px — the wings/ring extent); kinds..ringSpeed = the deep-space station's ring rotation (rad/s).", "enabled": true, "shipClearance": 50, "kinds": { "deepSpaceStation": { "size": 108, "ringSpeed": 0.08 }, "waypoint": { "size": 46 } } }