diff --git a/data/json/scenarios.json b/data/json/scenarios.json index 5a4d65271b510..a0934c2638528 100644 --- a/data/json/scenarios.json +++ b/data/json/scenarios.json @@ -16,7 +16,12 @@ "points": 0, "description": "Whether due to stubbornness, ignorance, or just plain bad luck, you missed the evacuation, and are stuck in a city full of the risen dead.", "allowed_locs": [ - "house", + "house_w_1", + "house_w_2", + "house_w_3", + "house_w_4", + "house_w_5", + "house_w_6", "s_grocery", "s_grocery_1", "s_garage", @@ -67,7 +72,12 @@ "points": -2, "description": "You've attracted the attention of living dead in some way, now they're all around and you'll likely have to fight thorough them if you want to escape.", "allowed_locs": [ - "house", + "house_w_1", + "house_w_2", + "house_w_3", + "house_w_4", + "house_w_5", + "house_w_6", "school", "s_grocery", "s_grocery_1", @@ -107,7 +117,12 @@ "points": -4, "start_name": "In Town", "allowed_locs": [ - "house", + "house_w_1", + "house_w_2", + "house_w_3", + "house_w_4", + "house_w_5", + "house_w_6", "school", "s_grocery", "s_grocery_1", @@ -134,7 +149,12 @@ "points": -2, "start_name": "In Town", "allowed_locs": [ - "house", + "house_w_1", + "house_w_2", + "house_w_3", + "house_w_4", + "house_w_5", + "house_w_6", "school", "s_grocery", "s_grocery_1", @@ -155,7 +175,12 @@ "description": "You start drunk to the point of incapacitation, depressed, infected, surrounded by fire, and sick with the flu. This day went downhill really fast.", "start_name": "In Town", "allowed_locs": [ - "house", + "house_w_1", + "house_w_2", + "house_w_3", + "house_w_4", + "house_w_5", + "house_w_6", "school", "s_grocery", "s_grocery_1", diff --git a/data/json/start_locations.json b/data/json/start_locations.json index 0347ceec85d0d..1ba9161c863b4 100644 --- a/data/json/start_locations.json +++ b/data/json/start_locations.json @@ -39,9 +39,39 @@ }, { "type": "start_location", - "ident": "house", + "ident": "house_w_1", "name": "House", - "target": "house" + "target": "house_w_1" + }, + { + "type": "start_location", + "ident": "house_w_2", + "name": "House", + "target": "house_w_2" + }, + { + "type": "start_location", + "ident": "house_w_3", + "name": "House", + "target": "house_w_3" + }, + { + "type": "start_location", + "ident": "house_w_4", + "name": "House", + "target": "house_w_4" + }, + { + "type": "start_location", + "ident": "house_w_5", + "name": "House", + "target": "house_w_5" + }, + { + "type": "start_location", + "ident": "house_w_6", + "name": "House", + "target": "house_w_6" }, { "type": "start_location",