| 1 | [ |
| 2 | { |
| 3 | "id": "Position 1", |
| 4 | "description": "The position is in front of the sofa in the reception room. A character can sit down at this position.", |
| 5 | "sittable": true, |
| 6 | "fixed_angle": false |
| 7 | }, |
| 8 | { |
| 9 | "id": "Position 2", |
| 10 | "description": "The position is in front of the sofa in the reception room. A character can sit down at this position.", |
| 11 | "sittable": true, |
| 12 | "fixed_angle": false |
| 13 | }, |
| 14 | { |
| 15 | "id": "Position 3", |
| 16 | "description": "The position is situated in an open area within the reception room.", |
| 17 | "sittable": false, |
| 18 | "fixed_angle": false |
| 19 | }, |
| 20 | { |
| 21 | "id": "Position 4", |
| 22 | "description": "The position is situated in an open area within the reception room.", |
| 23 | "sittable": false, |
| 24 | "fixed_angle": false |
| 25 | }, |
| 26 | { |
| 27 | "id": "Position 5", |
| 28 | "description": "The position is at the front desk in the reception room.", |
| 29 | "sittable": false, |
| 30 | "fixed_angle": true |
| 31 | } |
| 32 | ] |