12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "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"
- }
- ]
- },
- {
- "GroupName": "Door Blade",
- "Layers": [
- {
- "LayerName": "Door_Blade_Steel_Swing_Cibes",
- "Condition": "tier_Basic"
- },
- {
- "LayerName": "Door_Blade_AL6_Swing_Cibes",
- "Condition": "tier_Elegance or tier_Aurora or tier_Galaxy or tier_Antera"
- }
- ]
- }
- ]
- }
|