Skip to content

Commit

Permalink
Minor adjustments for Trans-Coast logisitcs (#51238)
Browse files Browse the repository at this point in the history
* minor adjustments

* another adjustment

it can always be clearer!
  • Loading branch information
curstwist authored Aug 30, 2021
1 parent d19fbab commit 91ab3fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data/json/mapgen/lab/lab_modular/lab_2x2x2_RES_8_commons.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
{ "monster": "GROUP_LAB_MAINTENANCE", "x": [ 1, 4 ], "y": [ 2, 22 ], "density": 0.1 }
],
"place_monster": [
{ "monster": "mon_lab_security_drone_GR", "x": [ 20, 22 ], "y": [ 2, 20 ], "chance": 100, "pack_size": [ 1, 2 ] },
{ "monster": "mon_lab_security_drone_YM", "x": 7, "y": [ 5, 20 ], "chance": 100, "pack_size": [ 1, 2 ] },
{ "monster": "mon_lab_security_drone_GR", "x": [ 20, 22 ], "y": [ 2, 20 ], "chance": 100 },
{ "monster": "mon_lab_security_drone_YM", "x": 9, "y": [ 5, 20 ], "chance": 100 },
{ "monster": "mon_skitterbot", "x": 12, "y": 15, "chance": 100 },
{ "monster": "mon_skitterbot", "x": 12, "y": 16, "chance": 100 },
{ "monster": "mon_skitterbot", "x": 18, "y": 15, "chance": 100 },
Expand Down Expand Up @@ -242,7 +242,7 @@
{ "monster": "GROUP_LAB_MAINTENANCE", "x": [ 19, 21 ], "y": [ 2, 22 ], "density": 0.1 }
],
"place_monster": [
{ "monster": "mon_lab_security_drone_YM", "x": 15, "y": [ 5, 20 ], "chance": 100, "pack_size": [ 1, 2 ] },
{ "monster": "mon_lab_security_drone_YM", "x": 14, "y": [ 5, 20 ], "chance": 100 },
{ "monster": "mon_skitterbot", "x": 11, "y": 15, "chance": 100 },
{ "monster": "mon_skitterbot", "x": 11, "y": 16, "chance": 100 }
]
Expand Down
2 changes: 1 addition & 1 deletion data/json/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
"id": "lab_cargo_staff_1",
"name": "Challenge - Trans-Coast Logistics Concourse",
"points": -6,
"description": "You were deemed essential and required stay behind during the facility's evacuation. Find a way to escape and you better find that lanyard you misplaced before the automated defenses notice you don't have one.",
"description": "You were deemed an essential employee and required to stay behind during the facility's evacuation. You better find your misplaced lanyard with your badge before the automated defenses notice that you don't have one.",
"start_name": "Locked Lab",
"professions": [ "security" ],
"allowed_locs": [ "sloc_lab_concourse_area" ],
Expand Down

0 comments on commit 91ab3fc

Please sign in to comment.