🏘️VMS Housing

INSERT INTO `houses_furniture_list` (`model`, `label`, `price`, `deliverySize`, `tag`, `isOutdoor`, `isIndoor`, `interactableName`, `metadata`) VALUES
-- BASKETS & BOXES (Cestas y Cajas)
('ate_bathroom2_basket_a', 'Bathroom Basket A', 40, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_basket_b', 'Bathroom Basket B', 40, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_basket_c', 'Bathroom Basket C', 40, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_box_a', 'Storage Box A', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_box_b', 'Storage Box B', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_box_c', 'Storage Box C', 30, 1, 'decorations', 0, 1, NULL, NULL),

-- BATHTUBS (Bañeras A-L)
('ate_bathroom2_bathtub_a', 'Bathtub A', 450, 4, 'bathroom', 0, 1, NULL, NULL),
('ate_bathroom2_bathtub_b', 'Bathtub B', 450, 4, 'bathroom', 0, 1, NULL, NULL),
('ate_bathroom2_bathtub_c', 'Bathtub C', 450, 4, 'bathroom', 0, 1, NULL, NULL),
('ate_bathroom2_bathtub_d', 'Bathtub D', 450, 4, 'bathroom', 0, 1, NULL, NULL),
('ate_bathroom2_bathtub_e', 'Bathtub E', 450, 4, 'bathroom', 0, 1, NULL, NULL),
('ate_bathroom2_bathtub_f', 'Bathtub F', 450, 4, 'bathroom', 0, 1, NULL, NULL),
('ate_bathroom2_bathtub_g', 'Bathtub G', 450, 4, 'bathroom', 0, 1, NULL, NULL),
('ate_bathroom2_bathtub_h', 'Bathtub H', 450, 4, 'bathroom', 0, 1, NULL, NULL),
('ate_bathroom2_bathtub_i', 'Bathtub I', 450, 4, 'bathroom', 0, 1, NULL, NULL),
('ate_bathroom2_bathtub_j', 'Bathtub J', 450, 4, 'bathroom', 0, 1, NULL, NULL),
('ate_bathroom2_bathtub_k', 'Bathtub K', 450, 4, 'bathroom', 0, 1, NULL, NULL),
('ate_bathroom2_bathtub_l', 'Bathtub L', 450, 4, 'bathroom', 0, 1, NULL, NULL),

-- BENCHES (Bancos A-H)
('ate_bathroom2_bench_a', 'Bathroom Bench A', 120, 2, 'chair', 0, 1, NULL, NULL),
('ate_bathroom2_bench_b', 'Bathroom Bench B', 120, 2, 'chair', 0, 1, NULL, NULL),
('ate_bathroom2_bench_c', 'Bathroom Bench C', 120, 2, 'chair', 0, 1, NULL, NULL),
('ate_bathroom2_bench_d', 'Bathroom Bench D', 120, 2, 'chair', 0, 1, NULL, NULL),
('ate_bathroom2_bench_e', 'Bathroom Bench E', 120, 2, 'chair', 0, 1, NULL, NULL),
('ate_bathroom2_bench_f', 'Bathroom Bench F', 120, 2, 'chair', 0, 1, NULL, NULL),
('ate_bathroom2_bench_g', 'Bathroom Bench G', 120, 2, 'chair', 0, 1, NULL, NULL),
('ate_bathroom2_bench_h', 'Bathroom Bench H', 120, 2, 'chair', 0, 1, NULL, NULL),

-- LIGHTING (Luces y Lámparas)
('ate_bathroom2_ceilinglight_a', 'Ceiling Light A', 80, 2, 'light', 0, 1, NULL, NULL),
('ate_bathroom2_ceilinglight_b', 'Ceiling Light B', 80, 2, 'light', 0, 1, NULL, NULL),
('ate_bathroom2_ceilinglight_c', 'Ceiling Light C', 80, 2, 'light', 0, 1, NULL, NULL),
('ate_bathroom2_chandelier_a', 'Bathroom Chandelier A', 200, 3, 'light', 0, 1, NULL, NULL),
('ate_bathroom2_chandelier_b', 'Bathroom Chandelier B', 200, 3, 'light', 0, 1, NULL, NULL),
('ate_bathroom2_chandelier_c', 'Bathroom Chandelier C', 200, 3, 'light', 0, 1, NULL, NULL),

-- CURTAINS (Cortinas A-F)
('ate_bathroom2_curtain_a', 'Shower Curtain A', 60, 2, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_curtain_b', 'Shower Curtain B', 60, 2, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_curtain_c', 'Shower Curtain C', 60, 2, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_curtain_d', 'Shower Curtain D', 60, 2, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_curtain_e', 'Shower Curtain E', 60, 2, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_curtain_f', 'Shower Curtain F', 60, 2, 'decorations', 0, 1, NULL, NULL),

-- DECORATIONS (A-X)
('ate_bathroom2_decoration_a', 'Bathroom Deco A', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_b', 'Bathroom Deco B', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_c', 'Bathroom Deco C', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_d', 'Bathroom Deco D', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_e', 'Bathroom Deco E', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_f', 'Bathroom Deco F', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_g', 'Bathroom Deco G', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_h', 'Bathroom Deco H', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_i', 'Bathroom Deco I', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_j', 'Bathroom Deco J', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_k', 'Bathroom Deco K', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_l', 'Bathroom Deco L', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_m', 'Bathroom Deco M', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_n', 'Bathroom Deco N', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_o', 'Bathroom Deco O', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_p', 'Bathroom Deco P', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_q', 'Bathroom Deco Q', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_r', 'Bathroom Deco R', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_s', 'Bathroom Deco S', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_t', 'Bathroom Deco T', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_u', 'Bathroom Deco U', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_v', 'Bathroom Deco V', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_w', 'Bathroom Deco W', 30, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_decoration_x', 'Bathroom Deco X', 30, 1, 'decorations', 0, 1, NULL, NULL),

-- TERRARIUMS & COSMETICS
('ate_bathroom2_largeterrarium_a', 'Large Terrarium A', 150, 3, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_largeterrarium_b', 'Large Terrarium B', 150, 3, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_largeterrarium_c', 'Large Terrarium C', 150, 3, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_largeterrarium_d', 'Large Terrarium D', 150, 3, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_smallterrarium_a', 'Small Terrarium A', 70, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_smallterrarium_b', 'Small Terrarium B', 70, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_smallterrarium_c', 'Small Terrarium C', 70, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_smallterrarium_d', 'Small Terrarium D', 70, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_lipstick_a', 'Lipstick A', 10, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_lipstick_b', 'Lipstick B', 10, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_lipstick_c', 'Lipstick C', 10, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_lipstick_d', 'Lipstick D', 10, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_lipstick_e', 'Lipstick E', 10, 1, 'decorations', 0, 1, NULL, NULL),

-- MIRRORS & TRAYS (Espejos y Bandejas)
('ate_bathroom2_mirror_a', 'Large Mirror A', 120, 2, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_mirror_b', 'Large Mirror B', 120, 2, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_mirror_c', 'Large Mirror C', 120, 2, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_smallmirror_a', 'Small Mirror A', 50, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_smallmirror_b', 'Small Mirror B', 50, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_smallmirror_c', 'Small Mirror C', 50, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_roundtray_a', 'Round Tray A', 25, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_roundtray_b', 'Round Tray B', 25, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_roundtray_c', 'Round Tray C', 25, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_roundtray_d', 'Round Tray D', 25, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_roundtray_e', 'Round Tray E', 25, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_roundtray_f', 'Round Tray F', 25, 1, 'decorations', 0, 1, NULL, NULL),

-- RUGS & SHELVES (Alfombras y Estanterías)
('ate_bathroom2_rug_a', 'Bathroom Rug A', 40, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_rug_b', 'Bathroom Rug B', 40, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_rug_c', 'Bathroom Rug C', 40, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_rug_d', 'Bathroom Rug D', 40, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_shelf_a', 'Bathroom Shelf A', 80, 2, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_shelf_b', 'Bathroom Shelf B', 80, 2, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_shelf_c', 'Bathroom Shelf C', 80, 2, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_shelves_a', 'Cabinet Shelves A', 150, 3, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_shelves_b', 'Cabinet Shelves B', 150, 3, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_shelves_c', 'Cabinet Shelves C', 150, 3, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_shelves_d', 'Cabinet Shelves D', 150, 3, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_shelves_e', 'Cabinet Shelves E', 150, 3, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_shelves_f', 'Cabinet Shelves F', 150, 3, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_shelves_g', 'Cabinet Shelves G', 150, 3, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_shelves_h', 'Cabinet Shelves H', 150, 3, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_shelves_i', 'Cabinet Shelves I', 150, 3, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_shelves_j', 'Cabinet Shelves J', 150, 3, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_shelves_k', 'Cabinet Shelves K', 150, 3, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_shelves_l', 'Cabinet Shelves L', 150, 3, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_shelves_m', 'Cabinet Shelves M', 150, 3, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_shelves_n', 'Cabinet Shelves N', 150, 3, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_shelves_o', 'Cabinet Shelves O', 150, 3, 'decorations', 0, 1, NULL, NULL),

-- PLUMBING (Duchas, Lavabos, Inodoros)
('ate_bathroom2_shower_a', 'Shower Set A', 200, 3, 'bathroom', 0, 1, NULL, NULL),
('ate_bathroom2_shower_b', 'Shower Set B', 200, 3, 'bathroom', 0, 1, NULL, NULL),
('ate_bathroom2_sink_a', 'Bathroom Sink A', 150, 3, 'bathroom', 0, 1, NULL, NULL),
('ate_bathroom2_sink_b', 'Bathroom Sink B', 150, 3, 'bathroom', 0, 1, NULL, NULL),
('ate_bathroom2_sink_c', 'Bathroom Sink C', 150, 3, 'bathroom', 0, 1, NULL, NULL),
('ate_bathroom2_toilet_a', 'Toilet A', 200, 3, 'bathroom', 0, 1, NULL, NULL),
('ate_bathroom2_toilet_b', 'Toilet B', 200, 3, 'bathroom', 0, 1, NULL, NULL),
('ate_bathroom2_toilet_c', 'Toilet C', 200, 3, 'bathroom', 0, 1, NULL, NULL),
('ate_bathroom2_toilet_d', 'Toilet D', 200, 3, 'bathroom', 0, 1, NULL, NULL),
('ate_bathroom2_toilet_e', 'Toilet E', 200, 3, 'bathroom', 0, 1, NULL, NULL),
('ate_bathroom2_soapdish_a', 'Soap Dish A', 15, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_soapdish_b', 'Soap Dish B', 15, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_soapdish_c', 'Soap Dish C', 15, 1, 'decorations', 0, 1, NULL, NULL),

-- TOWELS & RACKS (Toallas y Toalleros)
('ate_bathroom2_towelrack_a', 'Towel Rack A', 60, 2, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_towelrack_b', 'Towel Rack B', 60, 2, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_towelrack_c', 'Towel Rack C', 60, 2, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_towelrack_d', 'Towel Rack D', 60, 2, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_towels_a', 'Towels A', 25, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_towels_b', 'Towels B', 25, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_towels_c', 'Towels C', 25, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_towels_d', 'Towels D', 25, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_towels_e', 'Towels E', 25, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_towels_f', 'Towels F', 25, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_towels_g', 'Towels G', 25, 1, 'decorations', 0, 1, NULL, NULL),
('ate_bathroom2_towels_h', 'Towels H', 25, 1, 'decorations', 0, 1, NULL, NULL);

Last updated