ralpha-assets/RalphaData/recipes/gym_home.json

59 lines
1.4 KiB
JSON

{
"recipe_id": "gym_home",
"name": "Home Gym",
"description": "Home fitness space with equipment and mirrors",
"template": "Template_Interior",
"room_dimensions": {"x": 500, "y": 400, "z": 280},
"components": [
{
"asset": "equipment_treadmill",
"position": "wall:back",
"offset": [-100, 30, 0]
},
{
"asset": "equipment_exercise_bike",
"position": "wall:back",
"offset": [100, 30, 0]
},
{
"asset": "equipment_weight_rack",
"position": "wall:left",
"offset": [30, 0, 0]
},
{
"asset": "equipment_dumbbells_set",
"position": "beside:equipment_weight_rack",
"offset": [80, 0, 0]
},
{
"asset": "equipment_bench_weight",
"position": "center",
"offset": [0, 50, 0]
},
{
"asset": "decor_mirror_wall",
"position": "wall:right",
"mount": "wall",
"offset": [-10, 0, 100],
"scale": 2.0
},
{
"asset": "equipment_yoga_mat",
"position": "front_left",
"offset": [80, -80, 0]
},
{
"asset": "equipment_kettlebell_set",
"position": "beside:equipment_yoga_mat",
"offset": [100, 0, 0]
},
{
"asset": "decor_plant_potted_medium",
"position": "corner",
"corner": "front_right"
}
],
"lighting_preset": "Interior_Office",
"post_preset": "PP_Neutral"
}