Layers_2023.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "LayersConfiguration": [
  3. {
  4. "GroupName": "LOP",
  5. "Layers": [
  6. {
  7. "LayerName": "LOP_Cibes_Standard",
  8. "Condition": "tier_Elegance or tier_Aurora"
  9. },
  10. {
  11. "LayerName": "LOP_Cibes_Premium",
  12. "Condition": "tier_Galaxy"
  13. },
  14. {
  15. "LayerName": "LOP_Cibes_Basic",
  16. "Condition": "tier_Basic"
  17. },
  18. {
  19. "LayerName": "LOP_Cibes_Antera",
  20. "Condition": "tier_Antera"
  21. }
  22. ]
  23. },
  24. {
  25. "GroupName": "Door Light",
  26. "Layers": [
  27. {
  28. "LayerName": "Door_Light_Cibes",
  29. "Condition": "tier_Aurora or tier_Galaxy"
  30. },
  31. {
  32. "LayerName": "Door_Light_Cibes_Antera",
  33. "Condition": "tier_Antera"
  34. }
  35. ]
  36. },
  37. {
  38. "GroupName": "Door Frame",
  39. "Layers": [
  40. {
  41. "LayerName": "Door_Frame_Steel",
  42. "Condition": "tier_Basic"
  43. },
  44. {
  45. "LayerName": "Door_Frame_Aluminium",
  46. "Condition": "tier_Elegance or tier_Aurora or tier_Galaxy or tier_Antera"
  47. }
  48. ]
  49. },
  50. {
  51. "GroupName": "Door Blade",
  52. "Layers": [
  53. {
  54. "LayerName": "Door_Blade_Steel_Swing_Cibes",
  55. "Condition": "tier_Basic"
  56. },
  57. {
  58. "LayerName": "Door_Blade_AL6_Swing_Cibes",
  59. "Condition": "tier_Elegance or tier_Aurora or tier_Galaxy or tier_Antera"
  60. }
  61. ]
  62. },
  63. {
  64. "GroupName": "Door Handle",
  65. "Layers": [
  66. {
  67. "LayerName": "Door_Handle_Cibes_Standard",
  68. "Condition": "tier_Elegance"
  69. },
  70. {
  71. "LayerName": "Door_Handle_Cibes_Premium",
  72. "Condition": "tier_Aurora or tier_Galaxy or tier_Antera"
  73. }
  74. ]
  75. }
  76. ]
  77. }