123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "LayersConfiguration": [
- {
- "GroupName": "LOP",
- "Layers": [
- {
- "LayerName": "LOP_Cibes_Standard",
- "Condition": "tier_Elegance or tier_Aurora"
- },
- {
- "LayerName": "LOP_Cibes_Premium",
- "Condition": "tier_Galaxy"
- },
- {
- "LayerName": "LOP_Cibes_Basic",
- "Condition": "tier_Basic"
- },
- {
- "LayerName": "LOP_Cibes_Antera",
- "Condition": "tier_Antera"
- }
- ]
- },
- {
- "GroupName": "Door Light",
- "Layers": [
- {
- "LayerName": "Door_Light_Cibes",
- "Condition": "tier_Aurora or tier_Galaxy"
- },
- {
- "LayerName": "Door_Light_Cibes_Antera",
- "Condition": "tier_Antera"
- }
- ]
- },
- {
- "GroupName": "Door Frame",
- "Layers": [
- {
- "LayerName": "Door_Frame_Steel",
- "Condition": "tier_Basic"
- },
- {
- "LayerName": "Door_Frame_Aluminium",
- "Condition": "tier_Elegance or tier_Aurora or tier_Galaxy or tier_Antera"
- }
- ]
- }
- ]
- }
|