Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lab json improvements #24402

Merged
merged 1 commit into from Jul 21, 2018
Merged

Conversation

BrianLefler
Copy link
Contributor

  • Small json improvements throughout the lab json.
  • Use weighted place_monster lists.
  • Optional north doors on collapsed hallway.
  • Add another cross layout, give possible 2nd doors into rooms.
  • Require no hacking for the operating theatre emergency evac control.
  • Add utility+random room layout.
  • Add a few rooms and get rid of the idea of monster_rooms.
  • Add a 9x9 library room.
  • More layouts are able to rotate.
  • Move to weighted lists instead of using lists with more common elements repeated.
  • Add 3 cloning vat rooms, some with mutagens & scientists.
  • Get rid of empty random rooms.

* Small json lab improvements, use weighted place_monster lists..
* Optional north doors on collapsed hallway.
* Add another cross layout, give possible 2nd doors into rooms.
* Require no hacking for the operating theatre emergency evac control.
* Add utility+random layout, minor json tweaks.
* Add a few rooms and get rid of the idea of monster_rooms.
* Add a 9x9 library room.
* More rotation, minor json improvements.
* Move to weighted list.
* Cloning vat rooms.
* Fix weights.
* Get rid of empty random rooms, readjust weights.
@@ -522,7 +604,7 @@
},
"computers": {
"6": {
"name": "Operating Theatre Access Control", "security": 2, "options": [ { "name": "EMERGENCY EVAC - OPEN ALL DOORS", "action": "open", "security": 0 } ], "failures": [
"name": "Operating Theatre Access Control", "security": 0, "options": [ { "name": "EMERGENCY EVAC - OPEN ALL DOORS", "action": "open", "security": 0 } ], "failures": [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why 0?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nevermind.

@ZhilkinSerg ZhilkinSerg merged commit 9b3b05b into CleverRaven:master Jul 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants