orbit/data/stations.json

16 lines
826 B
JSON

{
"_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); compassColor = the compass-arrow accent for stations (red — planets get green from data/planets.json, clusters their own gray from data/asteroids.json); kinds.<kind>.size = the station's keepout radius (px — the wings/ring extent); kinds.<kind>.ringSpeed = the deep-space station's ring rotation (rad/s).",
"enabled": true,
"shipClearance": 50,
"compassColor": "#ff4d5e",
"kinds": {
"deepSpaceStation": {
"size": 108,
"ringSpeed": 0.08
},
"waypoint": {
"size": 46
}
}
}