Configuration.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "model": "V90",
  3. "tier": "Elegance",
  4. "shaft_color": "9016-30G",
  5. "shaft_size_AC": 1500.0,
  6. "shaft_size_BD": 1400.0,
  7. "shaft_cutout_AC": 1470,
  8. "shaft_cutout_BD": 1440,
  9. "car_size_AC": 1210.0,
  10. "car_size_BD": 1315.0,
  11. "transport_heights": [3500, 3500],
  12. "headroom": 2500,
  13. "height": 9500,
  14. "floors": 3,
  15. "landings": 3,
  16. "doors": [
  17. {
  18. "stop": "Landing1",
  19. "side": "B",
  20. "type": "saloon door",
  21. "model": "saloon door",
  22. "frame": "aluminium",
  23. "opening": "left",
  24. "is_first_floor": true,
  25. "has_door_light": true,
  26. "opening_width": 816,
  27. "opening_height": 2100,
  28. "LOP_type": "CIBES LX"
  29. },
  30. {
  31. "stop": "Landing2",
  32. "side": "B",
  33. "type": "saloon door",
  34. "model": "saloon door",
  35. "opening": "left",
  36. "is_first_floor": false,
  37. "has_door_light": true,
  38. "opening_width": 816,
  39. "opening_height": 2100,
  40. "LOP_type": "CIBES LX"
  41. },
  42. {
  43. "stop": "Landing3",
  44. "side": "B",
  45. "type": "saloon door",
  46. "model": "saloon door",
  47. "opening": "left",
  48. "is_first_floor": false,
  49. "has_door_light": true,
  50. "opening_width": 816,
  51. "opening_height": 2100,
  52. "LOP_type": "CIBES LX"
  53. }
  54. ]
  55. }