mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Machinist Remap (#18734)
The current machinist bay is extremely tight and hard to maneuver in. It's shape is odd, and players generally do not like using it. So, with some creative insight from @NobleRow, I remapped the entire workshop to replace where RnD and Exploratory chemistry were. I moved exploratory chemistry and RnD to where the old machinist shop was. Xenoarch's artifact storage and equipment room has been merged, and telescience is where the old artifact storage room was. New Workshop - We do lose some maintenance space, but it is made up for by the improved playability of an extremely popular role. I also put the water tank in maintenance because most players do this already.  Modified xeno storage - The storage area is entirely independent from the equipment area. Nothing really changes, aside from layout and location. I might revisit this and give dedicated lockers instead of the racks for the suits, however.  New RnD/Chemlab - I tried a different layout to have RnD be visible to the hall again, but it was very bad due to the 3x3 requirement for the machinery to optimize QOL. There is less seating in this area, but I added folding chairs to the science storage area incase they needed more chairs. This map change does, however, make it so science is more 'consolidated'. RnD is now directly across from the RD's office, and much closer to the meeting room and storage area.  New telescience location - Honestly I just moved it to where it is now because it is barely played, but would still benefit xeno-arch the most, I think. 
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
################################
|
||||
# Example Changelog File
|
||||
#
|
||||
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
|
||||
#
|
||||
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
|
||||
# When it is, any changes listed below will disappear.
|
||||
#
|
||||
# Valid Prefixes:
|
||||
# bugfix
|
||||
# wip (For works in progress)
|
||||
# tweak
|
||||
# soundadd
|
||||
# sounddel
|
||||
# rscadd (general adding of nice things)
|
||||
# rscdel (general deleting of nice things)
|
||||
# imageadd
|
||||
# imagedel
|
||||
# maptweak
|
||||
# spellcheck (typo fixes)
|
||||
# experiment
|
||||
# balance
|
||||
# admin
|
||||
# backend
|
||||
# security
|
||||
# refactor
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: ReadThisNamePlz
|
||||
|
||||
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
|
||||
delete-after: True
|
||||
|
||||
# Any changes you've made. See valid prefix list above.
|
||||
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
|
||||
# SCREW THIS UP AND IT WON'T WORK.
|
||||
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
|
||||
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
|
||||
changes:
|
||||
- maptweak: "Remapped the Machinist workshop to be swapped with RnD and Exploratory Chemistry"
|
||||
- maptweak: "Added a mecha-gantry, along with a random spawning mismatched exosuit"
|
||||
- maptweak: "Moved Telescience to the xenoarcheology section of the ship"
|
||||
- maptweak: "Combined xeno-archeology equipment storage with artifact storage"
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 168 KiB After Width: | Height: | Size: 168 KiB |
@@ -173,6 +173,12 @@
|
||||
area_blurb = "The scents of oil and mechanical lubricants fill the air in this workshop."
|
||||
area_blurb_category = "robotics"
|
||||
|
||||
/area/operations/lower/machinist/surgicalbay
|
||||
name = "Machinist Surgical Bay"
|
||||
icon_state = "machinist_workshop"
|
||||
area_blurb = "The scent of sterilized equipment fill the air in this surgical bay."
|
||||
area_blurb_category = "robotics"
|
||||
|
||||
/area/operations/lobby
|
||||
name = "Operations Lobby"
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+2065
-1782
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user