Skip to content

Commit

Permalink
fix house starting locations
Browse files Browse the repository at this point in the history
  • Loading branch information
curstwist committed Jan 28, 2020
1 parent 3da5eb4 commit 184b65f
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 7 deletions.
35 changes: 30 additions & 5 deletions data/json/scenarios.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
34 changes: 32 additions & 2 deletions data/json/start_locations.json
Expand Up @@ -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",
Expand Down

0 comments on commit 184b65f

Please sign in to comment.