Layers_2023.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. }