61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"recipe_id": "retail_store",
|
|
"name": "Retail Store",
|
|
"description": "Modern retail space with display shelving and checkout counter",
|
|
"template": "Template_Interior",
|
|
"room_dimensions": {"x": 800, "y": 600, "z": 350},
|
|
"components": [
|
|
{
|
|
"asset": "furniture_shelf_display_wall",
|
|
"position": "wall:left",
|
|
"offset": [20, 0, 0],
|
|
"count": 3,
|
|
"spacing": 150
|
|
},
|
|
{
|
|
"asset": "furniture_shelf_display_wall",
|
|
"position": "wall:right",
|
|
"offset": [-20, 0, 0],
|
|
"count": 3,
|
|
"spacing": 150
|
|
},
|
|
{
|
|
"asset": "furniture_display_island",
|
|
"position": "center",
|
|
"offset": [0, -100, 0]
|
|
},
|
|
{
|
|
"asset": "furniture_display_island",
|
|
"position": "center",
|
|
"offset": [0, 100, 0]
|
|
},
|
|
{
|
|
"asset": "furniture_counter_checkout",
|
|
"position": "wall:back",
|
|
"offset": [150, 30, 0]
|
|
},
|
|
{
|
|
"asset": "electronics_register",
|
|
"position": "on:furniture_counter_checkout",
|
|
"offset": [0, 0, 90]
|
|
},
|
|
{
|
|
"asset": "decor_mannequin",
|
|
"position": "front_left",
|
|
"offset": [100, -100, 0]
|
|
},
|
|
{
|
|
"asset": "decor_mannequin",
|
|
"position": "front_right",
|
|
"offset": [-100, -100, 0]
|
|
},
|
|
{
|
|
"asset": "decor_plant_potted_large",
|
|
"position": "corner",
|
|
"corner": "front_left"
|
|
}
|
|
],
|
|
"lighting_preset": "Interior_Retail",
|
|
"post_preset": "PP_Neutral"
|
|
}
|