Skip to content

Commit

Permalink
[Innawoods] Scenario changes
Browse files Browse the repository at this point in the history
-Removed additional profs on late start due to futuretech
-Foodplace(TM) doesn't exist in the woods
-Typo


Disclaimer on Car Crash
  • Loading branch information
TheShadowFerret committed May 29, 2023
1 parent c038a17 commit 2d448a6
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions data/mods/innawood/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@
"clown",
"lost_sub",
"spouse",
"musician",
"true_foodperson"
"musician"
],
"eoc": [ "scenario_infected", "scenario_bad_day" ],
"flags": [ "FIRE_START", "CHALLENGE", "LONE_START" ]
Expand All @@ -97,9 +96,7 @@
"start_name": "Outside Town",
"surround_groups": [ [ "GROUP_BLACK_ROAD", 70.0 ] ],
"flags": [ "LONE_START" ],
"custom_initial_date": { "season": "winter" },
"add_professions": true,
"professions": [ "sheltered_survivor", "sheltered_militia", "winter_scavenger", "winter_army" ]
"custom_initial_date": { "season": "winter" }
},
{
"type": "scenario",
Expand All @@ -110,15 +107,13 @@
"allowed_locs": [ "sloc_field", "sloc_forest", "sloc_desert_island", "sloc_river" ],
"start_name": "Outside Town",
"flags": [ "LONE_START" ],
"custom_initial_date": { "season": "summer", "year": 2 },
"add_professions": true,
"professions": [ "sheltered_survivor", "sheltered_militia", "winter_scavenger", "winter_army" ]
"custom_initial_date": { "season": "summer", "year": 2 }
},
{
"type": "scenario",
"id": "last_flight",
"name": "Last Flight",
"//": "Doesn't seem to spawn the helicopter without a road nearby. Dissabeled until this can be fixed.",
"//": "Doesn't seem to spawn the helicopter without a road nearby. Disabled until this can be fixed.",
"points": 2,
"description": "Once it became clear that the world was ending you took to the skies, hoping that your flying skills could lead you to safety. During your flight you got lost and had to land on an empty field.",
"start_name": "Emergency Landing Site",
Expand All @@ -143,11 +138,26 @@
"name": "Car Crash",
"points": -2,
"description": "You decided the open road would be a better prospect than the zombie-filled cities. While en route to your destination, you were involved in a wreck. When you look around, you can no longer spot the road you were driving on. Just how hard did you hit your head?",
"//": "Came from a portal storm, so future tech/professions are allowed",
"allowed_locs": [ "sloc_field" ],
"start_name": "Crash Site",
"map_extra": "mx_mayhem",
"flags": [ "CHALLENGE", "HELI_CRASH", "LONE_START" ]
},
{
"type": "scenario",
"id": "portal_dependent",
"name": "Challenge - Portal Dependent",
"points": -8,
"description": "You were caught in a huge and unstable portal storm, and were utterly unprotected from the full force of its effects. You're on the tail end of the storm now, and while you've survived, you feel… different.",
"forced_traits": [ "PORTAL_DEPENDENT" ],
"flags": [ "CHALLENGE", "LONE_START" ],
"start_name": "Field",
"allowed_locs": [ "sloc_field", "sloc_forest", "sloc_desert_island" ],
"eoc": [ "scenario_strong_portal_storm" ],
"requirement": "achievement_witnessed_portal_storm",
"professions": [ "portal_traveler", "churl", "true_foodperson", "unemployed", "naked" ]
},
{
"type": "scenario",
"id": "medieval",
Expand Down

0 comments on commit 2d448a6

Please sign in to comment.