返回 VideoClaw
position.json
1 [
2 {
3 "id": "Position 1",
4 "description": "This position is located in front of the sofa in the gaming room, adjacent to position 2. A character can sit down at this position.",
5 "sittable": true,
6 "fixed_angle": false
7 },
8 {
9 "id": "Position 2",
10 "description": "This position is located in front of the sofa in the gaming room, adjacent to position 1. A character can sit down at this position.",
11 "sittable": true,
12 "fixed_angle": false
13 },
14 {
15 "id": "Position 3",
16 "description": "This position is located in front of the computer desk in the middle of the gaming room. A character can sit down at this position.",
17 "sittable": true,
18 "fixed_angle": false
19 },
20 {
21 "id": "Position 4",
22 "description": "This position is located in front of the computer desk at the far end of the gaming room. A character can sit down at this position.",
23 "sittable": true,
24 "fixed_angle": false
25 }
26 ]
26 lines JSON