15 lines
642 B
JSON
15 lines
642 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); 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,
|
|
"kinds": {
|
|
"deepSpaceStation": {
|
|
"size": 108,
|
|
"ringSpeed": 0.08
|
|
},
|
|
"waypoint": {
|
|
"size": 46
|
|
}
|
|
}
|
|
}
|