54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"recipe_id": "dining_room",
|
|
"name": "Dining Room",
|
|
"description": "Elegant dining room with table, chairs, and chandelier",
|
|
"template": "Template_Interior",
|
|
"room_dimensions": {"x": 450, "y": 400, "z": 300},
|
|
"components": [
|
|
{
|
|
"asset": "furniture_table_dining_rect",
|
|
"position": "center",
|
|
"offset": [0, 0, 0]
|
|
},
|
|
{
|
|
"asset": "furniture_chair_dining_modern",
|
|
"position": "around:furniture_table_dining_rect",
|
|
"count": 6,
|
|
"arrangement": "rectangular"
|
|
},
|
|
{
|
|
"asset": "decor_chandelier",
|
|
"position": "above:furniture_table_dining_rect",
|
|
"offset": [0, 0, 200]
|
|
},
|
|
{
|
|
"asset": "furniture_sideboard",
|
|
"position": "wall:left",
|
|
"offset": [30, 0, 0]
|
|
},
|
|
{
|
|
"asset": "decor_vase_flowers",
|
|
"position": "on:furniture_table_dining_rect",
|
|
"offset": [0, 0, 75]
|
|
},
|
|
{
|
|
"asset": "decor_candles_set",
|
|
"position": "on:furniture_table_dining_rect",
|
|
"offset": [40, 0, 75]
|
|
},
|
|
{
|
|
"asset": "decor_rug_modern_rect",
|
|
"position": "under:furniture_table_dining_rect",
|
|
"scale": 1.5
|
|
},
|
|
{
|
|
"asset": "decor_frame_photo_large",
|
|
"position": "wall:back",
|
|
"mount": "wall",
|
|
"offset": [0, 5, 150]
|
|
}
|
|
],
|
|
"lighting_preset": "Interior_Evening",
|
|
"post_preset": "PP_Warm"
|
|
}
|