Layers_2023.json 1.4 KB

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