返回 VideoClaw
position.json
1 [
2 {
3 "id": "Position 1",
4 "description": "This position is located in front of a chair at the very back of the storehouse. 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 in front of the cabinet in the middle of the storehouse.",
11 "sittable": false,
12 "fixed_angle": false
13 },
14 {
15 "id": "Position 3",
16 "description": "The position is not far from the storehouse entrance.",
17 "sittable": false,
18 "fixed_angle": true
19 }
20 ]
20 lines JSON