Layers_2023.json 2.2 KB

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