diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml new file mode 100644 index 00000000000..4aa59b5f6de --- /dev/null +++ b/.github/workflows/changelog.yml @@ -0,0 +1,53 @@ +name: PR Changelogs +on: + pull_request_target: + types: [closed] + +env: + GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }} + CHANGELOG_DIR: Resources/Changelog/Changelog.yml + PR_NUMBER: ${{ github.event.number }} + +jobs: + changelog: + runs-on: ubuntu-latest + if: github.event.pull_request.merged == true + permissions: + contents: write + steps: + - name: Checkout Master + uses: actions/checkout@v3 + with: + token: ${{ secrets.BOT_TOKEN }} + ref: master + + - name: Setup Git + run: | + git config --global user.name "${{ vars.CHANGELOG_USER }}" + git config --global user.email "${{ vars.CHANGELOG_EMAIL }}" + shell: bash + + - name: Setup Node + uses: actions/setup-node@v3 + with: + node-version: 18.x + + - name: Install Dependencies + run: | + cd "Tools/changelog" + npm install + shell: bash + + - name: Generate Changelog + run: | + cd "Tools/changelog" + node changelog.js + shell: bash + + - name: Commit Changelog + run: | + git add *.yml + git commit -m "${{ vars.CHANGELOG_MESSAGE }} (#${{ env.PR_NUMBER }})" + git push + shell: bash + continue-on-error: true diff --git a/.github/workflows/publish-changelog.yml b/.github/workflows/publish-changelog.yml new file mode 100644 index 00000000000..18abe64aa7a --- /dev/null +++ b/.github/workflows/publish-changelog.yml @@ -0,0 +1,24 @@ +name: Publish Changelog + +on: + workflow_dispatch: + schedule: + - cron: '0 10 * * *' + +jobs: + publish_changelog: + runs-on: ubuntu-latest + steps: + + - name: checkout + uses: actions/checkout@v3 + with: + token: ${{secrets.GITHUB_TOKEN}} + ref: master + + - name: Publish changelog + run: Tools/actions_changelogs_since_last_run.py + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + DISCORD_WEBHOOK_URL: ${{ secrets.CHANGELOG_DISCORD_WEBHOOK }} + continue-on-error: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 25e75bdbf8c..8f906dbb865 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -60,11 +60,11 @@ jobs: key: ${{ secrets.CENTCOMM_WIZARDS_BUILDS_PUSH_KEY }} script: /home/wizards-build-push/push.ps1 ${{ github.sha }} - - name: Publish changelog (Discord) - run: Tools/actions_changelogs_since_last_run.py - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - DISCORD_WEBHOOK_URL: ${{ secrets.CHANGELOG_DISCORD_WEBHOOK }} + #- name: Publish changelog (Discord) + # run: Tools/actions_changelogs_since_last_run.py + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # DISCORD_WEBHOOK_URL: ${{ secrets.CHANGELOG_DISCORD_WEBHOOK }} - name: Publish changelog (RSS) run: Tools/actions_changelog_rss.py diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 1feb99becea..9c9cb42cd0d 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -11,7 +11,6 @@ "build", "/property:GenerateFullPaths=true", // Ask dotnet build to generate full paths for file names. "/consoleloggerparameters:NoSummary" // Do not generate summary otherwise it leads to duplicate errors in Problems panel - ], "group": { "kind": "build", diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index d4a578ce8c6..5112383ffa3 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -310,7 +310,7 @@ public static readonly CVarDef /// How many times per second artifacts when the round is over. /// If set to 0, they won't activate (on a timer) when the round ends. /// - public static readonly CVarDef ArtifactRoundEndTimer = CVarDef.Create("game.artifact_round_end_timer", 0.5f, CVar.NOTIFY | CVar.REPLICATED); + public static readonly CVarDef ArtifactRoundEndTimer = CVarDef.Create("game.artifact_round_end_timer", 0f, CVar.NOTIFY | CVar.REPLICATED); /* * Discord diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index caee6f232cd..94e55e99f27 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,2984 +1,331 @@ Entries: -- author: metalgearsloth - changes: - - {message: Add the force gun as a counterpart to the tether gun., type: Add} - id: 3811 - time: '2023-05-19T07:10:31.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Shuttles will delete anything they FTL on top of., type: Add} - id: 3812 - time: '2023-05-19T07:26:28.0000000+00:00' -- author: Potato1234_x - changes: - - {message: Updated the roboticist uniform sprites., type: Tweak} - id: 3813 - time: '2023-05-19T07:35:03.0000000+00:00' -- author: tom-leys - changes: - - {message: 'Due to safety cutbacks, electrical devices like substations are more - dangerous. Safety protocols demand you do not hit them. We strongly advise you - not to bite them either!', type: Tweak} - id: 3814 - time: '2023-05-19T08:21:15.0000000+00:00' -- author: tom-leys - changes: - - {message: 'You cannot stack Gas Filters, Mixers or several other Atmos devices - like pumps and valves. Pipes can still be stacked.', type: Remove} - - {message: Gas filters can now filter 5x faster (up to 1000 L/S) to compensate - for no more filter stacks. This is their new default rate, type: Tweak} - - {message: 'Gas Filters and mixers now have a flipped version visible in the construction - menu. Hint: You can still right click on an un-anchored filter / mixer and choose - rotate -> Flip', type: Tweak} - id: 3815 - time: '2023-05-19T08:59:20.0000000+00:00' -- author: KEEYNy - changes: - - {message: Added Death Squad jumpsuit, type: Add} - - {message: Death Squad equipment now includes jumpsuit and Chef Engineer magboots, - type: Tweak} - id: 3816 - time: '2023-05-19T10:21:36.0000000+00:00' -- author: Jackal298 - changes: - - {message: updated sprites for changeling's sting drink, type: Tweak} - id: 3817 - time: '2023-05-19T20:11:25.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Bags of holding now are significantly more expensive to produce., type: Tweak} - id: 3818 - time: '2023-05-20T00:59:07.0000000+00:00' -- author: WlarusFromDaSpace - changes: - - {message: The sad trombone implant now correctly only triggers whenever a mob - dies, type: Fix} - id: 3819 - time: '2023-05-20T01:15:18.0000000+00:00' -- author: MrGreen and OctoRocket - changes: - - {message: Added tons more scarfs for you to enjoy at your departments!, type: Add} - id: 3820 - time: '2023-05-20T01:15:32.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Tech disks no longer contain exclusive discipline technology., type: Fix} - - {message: Printing tech disks now costs fewer points., type: Tweak} - id: 3821 - time: '2023-05-20T02:10:29.0000000+00:00' -- author: Slava0135 - changes: - - {message: added space glue tube (can appear in maintenance lockers), type: Add} - id: 3822 - time: '2023-05-20T02:42:38.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Fix fire stacks not spreading to other players., type: Fix} - id: 3823 - time: '2023-05-20T03:34:41.0000000+00:00' -- author: Jackal298 - changes: - - {message: the sprite of a doll with a skull bandana is now showing the skull, - type: Tweak} - id: 3824 - time: '2023-05-20T19:46:10.0000000+00:00' -- author: tom-leys - changes: - - {message: 'Spacing takes a short time to occur, rather than being totally instant. - The decompression will make you cold.', type: Add} - - {message: 'Ripped tiles during spacing reflect the wind that passed through that - area, ripped tiles tend to be concentrated around the breach.', type: Tweak} - id: 3825 - time: '2023-05-20T19:53:04.0000000+00:00' -- author: MrGreen and OctoRocket - changes: - - {message: Added a winterdrobe to store all your scarfs!, type: Add} - id: 3826 - time: '2023-05-21T00:52:23.0000000+00:00' -- author: deltanedas - changes: - - {message: The Head Curator has allowed bibles and necronomicons to be stored in - bookshelves and book bags., type: Tweak} - id: 3827 - time: '2023-05-21T00:52:48.0000000+00:00' -- author: mirrorcult - changes: - - {message: NanoTrasen reports that crewmembers will no longer have to rely on the - placebo effect when ingesting chemicals found in puddles (which is not centcom-sanctioned - activity!), type: Fix} - id: 3828 - time: '2023-05-21T03:05:22.0000000+00:00' -- author: EEASAS - changes: - - {message: 'The Syndicate has supplied their traitors and nuclear operatives with - a rifle, the AKMS.', type: Add} - id: 3829 - time: '2023-05-21T03:15:52.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Advanced Spray is now a tier 2 tech and Advanced Entertainment is a - tier 1 tech., type: Tweak} - - {message: Added Bluespace Cargo Transport as a new tier 3 civilian services technology., - type: Add} - - {message: Fixed cargo telepads working without being linked to a console., type: Fix} - id: 3830 - time: '2023-05-21T10:09:32.0000000+00:00' -- author: Jackal298 - changes: - - {message: 'moved syndicate scarves from clothing vending machine to winterdrobe, - they will appear after winterdrobe emag', type: Tweak} - id: 3831 - time: '2023-05-21T23:55:00.0000000+00:00' -- author: MrGreen and OctoRocket - changes: - - {message: 'Added a flannel jumpsuit, check your local ClothesMate!', type: Add} - id: 3832 - time: '2023-05-22T00:05:35.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Nerf magboots of blinding speed., type: Fix} - id: 3833 - time: '2023-05-22T00:06:07.0000000+00:00' -- author: TaralGit - changes: - - {message: craftable shivs and three more types of spears, type: Add} - id: 3834 - time: '2023-05-22T00:14:43.0000000+00:00' -- author: deltanedas - changes: - - {message: Handheld radios now use their own channel and will work without a telecomms - server., type: Tweak} - id: 3835 - time: '2023-05-22T00:16:47.0000000+00:00' -- author: MisterMecky - changes: - - {message: 'Watertanks, fueltanks and their large variants have a new look. They - now show their contained solutions.', type: Tweak} - id: 3836 - time: '2023-05-22T00:27:51.0000000+00:00' -- author: AjexRose - changes: - - {message: Added a salvage section to the guide book, type: Add} - id: 3837 - time: '2023-05-22T04:01:25.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Locking closets popup is now predicted., type: Fix} - id: 3838 - time: '2023-05-22T13:18:51.0000000+00:00' -- author: ficcialfaint - changes: - - {message: PAI's Stop Searching button now removes the pAI from ghost roles list., - type: Fix} - id: 3839 - time: '2023-05-22T13:19:36.0000000+00:00' -- author: themias - changes: - - {message: Fixed eggs and tomatoes not making puddles when thrown., type: Fix} - id: 3840 - time: '2023-05-22T21:48:37.0000000+00:00' -- author: Vordenburg - changes: - - {message: Holobarriers can be climbed like tables with the alternate activate - entity in world action., type: Fix} - id: 3841 - time: '2023-05-22T21:49:25.0000000+00:00' -- author: Vordenburg - changes: - - {message: Snares can be removed by yourself again., type: Fix} - id: 3842 - time: '2023-05-22T21:49:37.0000000+00:00' -- author: Owai-Seek - changes: - - {message: Adds a Janitorial Guidebook, type: Add} - id: 3843 - time: '2023-05-22T21:50:14.0000000+00:00' -- author: tom-leys - changes: - - {message: 'NanoTrasen has begun supplying the station with gifts. You might get - a pizza party, engineering gifts, a vending restock or a janitorial restock. - There are Guns and Environmental suits also.', type: Add} - id: 3844 - time: '2023-05-22T21:55:28.0000000+00:00' -- author: Jackal298 - changes: - - {message: Adds mercenary items for secrets at the NT space station, type: Add} - id: 3845 - time: '2023-05-22T21:57:15.0000000+00:00' -- author: ElectroJr - changes: - - {message: Fixed an error when saving maps with device links that reference deleted - entities., type: Fix} - id: 3846 - time: '2023-05-22T21:57:31.0000000+00:00' -- author: themias - changes: - - {message: Fixed an issue with placing mime invisible walls next to walls, type: Fix} - id: 3847 - time: '2023-05-22T21:58:04.0000000+00:00' -- author: Jackal298 - changes: - - {message: 'Beverage producers Dr. Gibb are back in production with cans of their - signature drink, sold in all vending machines with drinks', type: Add} - - {message: 'Manufacturers of VODA Vending Machines have changed the filling of - their machines and now sell soda water, but there have been cases of cola being - found in hacked machines', type: Tweak} - - {message: Some hacked vending machines were found to contain strange drinks that - change their appearance, type: Tweak} - id: 3848 - time: '2023-05-23T05:59:01.0000000+00:00' -- author: HighTechPuddle - changes: - - {message: Changed some plushie sounds., type: Tweak} - - {message: Added some plushie sounds., type: Add} - id: 3849 - time: '2023-05-23T10:00:24.0000000+00:00' -- author: Flareguy - changes: - - {message: Added 60+ new tips, type: Add} - - {message: Changed the wording of some tips, type: Tweak} - - {message: 'Removed tip about disease spread, as diseases have been removed', type: Remove} - id: 3850 - time: '2023-05-23T10:01:00.0000000+00:00' -- author: MisterMecky - changes: - - {message: Fixed water coolers having water tank sprites., type: Fix} - - {message: Water coolers now show their contained solutions., type: Tweak} - id: 3851 - time: '2023-05-23T15:24:42.0000000+00:00' -- author: HerCoyote23 - changes: - - {message: Added Gloves of the North Star, type: Add} - id: 3852 - time: '2023-05-23T18:12:31.0000000+00:00' -- author: Debug - changes: - - {message: 'Central Command finally got around to repairing their station, the - emergency shuttle should arrive again.', type: Fix} - id: 3853 - time: '2023-05-23T18:36:43.0000000+00:00' -- author: Slava0135 - changes: - - {message: partially full syringe contents now easier to see, type: Fix} - id: 3854 - time: '2023-05-23T19:06:36.0000000+00:00' -- author: '0x6273' - changes: - - {message: Artifacts now retain their monetary value after extracting points., - type: Tweak} - id: 3855 - time: '2023-05-23T23:52:33.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Fix double do_after on vaulting., type: Fix} - id: 3856 - time: '2023-05-24T07:08:04.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Space Station 14 has been well behaved and CentComm privileges have - been reinstated., type: Fix} - id: 3857 - time: '2023-05-24T11:28:45.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Bumped shuttle speedcaps a lot., type: Tweak} - - {message: Fix rounding issues with shuttle movement causing fluctuations near - speedcap., type: Fix} - id: 3858 - time: '2023-05-24T13:15:03.0000000+00:00' -- author: themias - changes: - - {message: Mice can now escape potted plants and toilets, type: Fix} - id: 3859 - time: '2023-05-24T17:30:08.0000000+00:00' -- author: themias - changes: - - {message: Fixed an issue where dwarves sometimes couldn't get their words out., - type: Fix} - id: 3860 - time: '2023-05-24T19:03:44.0000000+00:00' -- author: mirrorcult - changes: - - {message: 'Spacemen can now recognize common reagents, like water or beer, in - examinable solutions.', type: Add} - - {message: Puddle and glass drink solution contents are now examinable., type: Tweak} - id: 3861 - time: '2023-05-24T23:08:06.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Made random anomaly stability fluctuation more random and scale with - severity, type: Tweak} - - {message: Decreased max anomaly point output., type: Tweak} - id: 3862 - time: '2023-05-25T03:28:41.0000000+00:00' -- author: tom-leys - changes: - - {message: 'NanaTrasen has selectively bred less dangerous zombies. Your standard - jumpsuit deflects their attacks better, they are slower and easier to kill. - But they still rise from the dead.', type: Tweak} - id: 3863 - time: '2023-05-25T03:41:04.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Fixed weapon attack arcs lagging behind if a player attacked while moving., - type: Fix} - id: 3864 - time: '2023-05-25T04:04:16.0000000+00:00' -- author: Nairodian - changes: - - {message: Changed the selling price of most autolathe products., type: Tweak} - - {message: Slightly adjusted the production price of most electronics in the autolathe., - type: Tweak} - id: 3865 - time: '2023-05-25T09:10:28.0000000+00:00' -- author: Potato1234_x - changes: - - {message: Changed the Smartfridge sprite, type: Tweak} - id: 3866 - time: '2023-05-25T09:11:13.0000000+00:00' -- author: McFck - changes: - - {message: Fixed infinite beaker fill from mop, type: Fix} - id: 3867 - time: '2023-05-25T09:12:08.0000000+00:00' -- author: deltanedas - changes: - - {message: NanoTrasen technicians have fixed armed nuclear devices not sending - alerts when off station., type: Fix} - id: 3868 - time: '2023-05-25T09:13:22.0000000+00:00' -- author: deltanedas - changes: - - {message: Deep Rock NanoTrasen now offers elimination missions for daring salvagers - willing to kill very big game., type: Add} - - {message: 'Space Carp have begun attacking planets, expect to see them on some - expeditions.', type: Add} - id: 3869 - time: '2023-05-25T12:23:21.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Fixed a bug that caused rotting bodies to continue rotting even when - they shouldn't be., type: Fix} - id: 3870 - time: '2023-05-25T22:05:33.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Tech disks can now contain Tier 3 technology., type: Tweak} - - {message: Tech disk terminals can now print duplicate disks., type: Tweak} - - {message: Fixed tech disk terminal print button not updating correctly., type: Fix} - id: 3871 - time: '2023-05-25T22:07:40.0000000+00:00' -- author: Geekyhobo - changes: - - {message: Light replacer now has more description., type: Add} - id: 3872 - time: '2023-05-25T22:09:55.0000000+00:00' -- author: Whisper - changes: - - {message: 'Fixed crit people being seen as dead by the bleed code, crit people - will now correctly passively recover blood and heal bloodloss damage.', type: Fix} - id: 3873 - time: '2023-05-26T07:23:30.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Resprited network configurator., type: Tweak} - id: 3874 - time: '2023-05-27T03:51:34.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Added a grappling gun, type: Add} - id: 3875 - time: '2023-05-27T04:15:16.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Role bans are now shown in the job preferences and latejoin interfaces., - type: Add} - id: 3876 - time: '2023-05-27T04:22:23.0000000+00:00' -- author: liltenhead - changes: - - {message: Fix uplink typos, type: Fix} - id: 3877 - time: '2023-05-27T05:33:19.0000000+00:00' -- author: MrGreen and OctoRocket - changes: - - {message: Added a CentCom scarf., type: Add} - id: 3878 - time: '2023-05-27T09:09:33.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Change grappling gun tech from Experimental to Industrial., type: Fix} - id: 3879 - time: '2023-05-27T12:19:03.0000000+00:00' -- author: malchanceux - changes: - - {message: NanoTrasen Counterintelligence has uncovered that threat actors have - started recruiting atmospheric technicians into their ranks. Whether this is - genuine or a red herring remains to be seen., type: Add} - id: 3880 - time: '2023-05-27T19:50:51.0000000+00:00' -- author: brainfood1183 - changes: - - {message: Station Map has been resprited and can now be constructed., type: Add} - id: 3881 - time: '2023-05-28T06:42:41.0000000+00:00' -- author: '0x6273' - changes: - - {message: Emitters and APEs can now be controlled with device linking., type: Add} - id: 3882 - time: '2023-05-28T06:44:28.0000000+00:00' -- author: Chief-Engineer - changes: - - {message: Revenants now drop ectoplasm when they die., type: Tweak} - id: 3883 - time: '2023-05-28T09:21:07.0000000+00:00' -- author: Chief-Engineer - changes: - - {message: Adds the universal pinpointer. A pinpointer that can be linked to track - anything., type: Add} - - {message: Pinpointers can now be emagged to act as stealthy universal pinpointers., - type: Tweak} - id: 3884 - time: '2023-05-28T10:24:09.0000000+00:00' -- author: Kit0vras - changes: - - {message: Added reaction for cola creation., type: Add} - id: 3885 - time: '2023-05-28T10:25:12.0000000+00:00' -- author: BurninDreamer - changes: - - {message: 'As per request of several Operatives the experimental stimpack was - cut down in price by nearly half, don''t forget the antitoxin that (doesn''t) - come in the package.', type: Tweak} - id: 3886 - time: '2023-05-28T20:05:58.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: 'NanoTrasen''s CBURN unit fell asleep on the job, accidentally reintroducing - the undead into the standard station ecosystem. Watch your back and don''t get - bit.', type: Add} - id: 3887 - time: '2023-05-28T20:06:15.0000000+00:00' -- author: liltenhead - changes: - - {message: Tweaked singularity to stay small with with a level 1 PA., type: Tweak} - id: 3888 - time: '2023-05-28T20:06:36.0000000+00:00' -- author: juliangiebel - changes: - - {message: Fixed not being able to set up mailing units, type: Fix} - id: 3889 - time: '2023-05-28T20:06:54.0000000+00:00' -- author: juliangiebel - changes: - - {message: Fixed suit sensors for crew arriving via arrivals shuttle, type: Fix} - id: 3890 - time: '2023-05-28T20:07:31.0000000+00:00' -- author: Flareguy - changes: - - {message: 'Most tools no longer deal 10 blunt damage, and are across-the-board - weaker.', type: Tweak} - - {message: The red crowbar is now stronger than the grey crowbar., type: Tweak} - - {message: Shovels and toolboxes are now much more robust., type: Tweak} - - {message: Power tools can now deal damage., type: Tweak} - id: 3891 - time: '2023-05-28T20:09:25.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Added ambient music!, type: Add} - - {message: Footstep sounds have been bumped., type: Tweak} - - {message: Volume sliders are now consistent and only go to 100% (rather than 100 - / 200 / 300). They still scale identically to before., type: Tweak} - - {message: Ambient sound sources (e.g. APCs) will now update whenever the audio - slider updates and not require you to leave range., type: Fix} - id: 3892 - time: '2023-05-29T00:44:12.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Maintenance ambience should play less frequently in corridors., type: Fix} - id: 3893 - time: '2023-05-29T04:19:00.0000000+00:00' -- author: Potato1234_x - changes: - - {message: The Centcom scarf has been moved to the Centdrobe, type: Tweak} - id: 3894 - time: '2023-05-29T04:34:45.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Fixed cleanbots., type: Fix} - id: 3895 - time: '2023-05-29T06:53:28.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Cap throwing scaling so bad mass values don't yeet you too far., type: Fix} - id: 3896 - time: '2023-05-29T07:11:54.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Fix landing pad clipping dungeons in some instances., type: Fix} - id: 3897 - time: '2023-05-29T11:48:15.0000000+00:00' -- author: PJB3005 - changes: - - {message: Device network addresses now look prettier., type: Tweak} - id: 3898 - time: '2023-05-29T14:56:31.0000000+00:00' -- author: malchanceux - changes: - - {message: Switches and remote signallers can now toggle bolts on linked doors, - type: Tweak} - id: 3899 - time: '2023-05-30T02:51:32.0000000+00:00' -- author: HerCoyote23 - changes: - - {message: limited Northstar battlecry to 12 characters, type: Fix} - id: 3900 - time: '2023-05-30T17:57:53.0000000+00:00' -- author: PJB3005 - changes: - - {message: You can't see grilles in the power monitoring console anymore, type: Tweak} - id: 3901 - time: '2023-05-30T22:34:45.0000000+00:00' -- author: 612git - changes: - - {message: Fixed Poppy potency scaling, type: Fix} - id: 3902 - time: '2023-05-30T23:07:15.0000000+00:00' -- author: HerCoyote23 - changes: - - {message: Fix northstar gloves sending radio messages., type: Fix} - id: 3903 - time: '2023-05-31T01:11:36.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Mining shuttle will spawn roundstart., type: Add} - id: 3904 - time: '2023-05-31T01:13:03.0000000+00:00' -- author: metalgearsloth - changes: - - {message: 'All ore veins are guaranteed on expeditions, tripled the vein count, - but made it so veins only drop 1 ore each.', type: Tweak} - id: 3905 - time: '2023-05-31T03:40:37.0000000+00:00' -- author: Flareguy - changes: - - {message: 'Shivs have been rebalanced. The regular glass shiv now does 5.5 damage, - but the damage gain from the better tiers of glass is much lower.', type: Tweak} - - {message: Glass shards now weigh a more appropriate size, type: Tweak} - - {message: Plasma glass shards are no longer orange, type: Fix} - id: 3906 - time: '2023-05-31T03:42:14.0000000+00:00' -- author: lzk228 - changes: - - {message: Added brown bandana to cargodrobe, type: Add} - id: 3907 - time: '2023-05-31T04:32:15.0000000+00:00' -- author: Cripes - changes: - - {message: Forensic scanner prints receipts now, type: Add} - id: 3908 - time: '2023-05-31T09:09:05.0000000+00:00' -- author: Segonist - changes: - - {message: Now you can print cell recharger and recharger circuits on autolathe - and construct them like other machines., type: Add} - id: 3909 - time: '2023-05-31T13:48:55.0000000+00:00' -- author: lzk - changes: - - {message: added some tools to belts whitelist, type: Tweak} - - {message: swab is trash now, type: Tweak} - id: 3910 - time: '2023-05-31T13:51:52.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Fix some docking configs not being considered valid., type: Fix} - id: 3911 - time: '2023-05-31T14:09:14.0000000+00:00' -- author: OctoRocket - changes: - - {message: Added the uncloneable trait!, type: Add} - id: 3912 - time: '2023-05-31T17:34:30.0000000+00:00' -- author: Flareguy - changes: - - {message: 'Added the NTSRA voidsuit, you may be able to find it in derelicts.', - type: Add} - - {message: Removed the IHS voidsuit and gloves., type: Remove} - id: 3913 - time: '2023-05-31T22:03:15.0000000+00:00' -- author: PJB3005 - changes: - - {message: Replaced some lethal mines in Barratry maintenance., type: Tweak} - id: 3914 - time: '2023-05-31T22:25:13.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Fix some docking configs (e.g. saltern)., type: Fix} - id: 3915 - time: '2023-06-01T00:48:45.0000000+00:00' -- author: metalgearsloth - changes: - - {message: PKA requires wielding now., type: Tweak} - id: 3916 - time: '2023-06-01T02:27:19.0000000+00:00' -- author: metalgearsloth - changes: - - {message: L6 firerate is 6 again. It requires wielding to have decent accuracy., - type: Tweak} - - {message: SMG accuracy reduced to 3-tiles width at full screen away., type: Tweak} - id: 3917 - time: '2023-06-01T02:40:11.0000000+00:00' -- author: liltenhead - changes: - - {message: Autolathe board economy crashed, type: Tweak} - id: 3918 - time: '2023-06-01T06:49:50.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Fix NPCs getting stuck on corners., type: Fix} - id: 3919 - time: '2023-06-01T13:11:41.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Less severe anomalies now have higher baseline point output., type: Tweak} - - {message: Random anomaly stability fluctuation is less extreme., type: Tweak} - id: 3920 - time: '2023-06-01T23:07:20.0000000+00:00' -- author: PJB3005 - changes: - - {message: 'Handcuffs don''t eat all interaction events anymore, so you can put - them in disposal bins, backpacks, etc.', type: Fix} - id: 3921 - time: '2023-06-02T00:48:43.0000000+00:00' -- author: Chief-Engineer - changes: - - {message: 'Ghosts can perform interactions, like fully examining things, at any - range', type: Tweak} - id: 3922 - time: '2023-06-02T00:50:17.0000000+00:00' -- author: icesickleone - changes: - - {message: Cowelding tool no longer heals blunt damage when lit, type: Fix} - id: 3923 - time: '2023-06-02T00:53:25.0000000+00:00' -- author: PJB3005 - changes: - - {message: Avoid doing actions like placing wires if you fail to insert something - into a backpack., type: Tweak} - - {message: Improved error messages for storage items., type: Tweak} - - {message: Stacks don't get dropped on the ground anymore if they can't fit in - a storage item., type: Fix} - id: 3924 - time: '2023-06-02T01:13:56.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Added bruise packs and ointment to medical techfab., type: Add} - id: 3925 - time: '2023-06-02T01:36:33.0000000+00:00' -- author: brainfood1183 - changes: - - {message: 'Toy Box has been added, it is filled with new toys.', type: Add} - id: 3926 - time: '2023-06-03T03:31:48.0000000+00:00' -- author: HerCoyote23 - changes: - - {message: Swords no longer clank, type: Tweak} - id: 3927 - time: '2023-06-03T10:17:15.0000000+00:00' -- author: Renlou - changes: - - {message: Added hampter plushie based on discord emoji/sticker, type: Add} - id: 3928 - time: '2023-06-03T18:50:53.0000000+00:00' -- author: Owai-Seek - changes: - - {message: Added GuideHelp tags to some Janitorial items., type: Add} - id: 3929 - time: '2023-06-03T19:07:06.0000000+00:00' -- author: lzk228 - changes: - - {message: Uranium window now can block radiation, type: Tweak} - id: 3930 - time: '2023-06-03T19:12:27.0000000+00:00' -- author: PJB3005 - changes: - - {message: Players being electrocuted now shows up nicer on the power monitoring - console., type: Tweak} - id: 3931 - time: '2023-06-03T19:13:31.0000000+00:00' -- author: Vordenburg - changes: - - {message: Joints and blunts will get you high again., type: Fix} - id: 3932 - time: '2023-06-03T19:29:46.0000000+00:00' -- author: tom-leys - changes: - - {message: 'Latest scientific research shows small boxes around Flesh Anomalies - are no longer best practice. Asked to comment on this, our scientific advisor - had this to say: "The Tendons! Tendons everywhere! Arrrghhh!"', type: Tweak} - id: 3933 - time: '2023-06-03T19:31:11.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Fixed being able to override the amount of the amount of liquid shot - out of a spray bottle., type: Fix} - - {message: Fixed vapor sprites being rotated in the wrong direction., type: Fix} - - {message: Slightly buffed mega spray bottle., type: Tweak} - id: 3934 - time: '2023-06-03T19:31:50.0000000+00:00' -- author: deltanedas - changes: - - {message: 'DoAfters (green bar above your head) now work when moving without gravity - so you can cuff, strip and use meds in spess.', type: Tweak} - id: 3935 - time: '2023-06-03T19:33:41.0000000+00:00' -- author: Slava0135 - changes: - - {message: puddle stickiness now updates when solution changes, type: Fix} - id: 3936 - time: '2023-06-03T19:34:44.0000000+00:00' -- author: deltanedas - changes: - - {message: 'Due to budget cuts in atmos, large gas tanks had their volume reduced - by 78%.', type: Tweak} - id: 3937 - time: '2023-06-04T00:09:37.0000000+00:00' -- author: deltanedas - changes: - - {message: 'Due to carp budget cuts, the Chief Space Carp can no longer send the - strongest carp and dragons to expedition dungeons.', type: Tweak} - id: 3938 - time: '2023-06-04T11:06:13.0000000+00:00' -- author: Equivocateur - changes: - - {message: Nanotrasen has remembered that they had built a therapy room for a reason - and is now allowing psychologists to board Origin Station., type: Fix} - id: 3939 - time: '2023-06-04T20:11:15.0000000+00:00' -- author: Owai-Seek - changes: - - {message: 'Adds Medical Doctor, Cryo, and Cloning Guidebooks', type: Add} - id: 3940 - time: '2023-06-04T21:06:43.0000000+00:00' -- author: Owai-Seek - changes: - - {message: Added Chef Guidebook, type: Add} - id: 3941 - time: '2023-06-04T21:34:29.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Advanced tools now has the recipe for the Experimental welding tool - instead of the Industrial welding tool, type: Fix} - id: 3942 - time: '2023-06-04T22:23:27.0000000+00:00' -- author: HerCoyote23 - changes: - - {message: Spears and Bats are bigger now, type: Tweak} - id: 3943 - time: '2023-06-05T00:49:18.0000000+00:00' -- author: Slava0135 - changes: - - {message: shields by default now block 50% of damage when not blocking and 100% - of damage when blocking., type: Tweak} - - {message: fixed shields affected by owner damage modifiers, type: Fix} - - {message: fixed shields taking damage from pressure if owner taking damage from - pressure (and etc.), type: Fix} - - {message: fixed shields making owner less resistant to damage, type: Fix} - id: 3944 - time: '2023-06-05T02:23:55.0000000+00:00' -- author: Ubaser - changes: - - {message: Added a new evacuation shuttle for Cluster, type: Add} - id: 3945 - time: '2023-06-05T02:52:58.0000000+00:00' -- author: lzk228 - changes: - - {message: Captain fax now captain's on Fland and Saltern, type: Tweak} - id: 3946 - time: '2023-06-05T09:20:19.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Fixed several reagents showing up in the "other" section of the chem - guidebook when they shouldn't have been., type: Fix} - id: 3947 - time: '2023-06-05T21:08:31.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: 'Added a guide for the bartender, including all the drinks and their - recipes.', type: Add} - id: 3948 - time: '2023-06-05T22:44:43.0000000+00:00' -- author: Owai-Seek - changes: - - {message: Added a Chemist Guidebook with a medical subsection., type: Add} - - {message: Guidebook Helpers have been added to the Chem Dispenser and Chem Master., - type: Tweak} - id: 3949 - time: '2023-06-05T22:45:46.0000000+00:00' -- author: Owai-Seek - changes: - - {message: Added GuideHelp tags to some Medical and Kitchen objects., type: Add} - id: 3950 - time: '2023-06-05T22:47:15.0000000+00:00' -- author: ElectroJr - changes: - - {message: Fixed the lobby's "Observe" button not working., type: Fix} - id: 3951 - time: '2023-06-06T01:01:39.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Defibrillators no longer heal airloss damage on live targets., type: Tweak} - - {message: 'Rotting no longer outright blocks defibrillators, however, the attempt - to revive will still fail.', type: Tweak} - id: 3952 - time: '2023-06-06T21:08:35.0000000+00:00' -- author: HerCoyote23 - changes: - - {message: You can clobber people with the seclite now., type: Tweak} - id: 3953 - time: '2023-06-06T21:21:19.0000000+00:00' -- author: Stealth16 - changes: - - {message: Reduced the yield and growth rates of almost every plant., type: Tweak} - id: 3954 - time: '2023-06-07T03:48:08.0000000+00:00' -- author: ElectroJr - changes: - - {message: Fixed a bug that allowed traitors to duplicate TCs., type: Fix} - id: 3955 - time: '2023-06-07T03:53:11.0000000+00:00' -- author: Velcroboy - changes: - - {message: Added Bingus and Space Cat spawners!, type: Add} - id: 3956 - time: '2023-06-07T03:53:27.0000000+00:00' -- author: Owai-Seek - changes: - - {message: Mice are no longer blood based juice boxes., type: Tweak} - id: 3957 - time: '2023-06-07T03:53:41.0000000+00:00' -- author: Rincew1nd - changes: - - {message: All the antag roles have briefing sounds now., type: Add} - id: 3958 - time: '2023-06-07T07:15:23.0000000+00:00' -- author: lzk - changes: - - {message: Fixed slime and diona brute damage color., type: Fix} - id: 3959 - time: '2023-06-07T08:57:49.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Fixed missing text for the cogchamp effect in the bar guide., type: Fix} - id: 3960 - time: '2023-06-07T09:52:24.0000000+00:00' -- author: Kit0vras - changes: - - {message: 'Added new reagent: Fat.', type: Add} - - {message: Added reactions for creating soap and meat., type: Add} - - {message: 'Added the ability to get fat from raw meat, cutlets, body parts, mice - and hamster using a grinder.', type: Add} - id: 3961 - time: '2023-06-07T13:04:37.0000000+00:00' -- author: TemporalOroboros - changes: - - {message: The PDA ringtone now permits deleting/rewriting notes instead of requiring - copypasting., type: Tweak} - id: 3962 - time: '2023-06-07T14:22:19.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Defibrillators now revive people again., type: Fix} - id: 3963 - time: '2023-06-07T19:12:49.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Added cargo pallets to the cargo product console., type: Add} - id: 3964 - time: '2023-06-07T19:40:30.0000000+00:00' -- author: deltanedas - changes: - - {message: 'APCs are now limited to 24kW of power, their breakers will pop if they - provide more than that.', type: Tweak} - id: 3965 - time: '2023-06-07T19:43:55.0000000+00:00' -- author: deltanedas - changes: - - {message: Fixed microwaves defaulting to 5 seconds when the ui said instant., - type: Fix} - id: 3966 - time: '2023-06-07T19:44:42.0000000+00:00' -- author: lzk - changes: - - {message: Changed sprites for some medipens., type: Tweak} - id: 3967 - time: '2023-06-07T22:18:18.0000000+00:00' -- author: deltanedas - changes: - - {message: 'You can now build logic gates and link them to some things, currently - doors and other logic gates.', type: Add} - id: 3968 - time: '2023-06-07T23:48:43.0000000+00:00' -- author: Sanchez_ - changes: - - {message: Added new emotion sound, type: Add} - id: 3969 - time: '2023-06-08T06:22:02.0000000+00:00' -- author: TemporalOroboros - changes: - - {message: 'Central has distributed a new subversion of the standard particle accelerators. - Nothing exciting, but they have brought back the old wiring layout. Apparently - some of the newer versions were having firmware issues and it was more reliable. - Keep on eye on it while it''s running will you? We don''t want an intern disabling - the safeties and frying their face off.', type: Add} - - {message: Some components of the particle accelerator have been relabeled to make - their orientation more obvious., type: Tweak} - id: 3970 - time: '2023-06-08T06:25:59.0000000+00:00' -- author: brainfood1183 - changes: - - {message: HAMTR mech has been added., type: Add} - id: 3971 - time: '2023-06-08T06:33:36.0000000+00:00' -- author: OctoRocket - changes: - - {message: The game will now fall back to Traitor if there are more than 5 people - in the game., type: Tweak} - id: 3972 - time: '2023-06-08T07:16:18.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: 'The R&D server can be deconstructed. Be warned: this resets all unlocked - technology, points, and the current discipline.', type: Add} - id: 3973 - time: '2023-06-08T07:39:29.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: 'Added the chemical compendium, a book containing all chemistry recipes - and effects. Find it in the library today.', type: Add} - id: 3974 - time: '2023-06-08T14:47:54.0000000+00:00' -- author: Ahion - changes: - - {message: Fixed O2 tanks in oxygen deprivation treatment kit spawning empty., - type: Fix} - id: 3975 - time: '2023-06-08T15:10:27.0000000+00:00' -- author: Nairodian - changes: - - {message: Tweaked toolbelt starting items to remove multitools from non-engineering - personnel., type: Tweak} - id: 3976 - time: '2023-06-10T02:58:09.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Fix cargo pallet collision when anchored., type: Fix} - id: 3977 - time: '2023-06-10T09:43:55.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Paused entities will no longer show as ghost roles (no more taking xeno - / dragon on expeditions and waiting for the crew to arrive)., type: Tweak} - id: 3978 - time: '2023-06-10T12:24:35.0000000+00:00' -- author: ElectroJr - changes: - - {message: Fixed glue puddles sometimes causing permanent slowdown., type: Fix} - id: 3979 - time: '2023-06-11T17:04:42.0000000+00:00' -- author: Veritius - changes: - - {message: Added the White Gilgamesh., type: Add} - - {message: Removed bilk., type: Remove} - - {message: Fixed the grammar of The Martinez., type: Fix} - id: 3980 - time: '2023-06-11T17:09:41.0000000+00:00' -- author: Owai-Seek - changes: - - {message: Fixes a minor error in the Food Recipes guidebook., type: Fix} - id: 3981 - time: '2023-06-13T01:17:48.0000000+00:00' -- author: deltanedas - changes: - - {message: The Praetorian and Runner xenos can now be rarely found on expeditions., - type: Add} - - {message: All xenos now enjoy a slowdown when badly wounded., type: Tweak} - id: 3982 - time: '2023-06-13T04:48:29.0000000+00:00' -- author: deltanedas - changes: - - {message: R&D has figured out how to upgrade salvage magnets using high-tier capacitors., - type: Tweak} - id: 3983 - time: '2023-06-13T06:37:54.0000000+00:00' -- author: liltenhead - changes: - - {message: The economy behind timer electronics has crashed., type: Tweak} - id: 3984 - time: '2023-06-13T08:09:18.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Add doorbumpopener to some stuff that should've had it (slimes)., type: Fix} - - {message: Mobs that can bump open doors can also click them open now., type: Tweak} - id: 3985 - time: '2023-06-13T10:30:05.0000000+00:00' -- author: Slava0135 - changes: - - {message: made temperature ignore resistances, type: Tweak} - - {message: fixed shields making blocking sound when user is damaged by temperature, - type: Fix} - id: 3986 - time: '2023-06-13T12:59:08.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Bluespace anomalies no longer mispredict teleportation (no more jittering - around and teleporting 7 times instantly), type: Fix} - - {message: Portals and bluespace anomalies no longer teleport players into walls, - type: Fix} - id: 3987 - time: '2023-06-14T01:32:03.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: 'Added the sheetmeister, a machine that presses raw meat into construction - sheets.', type: Add} - - {message: Added sheetmeister to meat manipulation technology., type: Add} - id: 3988 - time: '2023-06-15T00:49:24.0000000+00:00' -- author: Dynexust - changes: - - {message: 'Interdyne Pharmaceutics has pushed a new chemical on the market, Doxarubixadone, - which cryogenically heals cellular damage.', type: Add} - id: 3989 - time: '2023-06-15T01:26:28.0000000+00:00' -- author: deepy - changes: - - {message: Cables now connect to the closest net instead of the first one it finds., - type: Fix} - id: 3990 - time: '2023-06-15T01:31:15.0000000+00:00' -- author: deltanedas - changes: - - {message: Wallmount generator board is now cheaper to compensate for less power - output., type: Tweak} - id: 3991 - time: '2023-06-15T01:45:07.0000000+00:00' -- author: deltanedas - changes: - - {message: Blood-red hardsuits now slow you half as much as before., type: Tweak} - id: 3992 - time: '2023-06-15T02:12:09.0000000+00:00' -- author: deltanedas - changes: - - {message: 'Implemented a new robust harvest overdose threshold for Diona, preventing - them from achieving immortality.', type: Tweak} - id: 3993 - time: '2023-06-15T02:13:06.0000000+00:00' -- author: Flareguy - changes: - - {message: 'Added the basic hardsuit, a modest but lightweight hardsuit with minor - damage resistances in all categories.', type: Add} - - {message: Resprited all EVA suits., type: Tweak} - - {message: 'Changed a bunch of descriptions relating to hardsuits, softsuits, and - EVA helmets.', type: Tweak} - id: 3994 - time: '2023-06-15T02:15:22.0000000+00:00' -- author: '0x6273' - changes: - - {message: Pre-filled non-engineering utility belts now come with a network configurator., - type: Tweak} - id: 3995 - time: '2023-06-15T02:16:12.0000000+00:00' -- author: OctoRocket - changes: - - {message: Added a trait that gives you a pirate accent!, type: Add} - id: 3996 - time: '2023-06-15T02:17:40.0000000+00:00' -- author: MisterMecky - changes: - - {message: 'Condiment bottles and shakers are now refillable, and are spill-able - in-hand.', type: Tweak} - id: 3997 - time: '2023-06-15T02:18:38.0000000+00:00' -- author: Slava0135 - changes: - - {message: grilles can now be constructed on lattice (easier to rebuild asteroid - defences), type: Tweak} - id: 3998 - time: '2023-06-15T02:25:29.0000000+00:00' -- author: OttoMaticode - changes: - - {message: Linked the science entry in the robotics guidebook entry., type: Fix} - id: 3999 - time: '2023-06-15T02:43:02.0000000+00:00' -- author: SonicDC - changes: - - {message: Added dumplings!, type: Add} - id: 4000 - time: '2023-06-15T02:45:31.0000000+00:00' -- author: brainfood1183 - changes: - - {message: Clown Spiders have been sighted in the maintenance corridors., type: Add} - - {message: Rumors of giant floating Behonkers have been circulating between salvage - crews., type: Add} - id: 4001 - time: '2023-06-15T02:47:37.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Added high-capacity bluespace beakers and large-volume quick-injecting - bluespace syringes., type: Add} - - {message: Replaced the tier 3 biochemical technology with Bluespace Chemistry., - type: Add} - id: 4002 - time: '2023-06-15T03:11:11.0000000+00:00' -- author: Ahion - changes: - - {message: 'Using the crew monitoring console, it has become more convenient to - track the position of the crew on the map.', type: Tweak} - id: 4003 - time: '2023-06-15T03:29:53.0000000+00:00' -- author: end - changes: - - {message: 'Librarians now can ask cargo to order guidebooks, in order to increase - the IQ of spessman.', type: Add} - id: 4004 - time: '2023-06-15T03:36:16.0000000+00:00' -- author: deltanedas - changes: - - {message: Shuttle airlocks now have wires and can be hacked., type: Tweak} - id: 4005 - time: '2023-06-15T03:37:58.0000000+00:00' -- author: Slava0135 - changes: - - {message: added mass hallucinations event that temporarily makes everyone on station - hear random sounds (paracusia), type: Add} - id: 4006 - time: '2023-06-15T06:45:51.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Our top scientists have injected our artifacts with foaming agents to - greatly increase their foam output. Let's just hope that there's nothing dangerous - inside of it., type: Fix} - id: 4007 - time: '2023-06-15T11:26:10.0000000+00:00' -- author: lzk - changes: - - {message: Changed sprites, type: Tweak} - id: 4008 - time: '2023-06-15T11:55:07.0000000+00:00' -- author: deltanedas - changes: - - {message: Fixed being able to insert tanks/jetpacks into locked gas canisters., - type: Fix} - id: 4009 - time: '2023-06-15T12:03:20.0000000+00:00' -- author: deltanedas - changes: - - {message: CentCom's Ministry Of Truth has trained station mice to stop eating - uranium., type: Fix} - id: 4010 - time: '2023-06-15T12:35:11.0000000+00:00' -- author: notafet - changes: - - {message: Female dwarves now have female laughs., type: Tweak} - id: 4011 - time: '2023-06-15T19:19:26.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Ice anomaly projectiles do increased structural damage., type: Tweak} - - {message: Ice anomalies now shoot more projectiles with increased accuracy on - living targets., type: Tweak} - - {message: Decreased explosive power from the ice anomaly supercritical event., - type: Tweak} - id: 4012 - time: '2023-06-16T00:52:49.0000000+00:00' -- author: Nairodian - changes: - - {message: Changed anchored and unanchored examine text to be green and red respectfully., - type: Tweak} - id: 4013 - time: '2023-06-16T02:46:39.0000000+00:00' -- author: deltanedas - changes: - - {message: 'NanoTrasen has finally started rewarding salvagers for actually completing - their missions. Rewards can range from materials, to cloning parts, to advanced - weaponry.', type: Add} - - {message: todo..., type: Remove} - id: 4014 - time: '2023-06-16T05:19:03.0000000+00:00' -- author: deltanedas - changes: - - {message: 'NanoTrasen has discovered new planets with dangerous atmospheres, or - none at all, to send salvagers to.', type: Add} - id: 4015 - time: '2023-06-16T05:25:26.0000000+00:00' -- author: Arteben - changes: - - {message: Most entities can now zoom in their view via the zoom key bindings. - Zooming out is still restricted., type: Tweak} - id: 4016 - time: '2023-06-16T23:22:21.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: HAMTR Mech is now a tier 1 civilian service technology., type: Tweak} - id: 4017 - time: '2023-06-17T01:59:54.0000000+00:00' -- author: deltanedas - changes: - - {message: When taking a mission you can now see what its rewards will be., type: Tweak} - id: 4018 - time: '2023-06-17T02:00:54.0000000+00:00' -- author: Slava0135 - changes: - - {message: Shield values now can be examined, type: Add} - id: 4019 - time: '2023-06-17T02:07:58.0000000+00:00' -- author: metalgearsloth - changes: - - {message: 'Fix gas tile overlays not always showing, e.g. gas leaks on shuttles - on planets.', type: Fix} - id: 4020 - time: '2023-06-17T02:30:56.0000000+00:00' -- author: Sigil - changes: - - {message: Fixed the armour values on all winter coats that have caustic armour - as well as the CMO and virology bio suits., type: Fix} - id: 4021 - time: '2023-06-17T09:55:16.0000000+00:00' -- author: PixelTK - changes: - - {message: Tweaked arachnids to look a bit more fluffier., type: Tweak} - id: 4022 - time: '2023-06-17T19:47:32.0000000+00:00' -- author: Owai-Seek - changes: - - {message: Added Dermaline Pills and Cryoxadone Beaker entities., type: Add} - - {message: 'Unit amounts to medicine in kits is now displayed. (IE: bicardine (10u)', - type: Tweak} - - {message: Burn kits now contain Dermaline pills instead., type: Tweak} - id: 4023 - time: '2023-06-17T19:47:56.0000000+00:00' -- author: Nails-n-Tape - changes: - - {message: added a guidebook entry for cargo, type: Add} - id: 4024 - time: '2023-06-18T02:31:49.0000000+00:00' -- author: Chief-Engineer - changes: - - {message: The Syndicate has stopped making zombie bundles available to nuclear - operatives after learning that the included bioweapon has expired., type: Remove} - id: 4025 - time: '2023-06-18T03:23:42.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Bananium now generates on expedition planets., type: Fix} - id: 4026 - time: '2023-06-18T07:11:30.0000000+00:00' -- author: Alekshhh - changes: - - {message: Added more dwarf accenting, type: Add} - id: 4027 - time: '2023-06-18T09:12:10.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Added artifact fragments. These can be uncovered in rock on planets - and asteroids. Combining a few of them will produce an artifact that science - can research., type: Add} - id: 4028 - time: '2023-06-18T14:56:45.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: The artifact division has finally remembered to wash alien artifacts - before giving them to scientists. They should now look significantly better., - type: Tweak} - id: 4029 - time: '2023-06-18T15:02:27.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Removed the spare CE belt., type: Remove} - id: 4030 - time: '2023-06-18T17:06:09.0000000+00:00' -- author: ElectroJr - changes: - - {message: 'Fixed equipped clothing sprites not working for some mobs (e.g., monkeys).', - type: Fix} - id: 4031 - time: '2023-06-18T17:23:04.0000000+00:00' -- author: FacePlus - changes: - - {message: Interns at Syndicate Command found a lost crate of Double Bladed Energy - Swords in the back. They will be giving them to agents at the cost of 16tc each - in their uplinks., type: Add} - id: 4032 - time: '2023-06-18T19:35:23.0000000+00:00' -- author: Chief-Engineer - changes: - - {message: Command role requirements have been modified., type: Tweak} - id: 4033 - time: '2023-06-18T21:53:05.0000000+00:00' -- author: Wirdal - changes: - - {message: Changed fuel consumption for weldable things to be higher in general., - type: Tweak} - id: 4034 - time: '2023-06-18T21:56:09.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Added the new Arsenal research discipline., type: Add} - - {message: Added incendiary ammunition variants., type: Add} - - {message: Salvage Weapons and Signalling Tech are now part of the Arsenal discipline., - type: Tweak} - - {message: Reduced taser shot count from 10 down to 5., type: Tweak} - id: 4035 - time: '2023-06-18T21:56:49.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: The security techfab no longer contains all the protolathe recipes., - type: Fix} - id: 4036 - time: '2023-06-18T22:35:19.0000000+00:00' -- author: PJB3005 - changes: - - {message: 'Turning around from the previous change to the CE''s belt: the CE no - longer spawns with their special belt, instead it''s in their locker again.', - type: Tweak} - id: 4037 - time: '2023-06-18T23:13:53.0000000+00:00' -- author: Nimfar11 - changes: - - {message: Adds a gas mask for the ERT and death squadron., type: Add} - id: 4038 - time: '2023-06-18T23:14:32.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Updated visuals for machine parts., type: Tweak} - id: 4039 - time: '2023-06-18T23:28:27.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: 'Due to new refinement procedures, Bags of Holding now require less - uranium to create.', type: Tweak} - id: 4040 - time: '2023-06-18T23:37:17.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Removed security techfab board from expedition loot., type: Remove} - id: 4041 - time: '2023-06-18T23:37:34.0000000+00:00' -- author: Flareguy - changes: - - {message: Added the extremely robust & highly coveted SWAT helmet. You can find - it as a reward in salvage expeditions., type: Add} - id: 4042 - time: '2023-06-18T23:38:55.0000000+00:00' -- author: deltanedas - changes: - - {message: Proto-kinetic accelerators have returned to the salvage vendor., type: Tweak} - id: 4043 - time: '2023-06-19T00:53:01.0000000+00:00' -- author: Owai-Seek - changes: - - {message: Provided some minor updates to Janitorial and Cryogenics guidebooks., - type: Tweak} - id: 4044 - time: '2023-06-19T01:15:01.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Fixed being able to craft artifacts without the proper amount of fragments., - type: Fix} - id: 4045 - time: '2023-06-19T04:02:28.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Quartz now generates on planets., type: Add} - - {message: Greatly increased the amount of ore that generates on planets. Grab - your picks!, type: Tweak} - id: 4046 - time: '2023-06-19T04:03:41.0000000+00:00' -- author: lzk - changes: - - {message: Added paramedic and atmospherics windoor for mapping., type: Add} - id: 4047 - time: '2023-06-19T17:29:45.0000000+00:00' -- author: Jackal298 - changes: - - {message: Added 4 new mercenary items, type: Add} - id: 4048 - time: '2023-06-19T17:38:57.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Lathe recipes no longer permanently duplicate and accumulate when trying - to sync., type: Fix} - id: 4049 - time: '2023-06-19T17:43:20.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Removed experimental stims., type: Remove} - - {message: Bumped stimulants metabolism from 0.2 to 1.0 per second, type: Tweak} - - {message: Reduced stimpacks from 5 minutes to 30 seconds., type: Tweak} - id: 4050 - time: '2023-06-20T02:23:10.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Remove guaranteed cat ear spawns., type: Remove} - id: 4051 - time: '2023-06-20T03:53:27.0000000+00:00' -- author: ElectroJr - changes: - - {message: Fixed some bugs that prevented ghosts from spawning., type: Fix} - id: 4052 - time: '2023-06-20T04:29:26.0000000+00:00' -- author: Vordenburg - changes: - - {message: The hand labeler and Syndicate agent ID now set their labels without - the player needing to hit enter on the input fields., type: Tweak} - id: 4053 - time: '2023-06-20T04:52:03.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Fixed lathe ui not expanding properly. Also gave it a facelift., type: Fix} - - {message: Lathes no longer have to be manually synced to servers., type: Tweak} - - {message: Removed useless sync button on the research console., type: Remove} - id: 4054 - time: '2023-06-20T06:39:35.0000000+00:00' -- author: Flareguy - changes: - - {message: Updated all cargo department clothing sprites., type: Tweak} - id: 4055 - time: '2023-06-20T20:26:41.0000000+00:00' -- author: CrigCrag - changes: - - {message: 'Nanotrasen realized they could stuff even more asbestos into the Atmospherics - firesuits, and have promptly done so.', type: Tweak} - - {message: 'Due to a recent reallocation in asbestos supply, the Atmospherics hardsuits - are less heat resistant.', type: Tweak} - id: 4056 - time: '2023-06-20T20:29:13.0000000+00:00' -- author: Equivocateur - changes: - - {message: Added hidden items in multiple vending machines., type: Add} - id: 4057 - time: '2023-06-20T20:30:27.0000000+00:00' -- author: Alekshhh - changes: - - {message: Added more dwarf accenting and fixed bug with the words 'over' 'moreover' - and 'more', type: Add} - id: 4058 - time: '2023-06-20T20:30:57.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Removed chemistry from nukie planet., type: Remove} - id: 4059 - time: '2023-06-21T00:50:35.0000000+00:00' -- author: ElectroJr - changes: - - {message: Fixed a bug that allowed observers/ghosts to respawn by disconnecting - and reconnecting., type: Fix} - id: 4060 - time: '2023-06-21T01:04:08.0000000+00:00' -- author: ElectroJr - changes: - - {message: Fixed usernames not showing up in the round end window., type: Fix} - id: 4061 - time: '2023-06-21T01:18:16.0000000+00:00' -- author: Whisper - changes: - - {message: The rate of which bleeding wounds passively clot has been doubled. (0.5u - to 1.0u), type: Tweak} - - {message: Max bleed rate has been halved (20u to 10u), type: Tweak} - - {message: blood puddles will always be created at a minimum of 1u of blood lost. - (5u to 1u), type: Tweak} - - {message: 'The refresh rate for all bloodstream effects (Losing blood, Regaining - blood, taking damage, Wound clotting) has been reduced to 3 seconds. This will - mean players will both bleed faster but also recover faster.', type: Tweak} - id: 4062 - time: '2023-06-21T14:30:20.0000000+00:00' -- author: Chief-Engineer - changes: - - {message: Armor has been removed from jumpsuits., type: Tweak} - id: 4063 - time: '2023-06-21T14:30:31.0000000+00:00' -- author: liltenhead - changes: - - {message: Added Bicaridine pills to brute medkit., type: Add} - - {message: Added Bicaridine syringe to combat medkit., type: Add} - id: 4064 - time: '2023-06-21T20:35:21.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Fixed many PDAs not having the correct colors in their UIs., type: Fix} - id: 4065 - time: '2023-06-21T21:45:17.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Fixed research console ui not updating when technology is unlocked on - another console., type: Fix} - id: 4066 - time: '2023-06-22T00:59:58.0000000+00:00' -- author: Nimfar11 - changes: - - {message: Adds an Energy Shield to the Syndicate uplink for 6 TC., type: Add} - id: 4067 - time: '2023-06-22T04:08:59.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: 'Added cargo bounties. Simply fill up a crate with the specified items, - attach the manifest label, and sell it.', type: Add} - id: 4068 - time: '2023-06-22T11:49:34.0000000+00:00' -- author: Alekshhh - changes: - - {message: Fixed dwarf accent word typo from 'anatag' to 'antag', type: Fix} - id: 4069 - time: '2023-06-22T19:48:38.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Added 22 new bounties for cargo., type: Add} - id: 4070 - time: '2023-06-23T04:31:53.0000000+00:00' -- author: JustinTrotter - changes: - - {message: Uranium spears now have melee sounds, type: Fix} - id: 4071 - time: '2023-06-23T12:23:09.0000000+00:00' -- author: JustinTrotter - changes: - - {message: Mining drills are now weldable and have increased structural damage, - type: Add} - id: 4072 - time: '2023-06-23T12:23:21.0000000+00:00' -- author: FluidRock - changes: - - {message: Nuclear Operative Zombie bundle now contains Incendiary shotgun shells - instead of Flare shells., type: Tweak} - id: 4073 - time: '2023-06-23T12:24:03.0000000+00:00' -- author: lzk228 - changes: - - {message: Fixed some jumpskirts gender masks, type: Fix} - id: 4074 - time: '2023-06-23T12:24:38.0000000+00:00' -- author: CrigCrag - changes: - - {message: Nanotrasen has installed REAL wheels on the janitorial trolleys after - complaints of fake wheels leaving marks on the tiling. They should be a bit - easier to move now., type: Tweak} - id: 4075 - time: '2023-06-23T17:49:20.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Resprited the node scanner., type: Tweak} - id: 4076 - time: '2023-06-24T04:20:27.0000000+00:00' -- author: crazybrain - changes: - - {message: QM is now officially supervised by the Captain., type: Tweak} - - {message: The Cargo department is no longer supervised by the HoP., type: Tweak} - id: 4077 - time: '2023-06-24T05:32:15.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: 'Added Artifexium, a chemical that can activate artifacts when sprayed - on their surface. Get it by grinding artifact fragments.', type: Add} - id: 4078 - time: '2023-06-24T12:00:42.0000000+00:00' -- author: Nimfar11 - changes: - - {message: Adds Amanita fly agaric seeds to the Vendomat of seeds after EMAG., - type: Add} - id: 4079 - time: '2023-06-24T12:03:09.0000000+00:00' -- author: Lank - changes: - - {message: Chemist PDA's can now analyze patient health., type: Tweak} - id: 4080 - time: '2023-06-24T12:11:48.0000000+00:00' -- author: '0x6273' - changes: - - {message: 'Hotplates no longer use itemslots, which means you can see and interact - with the beaker while it''s being heated.', type: Tweak} - id: 4081 - time: '2023-06-24T18:09:24.0000000+00:00' -- author: Alekshhh - changes: - - {message: Changed cap gun ammo to look less like real bullets, type: Tweak} - id: 4082 - time: '2023-06-24T19:56:42.0000000+00:00' -- author: Equivocateur - changes: - - {message: As part of a bounty program - whatever insulated gloves we could find - on Origin we have handed over to cargo., type: Remove} - id: 4083 - time: '2023-06-24T19:57:56.0000000+00:00' -- author: Alekshhh - changes: - - {message: 'Changed bluespace and cryostasis beakers to not be weird when thrown, - and cryostasis contents can now be spilled when thrown.', type: Tweak} - id: 4084 - time: '2023-06-24T20:01:04.0000000+00:00' -- author: deltanedas - changes: - - {message: Emergency crowbar and regular crowbar now do the same damage. Please - leave emergency crowbars for emergencies!!!, type: Tweak} - id: 4085 - time: '2023-06-24T20:05:03.0000000+00:00' -- author: Myakot - changes: - - {message: Added additional information to guidebooks p.1, type: Add} - - {message: Some little typos in guidebook, type: Fix} - id: 4086 - time: '2023-06-24T20:07:25.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: The size of an item now scales with the amount of items in a stack. - A single sheet of metal takes up less space than a stack of 30., type: Add} - id: 4087 - time: '2023-06-25T15:44:37.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: The salvage magnet can now pull in randomly generated asteroids stuffed - with ores., type: Add} - - {message: Salvages are much less likely to fail to be pulled in., type: Fix} - id: 4088 - time: '2023-06-25T17:50:41.0000000+00:00' -- author: Alekshhh - changes: - - {message: Changed artifact rocks to spit out 2-3 fragments instead of 1, type: Tweak} - id: 4089 - time: '2023-06-25T18:12:47.0000000+00:00' -- author: lzk228 - changes: - - {message: Added beachball to the arcade prizes!, type: Add} - id: 4090 - time: '2023-06-26T02:07:02.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Disallow tile placement close to other grids., type: Tweak} - id: 4091 - time: '2023-06-26T03:00:17.0000000+00:00' -- author: Nimfar11 - changes: - - {message: Add solar tracker electronics to the circuit printer, type: Add} - id: 4092 - time: '2023-06-26T03:04:06.0000000+00:00' -- author: lzk228 - changes: - - {message: Added taco and taco recipe!, type: Add} - id: 4093 - time: '2023-06-26T03:05:08.0000000+00:00' -- author: Lank - changes: - - {message: The Head of Security's trenchcoat now clearly states it's armored., - type: Tweak} - id: 4094 - time: '2023-06-26T13:35:45.0000000+00:00' -- author: CrigCrag - changes: - - {message: 'Following a lawsuit, some unshielded asbestos was removed from the - atmos hardsuit helmet due to health concerns. They are now less heat resistant.', - type: Tweak} - - {message: 'Nanotrasen has released a new model of atmos firesuit. This model is - very resistant to heat, and has a bit more protection against high pressure. - However, it is not rated for low pressure environments and its helmet is notably - less sturdy.', type: Tweak} - id: 4095 - time: '2023-06-26T20:33:50.0000000+00:00' -- author: router - changes: - - {message: 'Added an alternative emotes prefix, *. Note that it doesn''t get treated - any differently than the normal @ prefix.', type: Add} - id: 4096 - time: '2023-06-26T21:20:09.0000000+00:00' -- author: Chief-Engineer - changes: - - {message: Nanotrasen has invested in higher quality grilles., type: Tweak} - - {message: The Hristov now does structural damage., type: Tweak} - id: 4097 - time: '2023-06-27T01:19:09.0000000+00:00' -- author: lzk228 - changes: - - {message: Added crate with two prestigious EVA hardsuits to cargo catalog, type: Add} - id: 4098 - time: '2023-06-27T04:45:30.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Refactored dungeon generation for salvage expeditions., type: Tweak} - id: 4099 - time: '2023-06-27T09:17:42.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Remove the landing pad from expeditions., type: Tweak} - id: 4100 - time: '2023-06-27T09:55:21.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Disable ambient music when expedition countdown starts. Also bumped - countdown volume a lot., type: Tweak} - id: 4101 - time: '2023-06-27T11:28:52.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Fixed being able to use stacks to overload storage containers, type: Fix} - - {message: Fixed splitting stacks inside of storage not updating the available - capacity., type: Fix} - id: 4102 - time: '2023-06-28T00:30:03.0000000+00:00' -- author: Alekshhh - changes: - - {message: 'Added more pirate accenting, yarr.', type: Add} - id: 4103 - time: '2023-06-28T00:40:48.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Reduced folding chair damage., type: Tweak} - id: 4104 - time: '2023-06-28T01:41:43.0000000+00:00' -- author: deltanedas - changes: - - {message: Welders have been reworked to consume fuel when lit rather than after - welding something., type: Tweak} - id: 4105 - time: '2023-06-28T01:46:49.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Crushers now leech 10 hp upon hitting damage marker targets., type: Add} - id: 4106 - time: '2023-06-28T02:04:39.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Removed smoke reactions until someone makes a better system., type: Remove} - id: 4107 - time: '2023-06-28T02:08:47.0000000+00:00' -- author: Dygon - changes: - - {message: Vomit now only contains 10% of the reagents removed from the chem stream, - type: Tweak} - id: 4108 - time: '2023-06-28T02:08:57.0000000+00:00' -- author: Jackal298 - changes: - - {message: increased the rate of fire of the Deckard and Mateb revolvers, type: Tweak} - - {message: Deckard revolver price increased to 1500, type: Tweak} - id: 4109 - time: '2023-06-28T02:12:02.0000000+00:00' -- author: Slava0135 - changes: - - {message: added space lube tube - use it on items to make them slip out of hands!, - type: Add} - id: 4110 - time: '2023-06-28T02:48:06.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Maps now draw their atmospheric gasses., type: Add} - id: 4111 - time: '2023-06-28T11:22:03.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Snow planets now have minerals and rocks on them., type: Add} - id: 4112 - time: '2023-06-28T11:32:02.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Added walls to lava planets., type: Add} - id: 4113 - time: '2023-06-28T12:57:40.0000000+00:00' - author: crazybrain changes: - - {message: The lsobjectives command now has autocompletion., type: Tweak} - id: 4114 - time: '2023-06-28T13:47:46.0000000+00:00' + - message: Medical cyborgs now have self-recharging health analyzers. + type: Fix + id: 1 + time: '2023-08-13T00:00:00.0000000+00:00' - author: deltanedas changes: - - {message: 'Hazardous and Extreme expeditions can have more dangerous modifiers, - of which temperature has been added.', type: Tweak} - - {message: Hazardous and Extreme expeditions give 4 and 5 rewards respectively., - type: Tweak} - id: 4115 - time: '2023-06-28T14:01:27.0000000+00:00' -- author: Lank - changes: - - {message: 'Added Lead, a tasteless, incredibly powerful but slow-acting poison - obtained in small amounts by grinding steel.', type: Add} - - {message: Grinding powercells now gives Zinc instead of Licoxide, type: Tweak} - - {message: Licoxide is now obtained through a combination of Zinc and Lead., type: Tweak} - id: 4116 - time: '2023-06-28T17:53:56.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Salvages should be pulled in more reliably., type: Fix} - id: 4117 - time: '2023-06-28T18:06:31.0000000+00:00' -- author: DadeKuma - changes: - - {message: It's no longer possible to unbuckle if you are handcuffed, type: Fix} - id: 4118 - time: '2023-06-28T18:09:04.0000000+00:00' -- author: Jackal298 - changes: - - {message: Changed kukri knife icon and merc backpack sprite on player, type: Tweak} - id: 4119 - time: '2023-06-28T19:59:30.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Modified the rewards and item amounts for several cargo bounties., type: Tweak} - - {message: Fixed the pie bounty and percussion bounty not being able to be complete., - type: Fix} - id: 4120 - time: '2023-06-28T19:59:40.0000000+00:00' -- author: lzk228 - changes: - - {message: 'Fixed: dwarfs has no cough, sneeze etc sounds', type: Fix} - id: 4121 - time: '2023-06-28T20:01:41.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Pulling objects is generally faster on most surfaces., type: Tweak} - - {message: Crates and lockers are now lighter and can be dragged easier., type: Tweak} - - {message: You can drag objects while in space. Note that Newton's laws still apply - and you won't be getting anywhere., type: Tweak} - - {message: Dragging objects while on a grid in 0 gravity now works., type: Tweak} - id: 4122 - time: '2023-06-28T20:03:16.0000000+00:00' -- author: Lank - changes: - - {message: The culprit sharpening everyone's rock guitars has been caught. They - should now be more dull and subsequently weaker as a result., type: Tweak} - id: 4123 - time: '2023-06-28T20:03:44.0000000+00:00' -- author: themias - changes: - - {message: Janitor trolley is functional again. Its storage is temporarily removed., - type: Fix} - id: 4124 - time: '2023-06-28T20:10:22.0000000+00:00' -- author: lzk228 - changes: - - {message: Fixed slimes not being able to play sounds, type: Fix} - id: 4125 - time: '2023-06-28T20:13:31.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: You can no longer unbuckle yourself while cuffed., type: Fix} - id: 4126 - time: '2023-06-29T03:19:56.0000000+00:00' -- author: Slava0135 - changes: - - {message: fixed lubed item displacement after smart equip, type: Fix} - id: 4127 - time: '2023-06-29T09:36:09.0000000+00:00' -- author: lzk228 - changes: - - {message: beach and basketball balls are now heavier and has specific sound on - collide, type: Tweak} - id: 4128 - time: '2023-06-29T09:36:53.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Chemical crates can now be ordered from cargo., type: Add} - id: 4129 - time: '2023-06-29T10:14:23.0000000+00:00' -- author: benevo - changes: - - {message: Added Anchorable client side predictions, type: Add} - id: 4130 - time: '2023-06-29T12:35:54.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Fix cave ores., type: Fix} - id: 4131 - time: '2023-06-29T12:36:28.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Unlocking research on the RND console now requires science access., - type: Add} - id: 4132 - time: '2023-06-29T18:19:20.0000000+00:00' -- author: Ubaser - changes: - - {message: Added a new evacuation shuttle for Marathon, type: Add} - id: 4133 - time: '2023-06-29T18:46:39.0000000+00:00' -- author: Lank - changes: - - {message: Acoustic guitars are now smash-able. Keep in mind they're fragile., - type: Add} - id: 4134 - time: '2023-06-29T19:27:08.0000000+00:00' -- author: brainfood1183 - changes: - - {message: Hamsters can now wear some clothing options. Hamsters have been resprited - by RamZ., type: Add} - id: 4135 - time: '2023-06-29T22:36:20.0000000+00:00' -- author: Slava0135 - changes: - - {message: you can't eat crazy glue anymore but you can drink it, type: Tweak} - - {message: space glue tube can now also be used to glue items, type: Tweak} - - {message: items are glued for longer duration (10 seconds per unit), type: Tweak} - - {message: glue tubes can be used multiple times and can be refilled with space - glue, type: Tweak} - - {message: removed empty crazy glue, type: Remove} - id: 4136 - time: '2023-06-30T19:07:45.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Increased the danger of most artifact effects and added some new ones., - type: Tweak} - id: 4137 - time: '2023-06-30T19:25:34.0000000+00:00' -- author: Jesse - changes: - - {message: Changed Sprites for Computers in de/construction to not have the glass - for monitors in states where it is removed., type: Tweak} - id: 4138 - time: '2023-06-30T19:26:13.0000000+00:00' -- author: lzk228 - changes: - - {message: Cargo technicians will be able to access salvage on the extended gamemode., - type: Tweak} - id: 4139 - time: '2023-06-30T19:31:21.0000000+00:00' -- author: Nairodian - changes: - - {message: Changed the price of most objects found in the construction menu., type: Tweak} - id: 4140 - time: '2023-06-30T19:32:03.0000000+00:00' -- author: Vocal - changes: - - {message: Left-clicking a gas canister no longer unlock and open the UI at the - same time., type: Fix} - id: 4141 - time: '2023-06-30T19:39:34.0000000+00:00' -- author: kxvvv - changes: - - {message: Explosive pens are now linkable, type: Tweak} - id: 4142 - time: '2023-06-30T19:47:47.0000000+00:00' -- author: Jackal298 - changes: - - {message: Fixed smg magazine sprite, type: Fix} - id: 4143 - time: '2023-06-30T19:56:34.0000000+00:00' -- author: Topy - changes: - - {message: Added the ability to empty a liquid container in a sink. If a sink reaches - max capacity it gets clogged, type: Add} - - {message: Added plungers, type: Add} - id: 4144 - time: '2023-06-30T22:10:47.0000000+00:00' -- author: themias - changes: - - {message: Fix issue with metamorphic glass name being reset, type: Fix} - id: 4145 - time: '2023-06-30T22:57:28.0000000+00:00' -- author: TemporalOroboros - changes: - - {message: The AME controller increases and decreases in steps of 2 again., type: Tweak} - id: 4146 - time: '2023-06-30T23:24:23.0000000+00:00' -- author: Nairodian - changes: - - {message: MRP rules updated., type: Tweak} - id: 4147 - time: '2023-07-01T00:15:04.0000000+00:00' -- author: Lank - changes: - - {message: 'The Cargo Telepad has been significantly improved, teleporting orders - over 4x faster.', type: Tweak} - id: 4148 - time: '2023-07-01T19:00:33.0000000+00:00' -- author: Dygon - changes: - - {message: Windoors can now be bolted through the network system., type: Tweak} - id: 4149 - time: '2023-07-01T19:00:53.0000000+00:00' -- author: Dygon - changes: - - {message: 'Shutters are able to be closed again on windoors, tables, flaps and - windows.', type: Fix} - id: 4150 - time: '2023-07-01T19:19:04.0000000+00:00' -- author: Slava0135 - changes: - - {message: added rare immovable rod event that can happen late in the game and - can literally cut through entire station, type: Add} - - {message: immovable rods now move on spawn by default, type: Fix} - - {message: you can now warp to immovable rod as ghost, type: Tweak} - id: 4151 - time: '2023-07-02T13:40:07.0000000+00:00' -- author: brainfood1183 - changes: - - {message: Fixed Hamlet sprite error on revival., type: Fix} - id: 4152 - time: '2023-07-03T07:59:29.0000000+00:00' -- author: HerCoyote23 - changes: - - {message: You can now speak on your department's radio channel using .X, type: Tweak} - id: 4153 - time: '2023-07-03T08:55:08.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Artifacts now make noises when activated., type: Add} - id: 4154 - time: '2023-07-03T11:14:27.0000000+00:00' -- author: noudoit - changes: - - {message: Attempting to uncuff yourself damages you slightly, type: Tweak} - id: 4155 - time: '2023-07-03T21:30:09.0000000+00:00' -- author: dmnct - changes: - - {message: Added fun!, type: Add} - - {message: Removed fun!, type: Remove} - - {message: Changed fun!, type: Tweak} - - {message: Fixed fun!, type: Fix} - id: 4156 - time: '2023-07-03T21:31:53.0000000+00:00' -- author: Geekyhobo - changes: - - {message: Nukie bundle prices have been adjusted for balance, type: Tweak} - id: 4157 - time: '2023-07-03T21:33:53.0000000+00:00' -- author: Jesse - changes: - - {message: Ale color more towards a Pale Ale color with foam and bubbles!, type: Tweak} - - {message: Fixed up the dingle line formatting of the Meta file, type: Fix} - id: 4158 - time: '2023-07-03T21:34:26.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: The pyroclastic anomaly's ignition has gained otherworldly properties - and now permeates through solid structures., type: Add} - id: 4159 - time: '2023-07-03T21:35:57.0000000+00:00' -- author: Lank - changes: - - {message: The pyroclastic anomaly's supercritical gas now ignores structures., - type: Tweak} - id: 4160 - time: '2023-07-03T21:36:23.0000000+00:00' -- author: Flareguy - changes: - - {message: Added unique ERT helmets for each ERT type., type: Add} - - {message: Removed the alternate security helmets (the ones with an abundance of - hueshifting.), type: Remove} - - {message: Riot helmets are now better than the standard Security helmet at resisting - blunt and slash., type: Tweak} - - {message: Fixed a single missing pixel on all EVA helmet inhands., type: Fix} - id: 4161 - time: '2023-07-03T23:24:28.0000000+00:00' -- author: Lomcastar - changes: - - {message: Crew monitor now uses colors for passenger status., type: Tweak} - id: 4162 - time: '2023-07-05T00:29:25.0000000+00:00' -- author: Derby - changes: - - {message: Changed pizza to have 8 slices instead of 6., type: Tweak} - id: 4163 - time: '2023-07-05T00:29:36.0000000+00:00' -- author: Slava0135 - changes: - - {message: subfloor entities (wires and pipes) are now resistant to explosions - when hidden, type: Fix} - id: 4164 - time: '2023-07-05T00:29:58.0000000+00:00' -- author: Slava0135 - changes: - - {message: windows can now again be placed next to other windows, type: Fix} - id: 4165 - time: '2023-07-05T00:31:10.0000000+00:00' -- author: gagarinten - changes: - - {message: Balanced a laser carbine craft, type: Tweak} - id: 4166 - time: '2023-07-05T00:31:20.0000000+00:00' -- author: Errant - changes: - - {message: 'Due to improvements in Glass Airlock quality control, half the glass - will no longer be lost on disassembly.', type: Fix} - id: 4167 - time: '2023-07-05T00:31:36.0000000+00:00' -- author: Raitononai - changes: - - {message: NanoTrasen has begun hiring employees with Archaic accents to help expand - employee diversity. Forsooth!, type: Add} - id: 4168 - time: '2023-07-05T00:32:22.0000000+00:00' -- author: JustinTrotter - changes: - - {message: Syndicate objectives are more readable, type: Tweak} - id: 4169 - time: '2023-07-05T00:33:11.0000000+00:00' -- author: Flareguy - changes: - - {message: 'The Emergency Shuttle will now take 20 minutes to arrive on green alert, - and 10 minutes to arrive on blue alert.', type: Tweak} - - {message: Alert levels above blue no longer decrease the amount of time it takes - to leave., type: Tweak} - id: 4170 - time: '2023-07-05T04:38:09.0000000+00:00' -- author: Slava0135 - changes: - - {message: puddles can no longer appear on space tiles (lattice), type: Tweak} - id: 4171 - time: '2023-07-05T13:59:49.0000000+00:00' -- author: Flareguy - changes: - - {message: 'Nanotrasen has begun issuing authentic Italian mustaches to all chefs, - allowing Chefs across the world to unify and unleash their true cooking prowess. - Or something like that.', type: Add} - id: 4172 - time: '2023-07-05T22:59:19.0000000+00:00' -- author: Flareguy - changes: - - {message: All of Security now gets much more well-rounded armor that gives moderate - protection against most kinds of damage., type: Add} - - {message: Heavily nerfed helmet armor. Expect players in hardsuits and security - members to be much less spongey., type: Tweak} - - {message: Slightly rebalanced all hardsuits to have resistances that make more - sense., type: Tweak} - - {message: Winter coats no longer as resistant to heat as they once were., type: Tweak} - - {message: 'The security backpack no longer covers a large portion of the front - sprite, allowing you to properly see what kind of armor you are wearing.', type: Tweak} - - {message: 'Bartenders now start with regular, unarmored vests.', type: Tweak} - - {message: Removed the kevlar vest for the crime of being ugly. The bulletproof - vest is statistically identical., type: Remove} - - {message: Security Officers no longer receive bulletproof armor in their lockers. - You can find them in the armory instead., type: Remove} - id: 4173 - time: '2023-07-05T23:03:16.0000000+00:00' + - message: >- + The Liberation Station now sells knives to reduce the number of freak + carp accidents. + type: Add + id: 2 + time: '2023-08-13T00:00:00.0000000+00:00' - author: Lank changes: - - {message: 'Cargo''s coupons have expired, and weapons of all kinds are now about - 3x more expensive. EVA Suits are cheaper out of pity.', type: Tweak} - id: 4174 - time: '2023-07-05T23:16:10.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Fix disposals units playing their flush animation whenever they come - into range., type: Fix} - - {message: Break joints upon entering disposals., type: Fix} - - {message: Break joints upon entering storage., type: Fix} - id: 4175 - time: '2023-07-06T03:39:34.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Carps will now smash to get to their destination., type: Tweak} - id: 4176 - time: '2023-07-06T04:41:53.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Stop NPCs indefinitely trying to break a wall if they don't have line - of sight., type: Fix} - id: 4177 - time: '2023-07-06T04:42:17.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Fix muzzle flashes only showing for a frame., type: Fix} - id: 4178 - time: '2023-07-06T04:42:38.0000000+00:00' -- author: ElectroJr - changes: - - {message: Mimes can no longer create invisible walls while inside of containers - or vehicles., type: Fix} - id: 4179 - time: '2023-07-06T04:43:49.0000000+00:00' + - message: >- + Certain ATMs can only be withdrawn from. One can be found on the + skipper. + type: Add + - message: Chemical Crates now contain every necessary precursor. + type: Add + id: 3 + time: '2023-08-13T00:00:00.0000000+00:00' - author: noverd changes: - - {message: Balanced a explosive payload craft, type: Tweak} - id: 4180 - time: '2023-07-07T00:31:18.0000000+00:00' -- author: '0x6273' - changes: - - {message: Thermal conductivity between chemistry solutions and atmos gases has - been implemented., type: Add} - id: 4181 - time: '2023-07-07T01:18:56.0000000+00:00' -- author: Lomcastar - changes: - - {message: Added stamp sounds., type: Add} - id: 4182 - time: '2023-07-07T02:53:38.0000000+00:00' -- author: Lank - changes: - - {message: Nanotrasen has made Romerol properly cure ongoing zombie infections., - type: Add} - - {message: 'In response, the Syndicate has outed their expired stock of Corpium, - and it now infects as it should. This means the Zombie Bundle is available for - nuclear operatives.', type: Add} - - {message: The ongoing biological warfare has made all zombies significantly more - infectious., type: Tweak} - id: 4183 - time: '2023-07-07T02:55:00.0000000+00:00' -- author: Velcroboy - changes: - - {message: 'After an anomalous event swept through NT stations throughout the galaxy, - NT workers have gained the sudden ability to see the contents inside of the - custodial trolley reservoirs.', type: Add} - id: 4184 - time: '2023-07-07T02:55:27.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: 'In accordance with SS13, romerol now causes the zombie infection instead - of curing it.', type: Tweak} - - {message: Consuming romerol no longer causes damage., type: Tweak} - - {message: 'The zombie infection can now be halted with the use of ambuzol, made - with dylovene, ammonia, and blood.', type: Add} - - {message: Removed corpium., type: Remove} - - {message: Slightly adjusted the items inside the syndicate zombie bundle., type: Tweak} - id: 4185 - time: '2023-07-07T04:45:59.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Mobs can no longer self-harm without a weapon., type: Fix} - - {message: Mobs can now wide-swing as their alt attack., type: Tweak} - id: 4186 - time: '2023-07-07T08:45:37.0000000+00:00' -- author: Errant - changes: - - {message: Made it more apparent to the player that starting to remove their handcuffs - damaged them., type: Tweak} - id: 4187 - time: '2023-07-07T09:28:34.0000000+00:00' -- author: PuroSlavKing - changes: - - {message: 'Added more syndicate clothes (5 coats, 3 uniforms, 3 hats, 1 mask, - 1 glove) + syndicate banner.', type: Add} - id: 4188 - time: '2023-07-07T18:40:24.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Planets have significantly more rocks than before., type: Tweak} - id: 4189 - time: '2023-07-08T03:30:29.0000000+00:00' -- author: Equivocateur - changes: - - {message: Batons can now contain solutions., type: Tweak} - id: 4190 - time: '2023-07-08T03:32:31.0000000+00:00' -- author: Ubaser - changes: - - {message: 'Nanotrasen has started to selectively employ those with slightly more - fluent archaic accents, and as a result it sounds a bit better to most.', type: Tweak} - id: 4191 - time: '2023-07-08T08:34:11.0000000+00:00' -- author: Slava0135 - changes: - - {message: you can find space lube tube in lockers again, type: Fix} - id: 4192 - time: '2023-07-08T19:42:43.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Remove dummy crit states for mobs that don't implement it., type: Fix} - id: 4193 - time: '2023-07-08T19:44:01.0000000+00:00' -- author: kseandi - changes: - - {message: NanoTrasen has created more compact singularity field generators that - will no longer get stuck in airlocks., type: Fix} - id: 4194 - time: '2023-07-08T19:47:28.0000000+00:00' -- author: ElectroJr - changes: - - {message: The mass scanner UI shows distances again., type: Fix} - id: 4195 - time: '2023-07-08T19:47:53.0000000+00:00' -- author: ElectroJr - changes: - - {message: Fixed chat scrollbar not working properly., type: Fix} - id: 4196 - time: '2023-07-09T02:25:39.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Added sub-biome support to planets., type: Add} - id: 4197 - time: '2023-07-09T05:26:16.0000000+00:00' -- author: BobTheSleder - changes: - - {message: Changed game mode weights to make nukeops more common and zombies less - common., type: Tweak} - id: 4198 - time: '2023-07-09T09:48:02.0000000+00:00' -- author: PuroSlavKing - changes: - - {message: Added SyndieDrobe!, type: Add} - id: 4199 - time: '2023-07-09T19:19:35.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Tweak NPC steering slightly to make them slightly less twitchy., type: Tweak} - id: 4200 - time: '2023-07-09T19:20:20.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Added xeno turrets to salvage dungeons., type: Add} - id: 4201 - time: '2023-07-09T19:20:30.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Fix spawning expeditions mobs on blocked tiles., type: Fix} - id: 4202 - time: '2023-07-09T19:20:55.0000000+00:00' -- author: crazybrain - changes: - - {message: '"Ensure fellow traitor stays alive" objective now works correctly.', - type: Fix} - id: 4203 - time: '2023-07-09T19:21:24.0000000+00:00' -- author: ksenadi - changes: - - {message: Added the ability to lock the air alarm mode., type: Add} - id: 4204 - time: '2023-07-09T19:22:41.0000000+00:00' -- author: Dygon - changes: - - {message: 'The Syndicate reverse engineered Drymate''s monkey cube technology - and has started capturing wildlife to turn into dried cubes. Syndicate agents - can now buy Syndicate sponges from the uplink, these turn into random hostile - wildlife upon getting wet.', type: Add} - id: 4205 - time: '2023-07-09T19:24:31.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Prevent selling dead mobs again., type: Tweak} - id: 4206 - time: '2023-07-09T19:24:48.0000000+00:00' -- author: Slava0135 - changes: - - {message: vent critters can no longer spawn on CentCom, type: Fix} - - {message: number of vent critters is now proportional to number of spawn points, - type: Tweak} - id: 4207 - time: '2023-07-09T19:25:05.0000000+00:00' -- author: Vordenburg - changes: - - {message: Fixed filled gas tanks being 70 liters instead of the intended 15 liters., - type: Fix} - id: 4208 - time: '2023-07-09T20:20:27.0000000+00:00' -- author: lzk228 - changes: - - {message: Fixed some jumpskirts parents, type: Fix} - id: 4209 - time: '2023-07-09T21:57:20.0000000+00:00' -- author: deltanedas - changes: - - {message: Going afk and missing evac now counts as being killed for the kill objective., - type: Tweak} - id: 4210 - time: '2023-07-09T22:00:08.0000000+00:00' -- author: Lank - changes: - - {message: Ambuzol Plus can now be made as an vaccine against the zombie infection. - It requires zombie blood to create., type: Add} - - {message: 'Zombies now have unique blood. While it cannot transfer the infection, - consumption or injection is still ill-advised.', type: Add} - - {message: CBURN now get one Ambuzol Plus pill. Operatives are advised to use it - on themselves., type: Tweak} - - {message: The syndicate zombie bundle now has one Ambuzol Plus pill. Operatives - are advised not to fight over its use., type: Tweak} - id: 4211 - time: '2023-07-09T22:01:36.0000000+00:00' -- author: FoxHorn - changes: - - {message: 'Added prototype interrogator lamp for admin entity spawn panel. Perhaps - the mapmakers will replace the lamps in the interrogation rooms with this? I - said where''s the detonator?!?!', type: Add} - id: 4212 - time: '2023-07-09T22:35:21.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: 'Certain livestock (cows, goats, pigs, chickens, ducks) now have the - ability to produce offspring so long as they are properly tended to.', type: Add} - id: 4213 - time: '2023-07-09T22:36:37.0000000+00:00' -- author: Dygon - changes: - - {message: 'After a long cooperative research project botanists and chemists have - finally discovered how to improve bruise packs and ointment. Medicated suture - and regenerating mesh are now made in the microwave using a combination of bruise - packs/ointment, plants, cloth and chemicals.', type: Add} - id: 4214 - time: '2023-07-10T02:22:11.0000000+00:00' -- author: deltanedas - changes: - - {message: Syndicate High Command can now explicitly order for the assassination - of heads of staff., type: Add} - id: 4215 - time: '2023-07-10T02:26:18.0000000+00:00' -- author: Dygon - changes: - - {message: 'Clown R&D got inspired by incidents of accidentally swallowed honking - devices and made a minor breakthrough in clown science, bike horn implanters - are now available for purchase at cargo.', type: Add} - id: 4216 - time: '2023-07-10T02:44:19.0000000+00:00' -- author: dribblydrone - changes: - - {message: Added nukie guidebook, type: Add} - id: 4217 - time: '2023-07-10T02:54:43.0000000+00:00' -- author: Myakot - changes: - - {message: Removed a part of bicaridine's description that talked about non-existent - anti-bleeding effects and advised players to overdose on bica., type: Remove} - id: 4218 - time: '2023-07-10T05:49:11.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Make salvage loading a lot faster., type: Fix} - id: 4219 - time: '2023-07-10T07:16:00.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Fix spawning expeditions objectives in walls., type: Fix} - id: 4220 - time: '2023-07-10T07:16:10.0000000+00:00' -- author: Velcroboy - changes: - - {message: Changed bookshelves to block vision., type: Tweak} - id: 4221 - time: '2023-07-10T16:56:33.0000000+00:00' -- author: Equivocateur - changes: - - {message: Removed sponge box from uplink pending rebalance, type: Remove} - id: 4222 - time: '2023-07-10T18:31:11.0000000+00:00' -- author: lzk228 - changes: - - {message: 'Fixed: clown mask cannot be used for H.O.N.K. construction', type: Fix} - id: 4223 - time: '2023-07-10T18:33:24.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Aberrant flesh now smash through obstacles while trying to reach players., - type: Add} - id: 4224 - time: '2023-07-11T04:02:04.0000000+00:00' -- author: Jackal298 - changes: - - {message: Minor tweak to mercenary item sprites, type: Tweak} - id: 4225 - time: '2023-07-11T19:32:39.0000000+00:00' -- author: notquitehadouken - changes: - - {message: Made glass tiles look different, type: Tweak} - id: 4226 - time: '2023-07-11T19:34:07.0000000+00:00' -- author: Dygon - changes: - - {message: Syndicate sponge boxes now cost 7 tc to purchase, type: Tweak} - id: 4227 - time: '2023-07-11T19:34:21.0000000+00:00' -- author: PuroSlavKing - changes: - - {message: Fixed SyndieDrobe adverts., type: Fix} - id: 4228 - time: '2023-07-11T23:56:24.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Fewer expeditions are offered to the station at a time., type: Tweak} - - {message: Salvage expeditions are now generally shorter., type: Tweak} - - {message: Adjusted some of the rewards for expeditions., type: Tweak} - id: 4229 - time: '2023-07-11T23:56:43.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: 'Intercoms now have a menu for selecting the channel, toggling the microphone, - and toggling the speakers.', type: Add} - - {message: 'Intercoms now come with speakers, which allow you to hear what people - are saying.', type: Add} - - {message: 'Radio speakers are now much quieter, requiring you to stand next to - them to make out what they''re saying.', type: Tweak} - id: 4230 - time: '2023-07-11T23:58:18.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Emagged recyclers grind people again., type: Tweak} - id: 4231 - time: '2023-07-12T00:45:34.0000000+00:00' -- author: Lank - changes: - - {message: Sawing off a double barrel shotgun no longer fills it with lethal shells. - It will instead spawn empty., type: Tweak} - id: 4232 - time: '2023-07-12T00:45:43.0000000+00:00' -- author: Flareguy - changes: - - {message: 'The Syndicate has retrofitted the minibomb with a higher quality timer. - The fuse has been halved to five seconds, and the beeping sound is now much - quieter (and cooler.)', type: Tweak} - - {message: Changed some descriptions of explosives both in-and-out of the uplink - to be less weird., type: Tweak} - - {message: Fixed the EMP grenade's capitalization., type: Tweak} - id: 4233 - time: '2023-07-12T01:52:15.0000000+00:00' -- author: Errant - changes: - - {message: 'Shotgun shell boxes have been recalled by the manufacturer, and rebranded - as dispensers. They no longer feature inventory space in addition to the shells - they contain.', type: Fix} - - {message: Shells can now be inserted back into dispensers. No guarantees regarding - the contents of dispensers loaded on-site., type: Tweak} - id: 4234 - time: '2023-07-12T02:01:01.0000000+00:00' -- author: Bhijn and Myr - changes: - - {message: 'Added chevre (goat cheese), crostini (slices of baguette), and chevre - chaud (chevre on top of a crostini and lightly toasted) to the game. Bon ap-petite!', - type: Add} - id: 4235 - time: '2023-07-12T03:00:30.0000000+00:00' -- author: Emisse - changes: - - {message: Starvation will kill you again., type: Add} - id: 4236 - time: '2023-07-12T05:46:38.0000000+00:00' -- author: Jackal298 - changes: - - {message: Returned body armor to the bartender's vending machine and bartender's - closet, type: Tweak} - id: 4237 - time: '2023-07-12T19:09:36.0000000+00:00' -- author: lzk228 - changes: - - {message: Fixed singularity distortion render on zoom, type: Fix} - id: 4238 - time: '2023-07-12T19:12:25.0000000+00:00' -- author: JoeHammad - changes: - - {message: 'Due to a couple thousand life support patients finally dying, Nanotrasen - now has the funds to put medicated sutures and regenerative mesh in select medkits', - type: Tweak} - id: 4239 - time: '2023-07-12T19:14:25.0000000+00:00' -- author: deltanedas - changes: - - {message: Added 4 empty jugs to the chemvend. Janitors remind chemists not to - dump dangerous chemicals in drains!, type: Add} - id: 4240 - time: '2023-07-12T19:38:14.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Nuke Ops can no longer purchase dehydrated carp, type: Remove} - - {message: Increased the price of dehydrated carp to 3 TC., type: Tweak} - id: 4241 - time: '2023-07-12T19:47:09.0000000+00:00' -- author: Emisse - changes: - - {message: Youtool nerf, type: Add} - id: 4242 - time: '2023-07-12T19:47:20.0000000+00:00' -- author: BurninDreamer - changes: - - {message: 'The NTDDB has received 1,349,418 full shipments of combat knifes and - boots, expect every officer to have a knife on them from this point and on.', - type: Tweak} - - {message: Jackboots can store knives now., type: Tweak} - id: 4243 - time: '2023-07-12T19:55:18.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Security staff are now being issued handguns with rubber bullets for - station security. An extra magazine with lethals has additionally been supplied - in their bags., type: Add} - id: 4244 - time: '2023-07-13T03:18:58.0000000+00:00' -- author: Flareguy - changes: - - {message: 'Traitorous Atmospheric Technicans no longer have a 10 telecrystal penalty, - and now have access to the full 20TC that all other jobs do.', type: Tweak} - id: 4245 - time: '2023-07-13T04:09:28.0000000+00:00' -- author: IProduceWidgets - changes: - - {message: Syndie fire axe description is more clear., type: Tweak} - id: 4246 - time: '2023-07-13T06:19:24.0000000+00:00' -- author: crazybrain - changes: - - {message: Stamps are quieter than before., type: Fix} - id: 4247 - time: '2023-07-13T06:20:39.0000000+00:00' -- author: Nairodian - changes: - - {message: 'Added head, arm, and leg tiger stripe markings for lizards.', type: Add} - id: 4248 - time: '2023-07-13T06:22:15.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Numerous NPC steering improvements so they flicker a lot less., type: Fix} - id: 4249 - time: '2023-07-13T14:48:06.0000000+00:00' -- author: Dygon - changes: - - {message: 'The Syndicate has found a way to compress their ballistic turrets into - a toolbox, reducing it''s performance in the process. Atmos technician, station - engineer and scientist traitors can now purchase the disposable turret from - the uplink.', type: Add} - id: 4250 - time: '2023-07-14T04:48:59.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: All bounties will last for at least 10 to 15 minutes., type: Tweak} - id: 4251 - time: '2023-07-15T18:15:12.0000000+00:00' -- author: Dygon - changes: - - {message: Nanotrasen released a new software update for their medibots making - them actually inject people again. They also got equipped with new wheels that - can be locked with a wrench., type: Tweak} - id: 4252 - time: '2023-07-15T19:59:46.0000000+00:00' -- author: notquitehadouken - changes: - - {message: Make minibomb a little louder., type: Tweak} - id: 4253 - time: '2023-07-16T01:59:10.0000000+00:00' -- author: lzk228 - changes: - - {message: Quartermaster airlock now has command sprite, type: Tweak} - id: 4254 - time: '2023-07-16T02:21:32.0000000+00:00' -- author: Dygon - changes: - - {message: In an effort to reduce the amount of manpower lost during Syndicate - missions operators can now order deathrattle implants from the uplink. These - implants send your coordinates to the syndicate radio when going into a critical - state and upon dying., type: Add} - - {message: Tracking implants now relay the location of an implanted person to the - security channel when they go into a critical state., type: Tweak} - id: 4255 - time: '2023-07-16T02:59:47.0000000+00:00' -- author: Slava0135 - changes: - - {message: fixed chameleon menu not working, type: Fix} - id: 4256 - time: '2023-07-16T07:04:51.0000000+00:00' -- author: Nairodian - changes: - - {message: Dwarves now have access to all the same tattoos that humans do., type: Tweak} - id: 4257 - time: '2023-07-16T07:05:31.0000000+00:00' -- author: Flareguy - changes: - - {message: Added collectible toy figurines based on the jobs & legends surrounding - the station. Find them in your local Good Clean Fun vendor today!, type: Add} - id: 4258 - time: '2023-07-16T07:07:47.0000000+00:00' -- author: Zumorica - changes: - - {message: Added instrument bands. Choose a person as your band "leader" and your - instrument playback will be synced with them! You can even become a one-man - band by playing multiple instruments at once and syncing them together., type: Add} - - {message: 'Added MIDI channel filtering to instruments. You can now choose which - channels your instrument will play! Useful with instrument bands, so each person - can play a different "track" of the song, if the MIDI file supports it.', type: Add} - - {message: Fixed some cases where custom instruments (such as the gilded bike horn) - would sound like a piano instead., type: Fix} - - {message: Fixed user soundfonts not being loaded., type: Fix} - id: 4259 - time: '2023-07-16T19:12:53.0000000+00:00' -- author: Partmedia - changes: - - {message: Failing to butcher now gives proper player feedback., type: Tweak} - id: 4260 - time: '2023-07-17T03:54:39.0000000+00:00' -- author: Ilya246 - changes: - - {message: The atmos fireaxe and the syndicate fire axe can now pry plating., type: Add} - id: 4261 - time: '2023-07-17T07:47:20.0000000+00:00' -- author: eclips_e - changes: - - {message: 'Nanotrasen has decided to supply their librarians with the famous game - Crypts and Carps'' character sheets, and have advised people to avoid calling - it by a similarly named board game that starts with D.', type: Add} - - {message: 'You can now put in and take out objects from and into tabletop games - (chess, battlemaps, more).', type: Add} - id: 4262 - time: '2023-07-17T09:03:18.0000000+00:00' -- author: Emisse - changes: - - {message: 'Saline can now be made with water and salt, it can treat dehydration - and bloodloss. Salt now makes you dehydrated and no longer fills your belly. - Just flavor!', type: Add} - id: 4263 - time: '2023-07-17T10:02:42.0000000+00:00' -- author: Dygon - changes: - - {message: Dionas don't starve extremely fast anymore, type: Fix} - id: 4264 - time: '2023-07-17T19:18:12.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Artifact containers weigh less., type: Tweak} - id: 4265 - time: '2023-07-17T19:30:52.0000000+00:00' -- author: onoira - changes: - - {message: Nanotrasen has applied a new finish to all station bookshelves allowing - labels to stick properly., type: Fix} - id: 4266 - time: '2023-07-17T19:31:12.0000000+00:00' -- author: crazybrain - changes: - - {message: CentCom PDAs have the right ID cards now., type: Fix} - id: 4267 - time: '2023-07-17T19:31:35.0000000+00:00' -- author: Slava0135 - changes: - - {message: explosive banana peel is now easier to spot in dark, type: Tweak} - id: 4268 - time: '2023-07-17T19:35:58.0000000+00:00' -- author: Slava0135 - changes: - - {message: Cybersun Industries rediscovered the art of creating artefacts of unbelievable - power - holy hand grenades - to be used by syndicate chaplain agents for 20 - TC, type: Add} - id: 4269 - time: '2023-07-17T19:36:37.0000000+00:00' -- author: Flareguy - changes: - - {message: Buffed the E-Pen to do 18 damage per hit., type: Tweak} - - {message: The Jetpack & Energy Pen in the syndicate uplink now only cost 2tc., - type: Tweak} - id: 4270 - time: '2023-07-17T19:37:11.0000000+00:00' -- author: deltanedas - changes: - - {message: Fixed nukies' nuke being anchored., type: Fix} - id: 4271 - time: '2023-07-17T19:37:34.0000000+00:00' -- author: Dygon - changes: - - {message: 'Using cells extracted from a changeling the Syndicate has found a way - to safely alter the DNA of their operators, agents can now purchase the DNA - scrambler implanter from the uplink.', type: Add} - - {message: 'The Syndicate succeeded in making their EMP devices even smaller, agents - can now purchase the EMP implanter from the uplink.', type: Add} - - {message: EMP grenades are now cheaper to purchase, type: Tweak} - id: 4272 - time: '2023-07-17T19:48:10.0000000+00:00' -- author: crazybrain - changes: - - {message: Fixed the warden's armored winter coat sprite., type: Fix} - id: 4273 - time: '2023-07-17T22:52:47.0000000+00:00' -- author: PJB3005 - changes: - - {message: The Particle Accelerator should reliably scan parts again., type: Fix} - id: 4274 - time: '2023-07-18T05:57:59.0000000+00:00' -- author: PrPleGoo - changes: - - {message: Added onion goggles for the chef. It displays hunger icons for hungry/overfed - mobs. Can also be eaten., type: Add} - - {message: The chef's starting gear now includes the onion goggles, type: Tweak} - - {message: The beer goggles now display thirst icons for thirsty/overhydrated mobs., - type: Tweak} - - {message: The bartender's starting gear now includes the beer goggles, type: Tweak} - id: 4275 - time: '2023-07-18T06:01:22.0000000+00:00' -- author: Chief-Engineer - changes: - - {message: Zombies have been removed as a round start game mode on secret., type: Remove} - id: 4276 - time: '2023-07-18T09:21:08.0000000+00:00' -- author: ArthurMousatov - changes: - - {message: Dead mobs now appear above puddles!, type: Fix} - id: 4277 - time: '2023-07-18T11:14:00.0000000+00:00' -- author: metalgearsloth - changes: - - {message: Fix trash bags., type: Fix} - id: 4278 - time: '2023-07-18T11:44:00.0000000+00:00' -- author: Chief-Engineer - changes: - - {message: Non-command role requirements have been modified., type: Tweak} - id: 4279 - time: '2023-07-18T19:04:26.0000000+00:00' -- author: PJB3005 - changes: - - {message: Fixed the PA even more for real this time pinky promise I swear., type: Fix} - id: 4280 - time: '2023-07-18T20:55:18.0000000+00:00' -- author: Vordenburg - changes: - - {message: Added new stamp sprites from TG Station., type: Add} - id: 4281 - time: '2023-07-18T20:56:35.0000000+00:00' -- author: Vordenburg - changes: - - {message: Airlocks which have had their bolt wire cut will no longer re-bolt when - powering back on., type: Fix} - id: 4282 - time: '2023-07-18T20:56:52.0000000+00:00' -- author: kseandi - changes: - - {message: Added machine frame completion popup., type: Add} - id: 4283 - time: '2023-07-18T21:03:14.0000000+00:00' -- author: Jackal298 - changes: - - {message: Added Machete and Pistol Crate to Expedition Rewards, type: Add} - id: 4284 - time: '2023-07-18T21:09:14.0000000+00:00' -- author: Flareguy - changes: - - {message: Added craftable improvised shotguns. Ammo not included., type: Add} - id: 4285 - time: '2023-07-18T21:10:07.0000000+00:00' -- author: notquitehadouken - changes: - - {message: Windows can go next to eachother, type: Fix} - id: 4286 - time: '2023-07-18T21:11:28.0000000+00:00' -- author: Slava0135 - changes: - - {message: now during power grid check event affected APCs can't be turned back - on, type: Tweak} - id: 4287 - time: '2023-07-18T21:11:43.0000000+00:00' -- author: Emisse - changes: - - {message: Removed desword from nukie uplink., type: Remove} - id: 4288 - time: '2023-07-18T22:23:53.0000000+00:00' -- author: Emisse - changes: - - {message: Captain's Sabre now has a chance to reflect projectiles., type: Tweak} - id: 4289 - time: '2023-07-18T22:55:29.0000000+00:00' -- author: vanx - changes: - - {message: The Nuclear Operatives have found a reliable supplier of ammunition - and medical equipment. Check your uplink for new offers., type: Add} - id: 4290 - time: '2023-07-19T06:05:54.0000000+00:00' -- author: Ubaser - changes: - - {message: 'Nanotrasen has hired a group of architects to change up their selection - with the introduction of the new mid-pop space station, Core!', type: Add} - id: 4291 - time: '2023-07-19T07:23:48.0000000+00:00' -- author: TemporalOroboros - changes: - - {message: Singularities no longer bounce off of things they can eat., type: Fix} - - {message: 'Singularities will reach through the containment field to eat the emitters - less often, maybe never.', type: Fix} - id: 4292 - time: '2023-07-19T08:01:27.0000000+00:00' -- author: Slava0135 - changes: - - {message: clowns now make funny sound when sleeping, type: Add} - id: 4293 - time: '2023-07-19T08:55:50.0000000+00:00' -- author: Dygon - changes: - - {message: 'Water guns, pneumatic cannons and cap guns got extra safety measures, - clowns and monkeys will be able to use them again without accidentally blowing - them up.', type: Tweak} - id: 4294 - time: '2023-07-19T21:22:08.0000000+00:00' -- author: Ilya246 - changes: - - {message: Added syndicate monkey reinforcement teleporter. Ook!, type: Add} - id: 4295 - time: '2023-07-19T21:23:23.0000000+00:00' -- author: Dygon - changes: - - {message: Disposable turret price lowered to 8 tc and rate of fire lowered by - 20%., type: Tweak} - - {message: Disposable turrets can now be turned back into a toolbox using a screwdriver - and repaired using a wrench., type: Tweak} - id: 4296 - time: '2023-07-20T02:16:09.0000000+00:00' -- author: FillerVK - changes: - - {message: Added psychologist's office at Box Station, type: Add} - id: 4297 - time: '2023-07-20T06:50:47.0000000+00:00' -- author: PixelTK - changes: - - {message: 'Arachnids have a few more appendages, chest markings, and now show - off their chelicerae.', type: Add} - - {message: Arachnids now have a few different organ sprites, type: Add} - - {message: Arachnids no longer have webs strapped to their appendages, type: Remove} - id: 4298 - time: '2023-07-20T21:55:50.0000000+00:00' -- author: Lank - changes: - - {message: Artifacts going insane at round-end can now be disabled per-server., - type: Tweak} - id: 4299 - time: '2023-07-21T08:49:11.0000000+00:00' -- author: Riggle - changes: - - {message: admin notes have more options than before, type: Add} - - {message: admins can now select a severity when adding a note, type: Add} - - {message: watchlists and messages, type: Add} - - {message: expiring notes, type: Add} - - {message: 'notes now fade when they reach a certain age, adjustable in config', - type: Add} - - {message: bans automatically add a note, type: Add} - - {message: new and improved ban panel, type: Add} - id: 4300 - time: '2023-07-21T11:38:53.0000000+00:00' -- author: Errant - changes: - - {message: Nitrogen tank settings have been adjusted to avoid gas wastage, type: Tweak} - id: 4301 - time: '2023-07-21T19:02:39.0000000+00:00' -- author: JimGamemaster - changes: - - {message: Space Creatures can now float in space, type: Tweak} - id: 4302 - time: '2023-07-21T20:10:21.0000000+00:00' -- author: brainfood1183 - changes: - - {message: Strait Jackets can now be used to restrain individuals., type: Add} - id: 4303 - time: '2023-07-22T22:14:25.0000000+00:00' -- author: Emisse - changes: - - {message: Beds and medical beds now heal blunt and cold specifically instead of - brute and burn groups., type: Tweak} - id: 4304 - time: '2023-07-23T03:18:06.0000000+00:00' -- author: EmoGarbage404 - changes: - - {message: Midround anomaly spawns no longer have a high chance of spawning in - escape pods., type: Fix} - id: 4305 - time: '2023-07-23T03:57:13.0000000+00:00' -- author: FillerVK - changes: - - {message: Departure Terminal update., type: Tweak} - id: 4306 - time: '2023-07-23T05:32:04.0000000+00:00' -- author: Flareguy - changes: - - {message: Changed the roundstart traitor sound effect back to the old one., type: Tweak} - id: 4307 - time: '2023-07-23T05:53:01.0000000+00:00' -- author: Skarlet - changes: - - {message: Added Cap's Cap, type: Add} - - {message: Changed Hop Cap's description, type: Tweak} - id: 4308 - time: '2023-07-23T19:15:53.0000000+00:00' -- author: Errant + - message: Balanced tritium and frezon price + type: Tweak + id: 4 + time: '2023-08-13T00:00:00.0000000+00:00' +- author: dvir001 + changes: + - message: New type of refill, secured. + type: Add + - message: 3 new crates. + type: Add + - message: CE Belt was added to Advanced Tools tech. + type: Add + - message: NT budget cuts, all restock crates only give 1 plastic back. + type: Tweak + id: 5 + time: '2023-08-13T00:00:00.0000000+00:00' +- author: sTiKyt + changes: + - message: Rebalanced 'engineering goggles' and 'welding mask' prices + type: Fix + - message: Rebalanced 'budget insulated gloves' and 'insulated gloves' prices + type: Fix + - message: >- + Replaced regular ATM with a wall-mounted version to preserve some space + on Skipper + type: Tweak + - message: >- + Wall mountable version of Bank ATMs, more compact and let's you preserve + some space on shuttles! + type: Add + - message: Fixed ATM sprite by removing unnecessary barely visible pixels + type: Fix + - message: Changed prices for most vending machines food + type: Tweak + - message: now some of the trash, such as empty cans, can be sold to get rid of it + type: Fix + - message: Most trash can be sold now + type: Fix + - message: >- + Crusher Glaive, Industrial Welder, Advanced Industrial Welder and mining + drill can now be found in Salvage Vendor + type: Add + - message: MV and HV cables can now be found in YouTool + type: Add + - message: small amount of basic hardsuits can now be found in AstroVend + type: Add + - message: >- + Now AstroVend, Salvage Vendor, Engi-Vend and YouTool prices make more + sense and seem more logical + type: Fix + - message: >- + Sorted AstroVend, Salvage Vendor, Engi-Vend and YouTool inventories by + putting more demanded items higher + type: Tweak + - message: Updated ships prices to correspond to recent contributions + type: Tweak + - message: Fixed mob corpses being unsellable + type: Fix + - message: New Lobby Art - risingred + type: Add + id: 6 + time: '2023-08-13T00:00:00.0000000+00:00' +- author: checkraze + changes: + - message: added Listening Point Bravo + type: Add + - message: >- + added Flavorol, a new small buff to the complicated chef-created cooked + items for adventurers. + type: Add + - message: added the role timers + type: Add + id: 7 + time: '2023-08-13T00:00:00.0000000+00:00' +- author: TheEmber + changes: + - message: Removed hand teleporter from condor shuttle + type: Remove + - message: Fixed possible null reference. + type: Fix + id: 8 + time: '2023-08-13T00:00:00.0000000+00:00' +- author: Macoron + changes: + - message: >- + Added bounty contracts app for your PDA. HoS and HoP can place bounties + for criminals. + type: Add + - message: >- + Bounty contracts now can have categories (Wanted Criminal, Job Vacancy, + Services, etc). + type: Add + - message: >- + Ships fax will have same name as a ship. You still can change it with a + screwdriver to a custom one. + type: Tweak + - message: Ghost warp point placed on a ship now synced with ship name. + type: Tweak + id: 9 + time: '2023-08-13T00:00:00.0000000+00:00' +- author: Kesiath + changes: + - message: The Anchor! A large luxury cruiser. + type: Add + - message: Switched sprinter to reinforced walls instead of sec walls. + type: Tweak + - message: >- + Fixed xenomorph/adder voice to prevent then from being understood by + players. + type: Fix + - message: Added the Marauder, a security Heavy Corvette. + type: Add + - message: >- + Changed Sprinter and Anchor to both include cell rechargers, and fixed + some issues with the Sprinter. + type: Tweak + - message: Altered the Anchor based on community feedback. + type: Tweak + - message: Added the new rewritten rules. + type: Add + - message: Added station records computers to ships that didn't have them. + type: Add + - message: Changed the Marauder slightly to have a bit more room. + type: Tweak + - message: Fixed the medical bed in the Sprinter. + type: Fix + - message: Fixed Pathfinder gravity issues and lack of windows. + type: Fix + - message: Added the Pathfinder, a small expedition capable vessel. + type: Add + - message: Balanced the Sprinter further based on community feedback. + type: Tweak + - message: >- + Changed Anchor crew settings and added the new console system for + picking crew. + type: Tweak + - message: Fixed Prowler Atmos + type: Fix + - message: Added the Prowler! A new Stealth capable Medium ship for Security. + type: Add + - message: Removed the Stealth IFF Console from the Marauder. + type: Remove + - message: Removed the Trident from the Security catalog. + type: Remove + - message: >- + Fixed the gun cabinets on the Marauder to manually have the correct + items. + type: Fix + - message: >- + Added the Crescent, a massive expedition sustain vessel capable of + service, medical, and science. + type: Add + id: 10 + time: '2023-08-13T00:00:00.0000000+00:00' +- author: Leander-0 + changes: + - message: Securistan has developed 2 new flagship vessels, Carrier and Fighter + type: Add + - message: Nerfs Heavy armor + type: Tweak + - message: 2 new security small ships, Cleric and Rogue. + type: Add + - message: >- + Renamed the carrier into the empress plus fixed more of its + functionality. + type: Tweak + id: 11 + time: '2023-08-13T00:00:00.0000000+00:00' +- author: kennedytcooper + changes: + - message: the Bocadillo, the perfect cheap and small food truck ship for one + type: Add + - message: the Honker ship, a ship for clowns. HONK + type: Add + - message: the mission ship, a religious & cleaning shuttle + type: Add + - message: Honker gets more power + type: Add + id: 12 + time: '2023-08-13T00:00:00.0000000+00:00' +- author: OCOtheOmega + changes: + - message: Round notification! + type: Add + - message: Make bank notifications embed! + type: Tweak + - message: Names on any languages! + type: Tweak + - message: Change color for inventory. + type: Tweak + id: 13 + time: '2023-08-13T00:00:00.0000000+00:00' +- author: terezi4real + changes: + - message: Added Money Trees + type: Add + - message: Added Money Trees to Exped Rewards + type: Add + - message: Added Pears + type: Add + - message: Added Esquire + type: Add + - message: Tweaked Many Melee Weapons to allow storage in back/suit storage slot. + type: Tweak + id: 14 + time: '2023-08-13T00:00:00.0000000+00:00' +- author: Graugr + changes: + - message: N2 emergency tank + type: Add + - message: extended N2 emergency tank + type: Add + - message: double extended N2 emergency tank + type: Add + - message: Tank dispenser assortment changed + type: Tweak + - message: N2 emergency tank + type: Add + - message: extended N2 emergency tank + type: Add + - message: double extended N2 emergency tank + type: Add + - message: O2 emergency tank + type: Add + - message: extended O2 emergency tank + type: Add + - message: double extended O2 emergency tank + type: Add + id: 15 + time: '2023-08-13T00:00:00.0000000+00:00' +- author: Potato1234_x changes: - - {message: Emergency and Double oxygen tanks that spawn empty now have the same - internal volume as filled ones., type: Fix} - id: 4309 - time: '2023-07-23T19:17:32.0000000+00:00' -- author: deltanedas + - message: Resprited shipyard consoles + type: Tweak + - message: Polished up frontier exclusive vending machines. + type: Tweak + id: 16 + time: '2023-08-13T00:00:00.0000000+00:00' +- author: AllfatherHatt + changes: + - message: Added the Praeda, a large salvage and expedition capable vessel. + type: Add + id: 17 + time: '2023-08-13T00:00:00.0000000+00:00' +- author: No-Dad-Not-The-Belt + changes: + - message: The NT-Kestrel + type: Add + - message: NT-Kestrel NF Shipyard Prototype file. + type: Add + - message: Station Records Computer for requesting crew members + type: Add + - message: Fax machine to cockpit. + type: Add + - message: Reinforced Glass Tile under the cockpit door. + type: Add + - message: Placed a ship warp point in the cargo area. + type: Add + - message: Changed NT shipyard description. + type: Tweak + id: 18 + time: '2023-08-13T00:00:00.0000000+00:00' +- author: Debug changes: - - {message: Salt is now white instead of red., type: Tweak} - id: 4310 - time: '2023-07-23T19:17:46.0000000+00:00' + - message: >- + Changelogs have been added, and should automatically be updated when a + new PR is merged. + type: Add + id: 19 + time: '2023-08-14T00:00:00.0000000+00:00' +- author: DebugOk + changes: + - type: Add + message: >- + This is a test changelog to confirm that automatic changelogs are + working + id: 20 + time: '2023-08-14T03:50:58.0000000+00:00' +- author: No-Dad-Not-The-Belt + changes: + - type: Add + message: Added the Security Patrol Hardsuit + id: 21 + time: '2023-08-14T04:37:16.0000000+00:00' +- author: Kesiath + changes: + - type: Add + message: Added Reptilian horns and a teifling tail to Oni. + - type: Tweak + message: Changed tattoo settings so most all races with skin can have tattoos. + id: 22 + time: '2023-08-14T04:45:49.0000000+00:00' +- author: dvir01 + changes: + - type: Fix + message: Money seed reward working + id: 23 + time: '2023-08-14T20:54:46.0000000+00:00' +- author: Cheackraze + changes: + - type: Tweak + message: Changed shuttles and POIs to use the new thrusters gyros and hydro trays + id: 24 + time: '2023-08-14T20:56:41.0000000+00:00' diff --git a/Resources/Locale/en-US/_NF/prototypes/catalog/cargo/cargo-materials.ftl b/Resources/Locale/en-US/_NF/prototypes/catalog/cargo/cargo-materials.ftl new file mode 100644 index 00000000000..35fc72c5464 --- /dev/null +++ b/Resources/Locale/en-US/_NF/prototypes/catalog/cargo/cargo-materials.ftl @@ -0,0 +1,2 @@ +ent-Materials = { ent-CrateMaterials } + .desc = { ent-CrateMaterials.desc } diff --git a/Resources/Locale/en-US/_NF/prototypes/catalog/fills/crates/materials-crates.ftl b/Resources/Locale/en-US/_NF/prototypes/catalog/fills/crates/materials-crates.ftl new file mode 100644 index 00000000000..9983c7ddf9e --- /dev/null +++ b/Resources/Locale/en-US/_NF/prototypes/catalog/fills/crates/materials-crates.ftl @@ -0,0 +1,2 @@ +ent-CrateMaterials = Materials crate + .desc = 1 sheet of glass, plastic, steel, plasma and plasteel. diff --git a/Resources/Locale/en-US/_NF/seeds/seeds.ftl b/Resources/Locale/en-US/_NF/seeds/seeds.ftl new file mode 100644 index 00000000000..5b79ddc1730 --- /dev/null +++ b/Resources/Locale/en-US/_NF/seeds/seeds.ftl @@ -0,0 +1,5 @@ +# Seeds +seeds-moneytree-name = moneytree +seeds-moneytree-display-name = money tree +seeds-pear-name = pear +seeds-pear-display-name = pear tree diff --git a/Resources/Maps/Shuttles/anchor.yml b/Resources/Maps/Shuttles/anchor.yml index a0e8baf7e93..fd32d7323db 100644 --- a/Resources/Maps/Shuttles/anchor.yml +++ b/Resources/Maps/Shuttles/anchor.yml @@ -7526,7 +7526,7 @@ entities: - pos: 5.4605694,-3.509058 parent: 1 type: Transform -- proto: hydroponicsTray +- proto: hydroponicsTrayAnchored entities: - uid: 1078 components: diff --git a/Resources/Maps/Shuttles/bocadillo.yml b/Resources/Maps/Shuttles/bocadillo.yml new file mode 100644 index 00000000000..32e8fad17f0 --- /dev/null +++ b/Resources/Maps/Shuttles/bocadillo.yml @@ -0,0 +1,1431 @@ +meta: + format: 5 + postmapinit: false +tilemap: + 0: Space + 12: FloorBar + 32: FloorDarkPlastic + 48: FloorKitchen + 62: FloorShuttleBlue + 94: Lattice + 95: Plating +entities: +- proto: "" + entities: + - uid: 2 + components: + - type: MetaData + - pos: -0.4375,-1.703125 + parent: invalid + type: Transform + - chunks: + 0,0: + ind: 0,0 + tiles: XwAAACAAAABfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF8AAAAgAAAAXwAAAF4AAABeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABfAAAADAAAAAwAAABfAAAAXwAAAF8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXwAAAAwAAAAMAAAAIAAAACAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF8AAAAMAAAADAAAAF8AAABfAAAAXwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAMAAAADAAAAAgAAAAIAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAADAAAAAwAAAAXwAAAF8AAABfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF8AAABfAAAAXwAAAF4AAABeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF4AAABfAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABeAAAAXwAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF4AAABfAAAAXwAAAF8AAABfAAAAXwAAAF8AAABfAAAAXwAAAF8AAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABfAAAAPgAAAD4AAABfAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXwAAAD4AAAA+AAAAXwAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF8AAAA+AAAAPgAAAD4AAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABfAAAAPgAAAD4AAABfAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAF8AAABfAAAAXwAAAF8AAABfAAAAXwAAAF8AAABfAAAAXwAAAF8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + type: MapGrid + - type: Broadphase + - angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + type: Physics + - fixtures: {} + type: Fixtures + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + type: Gravity + - chunkCollection: + version: 2 + nodes: [] + type: DecalGrid + - version: 2 + data: + tiles: + 0,0: + 0: 65527 + 0,1: + 0: 65535 + -3,1: + 0: 61183 + -3,0: + 0: 60928 + -2,0: + 0: 65280 + -2,1: + 0: 65535 + -1,0: + 0: 65518 + -1,1: + 0: 65535 + 1,1: + 0: 4915 + 1,0: + 0: 13072 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + type: GridAtmosphere + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirlockCaptainGlassLocked + entities: + - uid: 137 + components: + - pos: -7.5,5.5 + parent: 2 + type: Transform +- proto: AirlockExternalGlass + entities: + - uid: 24 + components: + - rot: -1.5707963267948966 rad + pos: 3.5,3.5 + parent: 2 + type: Transform + - uid: 33 + components: + - rot: 3.141592653589793 rad + pos: -0.5,2.5 + parent: 2 + type: Transform + - uid: 36 + components: + - pos: 1.5,1.5 + parent: 2 + type: Transform + - uid: 37 + components: + - rot: -1.5707963267948966 rad + pos: 3.5,5.5 + parent: 2 + type: Transform +- proto: AirlockGlassShuttle + entities: + - uid: 22 + components: + - pos: 1.5,0.5 + parent: 2 + type: Transform + - uid: 23 + components: + - pos: -0.5,0.5 + parent: 2 + type: Transform + - uid: 80 + components: + - rot: 1.5707963267948966 rad + pos: 5.5,3.5 + parent: 2 + type: Transform + - uid: 181 + components: + - rot: 1.5707963267948966 rad + pos: 5.5,5.5 + parent: 2 + type: Transform +- proto: APCBasic + entities: + - uid: 88 + components: + - pos: -9.5,2.5 + parent: 2 + type: Transform + - uid: 89 + components: + - pos: -3.5,7.5 + parent: 2 + type: Transform +- proto: AtmosDeviceFanTiny + entities: + - uid: 31 + components: + - rot: 3.141592653589793 rad + pos: 1.5,0.5 + parent: 2 + type: Transform + - uid: 32 + components: + - rot: 3.141592653589793 rad + pos: -0.5,0.5 + parent: 2 + type: Transform + - uid: 76 + components: + - rot: -1.5707963267948966 rad + pos: 5.5,3.5 + parent: 2 + type: Transform + - uid: 77 + components: + - rot: -1.5707963267948966 rad + pos: 5.5,5.5 + parent: 2 + type: Transform +- proto: BarSign + entities: + - uid: 143 + components: + - pos: -3.5,2.5 + parent: 2 + type: Transform +- proto: Bucket + entities: + - uid: 177 + components: + - pos: -3.40281,3.8004506 + parent: 2 + type: Transform +- proto: ButchCleaver + entities: + - uid: 161 + components: + - pos: -1.5070472,6.662921 + parent: 2 + type: Transform +- proto: CableApcExtension + entities: + - uid: 104 + components: + - pos: -9.5,2.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 105 + components: + - pos: -8.5,2.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 106 + components: + - pos: -7.5,2.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 107 + components: + - pos: -6.5,2.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 108 + components: + - pos: -5.5,2.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 109 + components: + - pos: -4.5,2.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 110 + components: + - pos: -3.5,2.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 111 + components: + - pos: -2.5,2.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 112 + components: + - pos: -1.5,2.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 113 + components: + - pos: -0.5,2.5 + parent: 2 + type: Transform + - uid: 114 + components: + - pos: 0.5,2.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 115 + components: + - pos: 1.5,2.5 + parent: 2 + type: Transform + - uid: 116 + components: + - pos: 2.5,2.5 + parent: 2 + type: Transform + - uid: 117 + components: + - pos: -9.5,3.5 + parent: 2 + type: Transform + - uid: 118 + components: + - pos: -9.5,4.5 + parent: 2 + type: Transform + - uid: 119 + components: + - pos: -10.5,4.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 120 + components: + - pos: -3.5,7.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 121 + components: + - pos: -3.5,6.5 + parent: 2 + type: Transform + - uid: 122 + components: + - pos: -2.5,6.5 + parent: 2 + type: Transform + - uid: 123 + components: + - pos: -1.5,6.5 + parent: 2 + type: Transform + - uid: 124 + components: + - pos: -3.5,5.5 + parent: 2 + type: Transform + - uid: 125 + components: + - pos: -3.5,4.5 + parent: 2 + type: Transform + - uid: 126 + components: + - pos: -0.5,6.5 + parent: 2 + type: Transform + - uid: 127 + components: + - pos: 0.5,6.5 + parent: 2 + type: Transform + - uid: 128 + components: + - pos: 1.5,6.5 + parent: 2 + type: Transform + - uid: 129 + components: + - pos: 2.5,6.5 + parent: 2 + type: Transform + - uid: 130 + components: + - pos: 3.5,6.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 131 + components: + - pos: 3.5,5.5 + parent: 2 + type: Transform + - uid: 188 + components: + - pos: -3.5,4.5 + parent: 2 + type: Transform + - uid: 189 + components: + - pos: -3.5,4.5 + parent: 2 + type: Transform + - uid: 190 + components: + - pos: -3.5,4.5 + parent: 2 + type: Transform + - uid: 191 + components: + - pos: -2.5,4.5 + parent: 2 + type: Transform + - uid: 192 + components: + - pos: -2.5,3.5 + parent: 2 + type: Transform + - uid: 193 + components: + - pos: -2.5,2.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 194 + components: + - pos: -2.5,1.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 195 + components: + - pos: 4.5,6.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 196 + components: + - pos: 4.5,5.5 + parent: 2 + type: Transform + - uid: 197 + components: + - pos: 4.5,4.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 198 + components: + - pos: 4.5,3.5 + parent: 2 + type: Transform + - uid: 199 + components: + - pos: 4.5,2.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound +- proto: CableHV + entities: + - uid: 90 + components: + - pos: -9.5,6.5 + parent: 2 + type: Transform + - uid: 91 + components: + - pos: -9.5,7.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound +- proto: CableMV + entities: + - uid: 92 + components: + - pos: -9.5,7.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 93 + components: + - pos: -8.5,7.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 94 + components: + - pos: -7.5,7.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 95 + components: + - pos: -6.5,7.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 96 + components: + - pos: -5.5,7.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 97 + components: + - pos: -4.5,7.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 98 + components: + - pos: -3.5,7.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound + - uid: 99 + components: + - pos: -9.5,6.5 + parent: 2 + type: Transform + - uid: 100 + components: + - pos: -9.5,5.5 + parent: 2 + type: Transform + - uid: 101 + components: + - pos: -9.5,4.5 + parent: 2 + type: Transform + - uid: 102 + components: + - pos: -9.5,3.5 + parent: 2 + type: Transform + - uid: 103 + components: + - pos: -9.5,2.5 + parent: 2 + type: Transform + - enabled: True + type: AmbientSound +- proto: ClosetChef + entities: + - uid: 1 + components: + - pos: -5.5,6.5 + parent: 2 + type: Transform + - air: + volume: 200 + immutable: False + temperature: 293.1495 + moles: + - 1.606311 + - 6.042789 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + type: EntityStorage + - containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 160 + - 166 + - 167 + - 168 + - 169 + - 170 + - 171 + - 172 + - 173 + - 174 + - 175 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + type: ContainerContainer +- proto: ClosetChefFilled + entities: + - uid: 163 + components: + - pos: -6.5,6.5 + parent: 2 + type: Transform +- proto: ClothingHeadHatChef + entities: + - uid: 160 + components: + - flags: InContainer + type: MetaData + - parent: 1 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: ClothingOuterApronChef + entities: + - uid: 172 + components: + - flags: InContainer + type: MetaData + - parent: 1 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: ClothingOuterJacketChef + entities: + - uid: 170 + components: + - flags: InContainer + type: MetaData + - parent: 1 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: ClothingShoesChef + entities: + - uid: 175 + components: + - flags: InContainer + type: MetaData + - parent: 1 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: ClothingUniformJumpskirtChef + entities: + - uid: 168 + components: + - flags: InContainer + type: MetaData + - parent: 1 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitChef + entities: + - uid: 166 + components: + - flags: InContainer + type: MetaData + - parent: 1 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: ComputerShuttle + entities: + - uid: 3 + components: + - rot: 1.5707963267948966 rad + pos: -9.5,4.5 + parent: 2 + type: Transform +- proto: ComputerStationRecords + entities: + - uid: 205 + components: + - rot: 3.141592653589793 rad + pos: -8.5,3.5 + parent: 2 + type: Transform +- proto: ComputerWallmountWithdrawBankATM + entities: + - uid: 15 + components: + - rot: 3.141592653589793 rad + pos: 2.5,1.5 + parent: 2 + type: Transform +- proto: FaxMachineBase + entities: + - uid: 180 + components: + - pos: -8.5,6.5 + parent: 2 + type: Transform +- proto: GeneratorUranium + entities: + - uid: 86 + components: + - pos: -9.5,6.5 + parent: 2 + type: Transform +- proto: GravityGeneratorMini + entities: + - uid: 133 + components: + - pos: -9.5,5.5 + parent: 2 + type: Transform +- proto: Grille + entities: + - uid: 26 + components: + - rot: 3.141592653589793 rad + pos: 0.5,4.5 + parent: 2 + type: Transform + - uid: 27 + components: + - rot: 3.141592653589793 rad + pos: 0.5,3.5 + parent: 2 + type: Transform + - uid: 67 + components: + - rot: -1.5707963267948966 rad + pos: -0.5,7.5 + parent: 2 + type: Transform + - uid: 68 + components: + - rot: -1.5707963267948966 rad + pos: -1.5,7.5 + parent: 2 + type: Transform + - uid: 69 + components: + - rot: -1.5707963267948966 rad + pos: -2.5,7.5 + parent: 2 + type: Transform + - uid: 72 + components: + - rot: -1.5707963267948966 rad + pos: -8.5,7.5 + parent: 2 + type: Transform + - uid: 75 + components: + - rot: -1.5707963267948966 rad + pos: -8.5,2.5 + parent: 2 + type: Transform + - uid: 203 + components: + - rot: 3.141592653589793 rad + pos: -10.5,4.5 + parent: 2 + type: Transform + - uid: 204 + components: + - rot: 3.141592653589793 rad + pos: -10.5,5.5 + parent: 2 + type: Transform +- proto: Gyroscope + entities: + - uid: 132 + components: + - pos: -9.5,3.5 + parent: 2 + type: Transform +- proto: HydroponicsToolClippers + entities: + - uid: 167 + components: + - flags: InContainer + type: MetaData + - parent: 1 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: HydroponicsToolHatchet + entities: + - uid: 171 + components: + - flags: InContainer + type: MetaData + - parent: 1 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: HydroponicsToolMiniHoe + entities: + - uid: 174 + components: + - flags: InContainer + type: MetaData + - parent: 1 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: HydroponicsToolScythe + entities: + - uid: 173 + components: + - flags: InContainer + type: MetaData + - parent: 1 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: HydroponicsToolSpade + entities: + - uid: 169 + components: + - flags: InContainer + type: MetaData + - parent: 1 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: hydroponicsTrayAnchored + entities: + - uid: 70 + components: + - pos: -3.5,3.5 + parent: 2 + type: Transform + - uid: 71 + components: + - pos: -4.5,3.5 + parent: 2 + type: Transform + - uid: 73 + components: + - pos: -5.5,3.5 + parent: 2 + type: Transform + - uid: 74 + components: + - pos: -6.5,3.5 + parent: 2 + type: Transform +- proto: KitchenKnife + entities: + - uid: 165 + components: + - pos: -1.5695472,6.600421 + parent: 2 + type: Transform +- proto: KitchenMicrowave + entities: + - uid: 151 + components: + - pos: -2.5,6.5 + parent: 2 + type: Transform +- proto: KitchenReagentGrinder + entities: + - uid: 152 + components: + - pos: -3.5,6.5 + parent: 2 + type: Transform +- proto: LargeBeaker + entities: + - uid: 162 + components: + - pos: -4.194547,6.678546 + parent: 2 + type: Transform + - uid: 164 + components: + - pos: -4.616422,6.631671 + parent: 2 + type: Transform +- proto: LockerFreezerBase + entities: + - uid: 81 + components: + - pos: 1.5,6.5 + parent: 2 + type: Transform +- proto: Poweredlight + entities: + - uid: 154 + components: + - pos: 2.5,6.5 + parent: 2 + type: Transform + - enabled: False + type: AmbientSound + - uid: 155 + components: + - rot: -1.5707963267948966 rad + pos: 2.5,2.5 + parent: 2 + type: Transform + - enabled: False + type: AmbientSound + - uid: 156 + components: + - rot: -1.5707963267948966 rad + pos: -0.5,1.5 + parent: 2 + type: Transform + - enabled: False + type: AmbientSound + - uid: 157 + components: + - pos: -3.5,6.5 + parent: 2 + type: Transform + - enabled: False + type: AmbientSound + - uid: 158 + components: + - rot: 3.141592653589793 rad + pos: -5.5,3.5 + parent: 2 + type: Transform + - enabled: False + type: AmbientSound + - uid: 159 + components: + - rot: 1.5707963267948966 rad + pos: -9.5,5.5 + parent: 2 + type: Transform + - enabled: False + type: AmbientSound + - uid: 200 + components: + - pos: 4.5,5.5 + parent: 2 + type: Transform + - enabled: False + type: AmbientSound + - uid: 201 + components: + - rot: 3.141592653589793 rad + pos: 4.5,3.5 + parent: 2 + type: Transform + - enabled: False + type: AmbientSound +- proto: ShuttersNormalOpen + entities: + - uid: 28 + components: + - pos: 2.5,4.5 + parent: 2 + type: Transform + - links: + - 142 + type: DeviceLinkSink + - uid: 29 + components: + - pos: 1.5,4.5 + parent: 2 + type: Transform + - links: + - 142 + type: DeviceLinkSink + - uid: 30 + components: + - pos: -0.5,1.5 + parent: 2 + type: Transform + - invokeCounter: 3 + links: + - 141 + type: DeviceLinkSink + - uid: 202 + components: + - pos: 4.5,5.5 + parent: 2 + type: Transform + - links: + - 35 + type: DeviceLinkSink +- proto: ShuttleWindow + entities: + - uid: 20 + components: + - rot: 3.141592653589793 rad + pos: 0.5,3.5 + parent: 2 + type: Transform + - uid: 21 + components: + - rot: 3.141592653589793 rad + pos: 0.5,4.5 + parent: 2 + type: Transform + - uid: 42 + components: + - pos: -0.5,7.5 + parent: 2 + type: Transform + - uid: 43 + components: + - pos: -1.5,7.5 + parent: 2 + type: Transform + - uid: 44 + components: + - pos: -2.5,7.5 + parent: 2 + type: Transform + - uid: 45 + components: + - pos: -8.5,2.5 + parent: 2 + type: Transform + - uid: 50 + components: + - pos: -8.5,7.5 + parent: 2 + type: Transform + - uid: 57 + components: + - rot: 3.141592653589793 rad + pos: -10.5,5.5 + parent: 2 + type: Transform + - uid: 58 + components: + - rot: 3.141592653589793 rad + pos: -10.5,4.5 + parent: 2 + type: Transform +- proto: SignalButton + entities: + - uid: 35 + components: + - pos: 2.5,7.5 + parent: 2 + type: Transform + - linkedPorts: + 202: + - Pressed: Toggle + type: DeviceLinkSource + - uid: 141 + components: + - pos: -1.5,2.5 + parent: 2 + type: Transform + - linkedPorts: + 30: + - Pressed: Toggle + type: DeviceLinkSource + - type: ItemCooldown + - uid: 142 + components: + - pos: 3.5,6.5 + parent: 2 + type: Transform + - linkedPorts: + 28: + - Pressed: Toggle + 29: + - Pressed: Toggle + type: DeviceLinkSource +- proto: SpawnPointLatejoin + entities: + - uid: 178 + components: + - pos: -5.5,4.5 + parent: 2 + type: Transform +- proto: Stool + entities: + - uid: 18 + components: + - rot: 3.141592653589793 rad + pos: 2.5,3.5 + parent: 2 + type: Transform + - uid: 19 + components: + - rot: 3.141592653589793 rad + pos: 1.5,3.5 + parent: 2 + type: Transform +- proto: SubstationWallBasic + entities: + - uid: 87 + components: + - pos: -9.5,7.5 + parent: 2 + type: Transform +- proto: TableGlass + entities: + - uid: 84 + components: + - pos: -1.5,6.5 + parent: 2 + type: Transform + - uid: 85 + components: + - pos: -2.5,6.5 + parent: 2 + type: Transform + - uid: 149 + components: + - rot: 3.141592653589793 rad + pos: -3.5,6.5 + parent: 2 + type: Transform + - uid: 150 + components: + - rot: 3.141592653589793 rad + pos: -4.5,6.5 + parent: 2 + type: Transform +- proto: TableReinforced + entities: + - uid: 16 + components: + - rot: 3.141592653589793 rad + pos: 2.5,4.5 + parent: 2 + type: Transform + - uid: 17 + components: + - rot: 3.141592653589793 rad + pos: 1.5,4.5 + parent: 2 + type: Transform + - uid: 179 + components: + - pos: -8.5,6.5 + parent: 2 + type: Transform +- proto: Thruster + entities: + - uid: 34 + components: + - rot: 1.5707963267948966 rad + pos: -2.5,1.5 + parent: 2 + type: Transform + - uid: 66 + components: + - rot: -1.5707963267948966 rad + pos: 4.5,1.5 + parent: 2 + type: Transform + - uid: 78 + components: + - pos: 4.5,7.5 + parent: 2 + type: Transform + - uid: 79 + components: + - rot: 3.141592653589793 rad + pos: -2.5,0.5 + parent: 2 + type: Transform +- proto: VendingMachineChefvend + entities: + - uid: 82 + components: + - flags: SessionSpecific + type: MetaData + - pos: -0.5,6.5 + parent: 2 + type: Transform +- proto: VendingMachineDinnerware + entities: + - uid: 83 + components: + - flags: SessionSpecific + type: MetaData + - pos: 0.5,6.5 + parent: 2 + type: Transform +- proto: VendingMachineSeedsUnlocked + entities: + - uid: 176 + components: + - flags: SessionSpecific + type: MetaData + - pos: -1.5,3.5 + parent: 2 + type: Transform +- proto: WallShuttle + entities: + - uid: 4 + components: + - rot: 1.5707963267948966 rad + pos: -1.5,0.5 + parent: 2 + type: Transform + - uid: 5 + components: + - rot: 1.5707963267948966 rad + pos: -1.5,1.5 + parent: 2 + type: Transform + - uid: 6 + components: + - rot: 1.5707963267948966 rad + pos: 0.5,0.5 + parent: 2 + type: Transform + - uid: 7 + components: + - rot: 1.5707963267948966 rad + pos: 0.5,1.5 + parent: 2 + type: Transform + - uid: 8 + components: + - rot: 1.5707963267948966 rad + pos: 2.5,0.5 + parent: 2 + type: Transform + - uid: 9 + components: + - rot: 1.5707963267948966 rad + pos: 2.5,1.5 + parent: 2 + type: Transform + - uid: 10 + components: + - rot: 1.5707963267948966 rad + pos: 0.5,2.5 + parent: 2 + type: Transform + - uid: 11 + components: + - rot: 1.5707963267948966 rad + pos: -1.5,2.5 + parent: 2 + type: Transform + - uid: 12 + components: + - rot: 1.5707963267948966 rad + pos: -2.5,2.5 + parent: 2 + type: Transform + - uid: 13 + components: + - rot: 1.5707963267948966 rad + pos: 3.5,2.5 + parent: 2 + type: Transform + - uid: 25 + components: + - pos: 4.5,4.5 + parent: 2 + type: Transform + - uid: 38 + components: + - pos: 3.5,6.5 + parent: 2 + type: Transform + - uid: 39 + components: + - pos: 2.5,7.5 + parent: 2 + type: Transform + - uid: 40 + components: + - pos: 1.5,7.5 + parent: 2 + type: Transform + - uid: 41 + components: + - pos: 0.5,7.5 + parent: 2 + type: Transform + - uid: 46 + components: + - pos: -6.5,7.5 + parent: 2 + type: Transform + - uid: 47 + components: + - pos: -7.5,6.5 + parent: 2 + type: Transform + - uid: 48 + components: + - pos: -7.5,3.5 + parent: 2 + type: Transform + - uid: 49 + components: + - pos: -6.5,2.5 + parent: 2 + type: Transform + - uid: 51 + components: + - pos: -3.5,7.5 + parent: 2 + type: Transform + - uid: 52 + components: + - pos: -4.5,7.5 + parent: 2 + type: Transform + - uid: 53 + components: + - pos: -5.5,7.5 + parent: 2 + type: Transform + - uid: 54 + components: + - pos: -9.5,7.5 + parent: 2 + type: Transform + - uid: 55 + components: + - pos: -9.5,2.5 + parent: 2 + type: Transform + - uid: 56 + components: + - pos: -10.5,3.5 + parent: 2 + type: Transform + - uid: 59 + components: + - pos: -10.5,6.5 + parent: 2 + type: Transform + - uid: 60 + components: + - pos: -3.5,2.5 + parent: 2 + type: Transform + - uid: 61 + components: + - pos: -4.5,2.5 + parent: 2 + type: Transform + - uid: 62 + components: + - pos: -5.5,2.5 + parent: 2 + type: Transform + - uid: 134 + components: + - pos: -7.5,4.5 + parent: 2 + type: Transform + - uid: 135 + components: + - pos: -7.5,7.5 + parent: 2 + type: Transform + - uid: 136 + components: + - pos: -7.5,2.5 + parent: 2 + type: Transform + - uid: 182 + components: + - pos: 3.5,4.5 + parent: 2 + type: Transform + - uid: 183 + components: + - rot: 1.5707963267948966 rad + pos: 5.5,4.5 + parent: 2 + type: Transform + - uid: 184 + components: + - rot: 1.5707963267948966 rad + pos: 4.5,2.5 + parent: 2 + type: Transform + - uid: 185 + components: + - rot: 1.5707963267948966 rad + pos: 4.5,6.5 + parent: 2 + type: Transform + - uid: 186 + components: + - pos: 5.5,2.5 + parent: 2 + type: Transform + - uid: 187 + components: + - pos: 5.5,6.5 + parent: 2 + type: Transform +- proto: WallShuttleDiagonal + entities: + - uid: 14 + components: + - rot: 3.141592653589793 rad + pos: 3.5,1.5 + parent: 2 + type: Transform + - uid: 63 + components: + - rot: 1.5707963267948966 rad + pos: -10.5,2.5 + parent: 2 + type: Transform + - uid: 64 + components: + - pos: -10.5,7.5 + parent: 2 + type: Transform + - uid: 65 + components: + - rot: -1.5707963267948966 rad + pos: 3.5,7.5 + parent: 2 + type: Transform +- proto: WarpPoint + entities: + - uid: 153 + components: + - name: Bocadillo + type: MetaData + - rot: 3.141592653589793 rad + pos: -4.5,4.5 + parent: 2 + type: Transform +- proto: WaterTankHighCapacity + entities: + - uid: 148 + components: + - pos: -2.5,3.5 + parent: 2 + type: Transform +... diff --git a/Resources/Maps/Shuttles/crescent.yml b/Resources/Maps/Shuttles/crescent.yml index 66e99e8137c..a549671f5c2 100644 --- a/Resources/Maps/Shuttles/crescent.yml +++ b/Resources/Maps/Shuttles/crescent.yml @@ -41,7 +41,7 @@ entities: tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF8AAABfAAAAXwAAAF8AAABfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABKAAADSgAAAEoAAAFKAAACXwAAAF8AAABfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASgAAAEoAAANKAAABSgAAA0oAAAFKAAADXwAAAF8AAABfAAAAXwAAAF8AAABfAAAAXwAAABcAAAIXAAAAFwAAAA== -1,0: ind: -1,0 - tiles: XwAAAF8AAABfAAAANAAAADQAAAA0AAAAXwAAABcAAAEXAAAAFwAAAl8AAABKAAABSgAAAEoAAAJKAAABSgAAARcAAAAXAAABTwAAADQAAAA0AAAANAAAAF8AAAAXAAADFwAAABcAAAFfAAAASgAAAUoAAANKAAACSgAAA0oAAAAXAAAAFwAAAxcAAAEXAAAAFwAAAhcAAAJfAAAAXwAAAF8AAAAXAAABXwAAAF8AAABfAAAASgAAAkoAAANKAAABFwAAAxcAAAAXAAACFwAAABcAAAIXAAABFwAAARcAAAAMAAAADAAAAQwAAAAMAAADDAAAAUoAAAJKAAACSgAAARcAAAIXAAABFwAAARcAAAEXAAAAFwAAA08AAAAXAAAADAAAAQwAAAEMAAACDAAAAgwAAABKAAACSgAAAEoAAAMXAAABFwAAARcAAAMXAAAAFwAAAxcAAAEXAAADFwAAAAwAAAIMAAABDAAAAQwAAAAMAAABSgAAAUoAAAJKAAACFwAAAV8AAABfAAAAFwAAAxcAAAIXAAADTwAAABcAAANfAAAAXwAAAF8AAABfAAAAXwAAAF8AAABPAAAAXwAAABcAAABPAAAAFwAAAhcAAAAXAAABFwAAAhcAAAAXAAABFwAAAxcAAAMXAAABFwAAABcAAAAXAAABFwAAAhcAAAEXAAACTwAAABcAAAEXAAABFwAAAhcAAAAXAAADFwAAAhcAAAEXAAAAFwAAARcAAAAXAAACFwAAARcAAAIXAAADFwAAAxcAAAIXAAACFwAAAV8AAABfAAAATwAAAF8AAABfAAAATwAAAF8AAABfAAAATwAAAF8AAABfAAAAFwAAAFIAAABfAAAAFwAAAhcAAABfAAAAXAAAAFwAAAJfAAAAXAAAA1wAAANfAAAAXAAAA1wAAAFcAAABXwAAAE8AAABSAAADXwAAABcAAAEXAAACXwAAAF8AAABfAAAAXwAAAF8AAABfAAAAXwAAAF8AAABfAAAAXwAAAF8AAAAXAAABUgAAAV8AAAAXAAACFwAAAF8AAAA9AAAAPQAAAD0AAABfAAAAXQAAAF0AAAAcAAAAHAAAABwAAAAcAAAAFwAAAVIAAAJfAAAAFwAAABcAAAFfAAAAPQAAADoAAAE6AAABXwAAAF0AAABdAAAAHAAAABwAAAAcAAAAHAAAABcAAAFfAAAAXwAAABcAAAEXAAAAFwAAAz0AAAA6AAABOgAAAF8AAABdAAAAXQAAABwAAAAcAAAAHAAAABwAAAAXAAACTwAAABcAAAAXAAAAFwAAAV8AAAA9AAAAOgAAAjoAAAFfAAAAXQAAAF0AAAAcAAAAHAAAABwAAAAcAAAAFwAAAQ== + tiles: XwAAAF8AAABfAAAANAAAADQAAAA0AAAAXwAAABcAAAEXAAAAFwAAAl8AAABKAAABSgAAAEoAAAJKAAABSgAAARcAAAAXAAABTwAAADQAAAA0AAAANAAAAF8AAAAXAAADFwAAABcAAAFfAAAASgAAAUoAAANKAAACSgAAA0oAAAAXAAAAFwAAAxcAAAEXAAAAFwAAAhcAAAJfAAAAXwAAAF8AAAAXAAABXwAAAF8AAABfAAAASgAAAkoAAANKAAABFwAAAxcAAAAXAAACFwAAABcAAAIXAAABFwAAARcAAAAMAAAADAAAAQwAAAAMAAADDAAAAUoAAAJKAAACSgAAARcAAAIXAAABFwAAARcAAAEXAAAAFwAAA08AAAAXAAAADAAAAQwAAAEMAAACDAAAAgwAAABKAAACSgAAAEoAAAMXAAABFwAAARcAAAMXAAAAFwAAAxcAAAEXAAADFwAAAAwAAAIMAAABDAAAAQwAAAAMAAABSgAAAUoAAAJKAAACFwAAAV8AAABfAAAAFwAAAxcAAAIXAAADTwAAABcAAANfAAAAXwAAAF8AAABPAAAAXwAAAF8AAABPAAAAXwAAABcAAABPAAAAFwAAAhcAAAAXAAABFwAAAhcAAAAXAAABFwAAAxcAAAMXAAABFwAAABcAAAAXAAABFwAAAhcAAAEXAAACTwAAABcAAAEXAAABFwAAAhcAAAAXAAADFwAAAhcAAAEXAAAAFwAAARcAAAAXAAACFwAAARcAAAIXAAADFwAAAxcAAAIXAAACFwAAAV8AAABfAAAATwAAAF8AAABfAAAATwAAAF8AAABfAAAATwAAAF8AAABfAAAAFwAAAFIAAABfAAAAFwAAAhcAAABfAAAAXAAAAFwAAAJfAAAAXAAAA1wAAANfAAAAXAAAA1wAAAFcAAABXwAAAE8AAABSAAADXwAAABcAAAEXAAACXwAAAF8AAABfAAAAXwAAAF8AAABfAAAAXwAAAF8AAABfAAAAXwAAAF8AAAAXAAABUgAAAV8AAAAXAAACFwAAAF8AAAA9AAAAPQAAAD0AAABfAAAAXQAAAF0AAAAcAAAAHAAAABwAAAAcAAAAFwAAAVIAAAJfAAAAFwAAABcAAAFfAAAAPQAAADoAAAE6AAABXwAAAF0AAABdAAAAHAAAABwAAAAcAAAAHAAAABcAAAFfAAAAXwAAABcAAAEXAAAAFwAAAz0AAAA6AAABOgAAAF8AAABdAAAAXQAAABwAAAAcAAAAHAAAABwAAAAXAAACTwAAABcAAAAXAAAAFwAAAV8AAAA9AAAAOgAAAjoAAAFfAAAAXQAAAF0AAAAcAAAAHAAAABwAAAAcAAAAFwAAAQ== -1,-1: ind: -1,-1 tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF8AAABfAAAAXwAAAF8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXwAAAF8AAABfAAAASgAAAEoAAANKAAACAAAAABcAAAAXAAAANAAAAF8AAAA0AAAAXwAAAF8AAABfAAAAXwAAAF8AAABKAAABSgAAAkoAAABKAAACSgAAAg== @@ -1094,6 +1094,13 @@ entities: - pos: 20.5,6.5 parent: 1 type: Transform +- proto: AirlockBarLocked + entities: + - uid: 3110 + components: + - pos: -4.5,6.5 + parent: 1 + type: Transform - proto: AirlockCaptainLocked entities: - uid: 13 @@ -1229,6 +1236,11 @@ entities: pos: 24.5,9.5 parent: 1 type: Transform + - uid: 2721 + components: + - pos: 14.5,6.5 + parent: 1 + type: Transform - proto: AirlockExternalGlass entities: - uid: 37 @@ -1878,11 +1890,6 @@ entities: - pos: 1.5,6.5 parent: 1 type: Transform - - uid: 152 - components: - - pos: -4.5,6.5 - parent: 1 - type: Transform - proto: Bed entities: - uid: 153 @@ -2155,7 +2162,7 @@ entities: parent: 1 type: Transform - links: - - 2597 + - 2604 type: DeviceLinkSink - proto: BlastDoorOpen entities: @@ -2166,7 +2173,7 @@ entities: type: Transform - invokeCounter: 1 links: - - 2593 + - 2600 type: DeviceLinkSink - uid: 198 components: @@ -2175,7 +2182,7 @@ entities: type: Transform - invokeCounter: 1 links: - - 2593 + - 2600 type: DeviceLinkSink - uid: 199 components: @@ -2184,7 +2191,7 @@ entities: type: Transform - invokeCounter: 1 links: - - 2593 + - 2600 type: DeviceLinkSink - uid: 200 components: @@ -2192,7 +2199,7 @@ entities: parent: 1 type: Transform - links: - - 2598 + - 2605 type: DeviceLinkSink - proto: BluespaceBeaker entities: @@ -2262,6 +2269,13 @@ entities: - type: InsideEntityStorage - proto: CableApcExtension entities: + - uid: 152 + components: + - pos: 23.5,11.5 + parent: 1 + type: Transform + - enabled: True + type: AmbientSound - uid: 214 components: - pos: -6.5,17.5 @@ -4603,8 +4617,6 @@ entities: - pos: -4.5,6.5 parent: 1 type: Transform - - enabled: True - type: AmbientSound - uid: 665 components: - pos: -5.5,6.5 @@ -5044,1926 +5056,1933 @@ entities: - pos: 1.5,11.5 parent: 1 type: Transform - - uid: 3440 + - uid: 734 components: - pos: -6.5,25.5 parent: 1 type: Transform - - uid: 3441 + - uid: 735 components: - pos: -7.5,25.5 parent: 1 type: Transform - - uid: 3442 + - uid: 736 components: - pos: -8.5,25.5 parent: 1 type: Transform - - uid: 3443 + - uid: 737 components: - pos: -8.5,24.5 parent: 1 type: Transform - - uid: 3444 + - uid: 738 components: - pos: -9.5,24.5 parent: 1 type: Transform - - uid: 3445 + - uid: 739 components: - pos: -10.5,24.5 parent: 1 type: Transform - - uid: 3446 + - uid: 740 components: - pos: -11.5,24.5 parent: 1 type: Transform + - uid: 3440 + components: + - pos: 28.5,12.5 + parent: 1 + type: Transform + - enabled: True + type: AmbientSound - proto: CableHV entities: - - uid: 734 + - uid: 741 components: - pos: -27.5,35.5 parent: 1 type: Transform - - uid: 735 + - uid: 742 components: - pos: 19.5,2.5 parent: 1 type: Transform - - uid: 736 + - uid: 743 components: - pos: 20.5,2.5 parent: 1 type: Transform - - uid: 737 + - uid: 744 components: - pos: 20.5,3.5 parent: 1 type: Transform - - uid: 738 + - uid: 745 components: - pos: -16.5,16.5 parent: 1 type: Transform - - uid: 739 + - uid: 746 components: - pos: -27.5,16.5 parent: 1 type: Transform - - uid: 740 + - uid: 747 components: - pos: 31.5,15.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 741 + - uid: 748 components: - pos: 30.5,15.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 742 + - uid: 749 components: - pos: 29.5,15.5 parent: 1 type: Transform - - uid: 743 + - uid: 750 components: - pos: 28.5,15.5 parent: 1 type: Transform - - uid: 744 + - uid: 751 components: - pos: -21.5,16.5 parent: 1 type: Transform - - uid: 745 + - uid: 752 components: - pos: -20.5,16.5 parent: 1 type: Transform - - uid: 746 + - uid: 753 components: - pos: -19.5,16.5 parent: 1 type: Transform - - uid: 747 + - uid: 754 components: - pos: -17.5,16.5 parent: 1 type: Transform - - uid: 748 + - uid: 755 components: - pos: -23.5,16.5 parent: 1 type: Transform - - uid: 749 + - uid: 756 components: - pos: -18.5,16.5 parent: 1 type: Transform - - uid: 750 + - uid: 757 components: - pos: -26.5,16.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 751 + - uid: 758 components: - pos: -22.5,16.5 parent: 1 type: Transform - - uid: 752 + - uid: 759 components: - pos: -25.5,16.5 parent: 1 type: Transform - - uid: 753 + - uid: 760 components: - pos: 5.5,8.5 parent: 1 type: Transform - - uid: 754 + - uid: 761 components: - pos: 6.5,8.5 parent: 1 type: Transform - - uid: 755 + - uid: 762 components: - pos: 9.5,8.5 parent: 1 type: Transform - - uid: 756 + - uid: 763 components: - pos: 7.5,8.5 parent: 1 type: Transform - - uid: 757 + - uid: 764 components: - pos: 8.5,8.5 parent: 1 type: Transform - - uid: 758 + - uid: 765 components: - pos: 10.5,8.5 parent: 1 type: Transform - - uid: 759 + - uid: 766 components: - pos: 11.5,8.5 parent: 1 type: Transform - - uid: 760 + - uid: 767 components: - pos: 12.5,8.5 parent: 1 type: Transform - - uid: 761 + - uid: 768 components: - pos: -29.5,15.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 762 + - uid: 769 components: - pos: -28.5,15.5 parent: 1 type: Transform - - uid: 763 + - uid: 770 components: - pos: -27.5,15.5 parent: 1 type: Transform - - uid: 764 + - uid: 771 components: - pos: -15.5,16.5 parent: 1 type: Transform - - uid: 765 + - uid: 772 components: - pos: -14.5,16.5 parent: 1 type: Transform - - uid: 766 + - uid: 773 components: - pos: -13.5,16.5 parent: 1 type: Transform - - uid: 767 + - uid: 774 components: - pos: 28.5,16.5 parent: 1 type: Transform - - uid: 768 + - uid: 775 components: - pos: 27.5,16.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 769 + - uid: 776 components: - pos: 26.5,16.5 parent: 1 type: Transform - - uid: 770 + - uid: 777 components: - pos: 25.5,16.5 parent: 1 type: Transform - - uid: 771 + - uid: 778 components: - pos: 24.5,16.5 parent: 1 type: Transform - - uid: 772 + - uid: 779 components: - pos: 23.5,16.5 parent: 1 type: Transform - - uid: 773 + - uid: 780 components: - pos: 22.5,16.5 parent: 1 type: Transform - - uid: 774 + - uid: 781 components: - pos: 21.5,16.5 parent: 1 type: Transform - - uid: 775 + - uid: 782 components: - pos: 20.5,16.5 parent: 1 type: Transform - - uid: 776 + - uid: 783 components: - pos: 19.5,16.5 parent: 1 type: Transform - - uid: 777 + - uid: 784 components: - pos: 18.5,16.5 parent: 1 type: Transform - - uid: 778 + - uid: 785 components: - pos: 17.5,16.5 parent: 1 type: Transform - - uid: 779 + - uid: 786 components: - pos: 16.5,16.5 parent: 1 type: Transform - - uid: 780 + - uid: 787 components: - pos: 15.5,16.5 parent: 1 type: Transform - - uid: 781 + - uid: 788 components: - pos: 14.5,16.5 parent: 1 type: Transform - - uid: 782 + - uid: 789 components: - pos: -13.5,13.5 parent: 1 type: Transform - - uid: 783 + - uid: 790 components: - pos: -12.5,8.5 parent: 1 type: Transform - - uid: 784 + - uid: 791 components: - pos: -13.5,12.5 parent: 1 type: Transform - - uid: 785 + - uid: 792 components: - pos: -13.5,11.5 parent: 1 type: Transform - - uid: 786 + - uid: 793 components: - pos: -13.5,10.5 parent: 1 type: Transform - - uid: 787 + - uid: 794 components: - pos: -11.5,8.5 parent: 1 type: Transform - - uid: 788 + - uid: 795 components: - pos: -13.5,9.5 parent: 1 type: Transform - - uid: 789 + - uid: 796 components: - pos: -13.5,8.5 parent: 1 type: Transform - - uid: 790 + - uid: 797 components: - pos: -8.5,8.5 parent: 1 type: Transform - - uid: 791 + - uid: 798 components: - pos: -7.5,8.5 parent: 1 type: Transform - - uid: 792 + - uid: 799 components: - pos: -10.5,8.5 parent: 1 type: Transform - - uid: 793 + - uid: 800 components: - pos: -9.5,8.5 parent: 1 type: Transform - - uid: 794 + - uid: 801 components: - pos: -13.5,15.5 parent: 1 type: Transform - - uid: 795 + - uid: 802 components: - pos: 0.5,8.5 parent: 1 type: Transform - - uid: 796 + - uid: 803 components: - pos: 1.5,8.5 parent: 1 type: Transform - - uid: 797 + - uid: 804 components: - pos: 2.5,8.5 parent: 1 type: Transform - - uid: 798 + - uid: 805 components: - pos: 3.5,8.5 parent: 1 type: Transform - - uid: 799 + - uid: 806 components: - pos: -13.5,14.5 parent: 1 type: Transform - - uid: 800 + - uid: 807 components: - pos: -6.5,8.5 parent: 1 type: Transform - - uid: 801 + - uid: 808 components: - pos: -5.5,8.5 parent: 1 type: Transform - - uid: 802 + - uid: 809 components: - pos: -4.5,8.5 parent: 1 type: Transform - - uid: 803 + - uid: 810 components: - pos: -3.5,8.5 parent: 1 type: Transform - - uid: 804 + - uid: 811 components: - pos: 4.5,8.5 parent: 1 type: Transform - - uid: 805 + - uid: 812 components: - pos: -2.5,8.5 parent: 1 type: Transform - - uid: 806 + - uid: 813 components: - pos: -1.5,8.5 parent: 1 type: Transform - - uid: 807 + - uid: 814 components: - pos: -0.5,8.5 parent: 1 type: Transform - - uid: 808 + - uid: 815 components: - pos: 13.5,8.5 parent: 1 type: Transform - - uid: 809 + - uid: 816 components: - pos: 13.5,16.5 parent: 1 type: Transform - - uid: 810 + - uid: 817 components: - pos: 13.5,15.5 parent: 1 type: Transform - - uid: 811 + - uid: 818 components: - pos: 13.5,13.5 parent: 1 type: Transform - - uid: 812 + - uid: 819 components: - pos: 13.5,12.5 parent: 1 type: Transform - - uid: 813 + - uid: 820 components: - pos: 13.5,11.5 parent: 1 type: Transform - - uid: 814 + - uid: 821 components: - pos: 13.5,10.5 parent: 1 type: Transform - - uid: 815 + - uid: 822 components: - pos: 13.5,9.5 parent: 1 type: Transform - - uid: 816 + - uid: 823 components: - pos: 17.5,2.5 parent: 1 type: Transform - - uid: 817 + - uid: 824 components: - pos: 16.5,2.5 parent: 1 type: Transform - - uid: 818 + - uid: 825 components: - pos: 19.5,3.5 parent: 1 type: Transform - - uid: 819 + - uid: 826 components: - pos: 22.5,2.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 820 + - uid: 827 components: - pos: 22.5,3.5 parent: 1 type: Transform - - uid: 821 + - uid: 828 components: - pos: 22.5,4.5 parent: 1 type: Transform - - uid: 822 + - uid: 829 components: - pos: 22.5,5.5 parent: 1 type: Transform - - uid: 823 + - uid: 830 components: - pos: 21.5,2.5 parent: 1 type: Transform - - uid: 824 + - uid: 831 components: - pos: 18.5,3.5 parent: 1 type: Transform - - uid: 825 + - uid: 832 components: - pos: 15.5,2.5 parent: 1 type: Transform - - uid: 826 + - uid: 833 components: - pos: 19.5,1.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 827 + - uid: 834 components: - pos: 14.5,3.5 parent: 1 type: Transform - - uid: 828 + - uid: 835 components: - pos: 14.5,2.5 parent: 1 type: Transform - - uid: 829 + - uid: 836 components: - pos: 14.5,1.5 parent: 1 type: Transform - - uid: 830 + - uid: 837 components: - pos: 13.5,5.5 parent: 1 type: Transform - - uid: 831 + - uid: 838 components: - pos: 13.5,7.5 parent: 1 type: Transform - - uid: 832 + - uid: 839 components: - pos: 13.5,4.5 parent: 1 type: Transform - - uid: 833 + - uid: 840 components: - pos: 13.5,6.5 parent: 1 type: Transform - - uid: 834 + - uid: 841 components: - pos: 14.5,4.5 parent: 1 type: Transform - - uid: 835 + - uid: 842 components: - pos: 15.5,4.5 parent: 1 type: Transform - - uid: 836 + - uid: 843 components: - pos: 16.5,4.5 parent: 1 type: Transform - - uid: 837 + - uid: 844 components: - pos: 17.5,4.5 parent: 1 type: Transform - - uid: 838 + - uid: 845 components: - pos: 17.5,5.5 parent: 1 type: Transform - - uid: 839 + - uid: 846 components: - pos: 17.5,6.5 parent: 1 type: Transform - - uid: 840 + - uid: 847 components: - pos: 18.5,6.5 parent: 1 type: Transform - - uid: 841 + - uid: 848 components: - pos: 19.5,6.5 parent: 1 type: Transform - - uid: 842 + - uid: 849 components: - pos: 20.5,6.5 parent: 1 type: Transform - - uid: 843 + - uid: 850 components: - pos: 21.5,6.5 parent: 1 type: Transform - - uid: 844 + - uid: 851 components: - pos: 22.5,6.5 parent: 1 type: Transform - - uid: 845 + - uid: 852 components: - pos: 0.5,9.5 parent: 1 type: Transform - - uid: 846 + - uid: 853 components: - pos: 0.5,10.5 parent: 1 type: Transform - - uid: 847 + - uid: 854 components: - pos: 0.5,11.5 parent: 1 type: Transform - - uid: 848 + - uid: 855 components: - pos: 0.5,12.5 parent: 1 type: Transform - - uid: 849 + - uid: 856 components: - pos: 0.5,13.5 parent: 1 type: Transform - - uid: 850 + - uid: 857 components: - pos: 0.5,14.5 parent: 1 type: Transform - - uid: 851 + - uid: 858 components: - pos: 0.5,15.5 parent: 1 type: Transform - - uid: 852 + - uid: 859 components: - pos: 0.5,16.5 parent: 1 type: Transform - - uid: 853 + - uid: 860 components: - pos: 0.5,17.5 parent: 1 type: Transform - - uid: 854 + - uid: 861 components: - pos: 0.5,18.5 parent: 1 type: Transform - - uid: 855 + - uid: 862 components: - pos: 0.5,19.5 parent: 1 type: Transform - - uid: 856 + - uid: 863 components: - pos: 0.5,20.5 parent: 1 type: Transform - - uid: 857 + - uid: 864 components: - pos: 0.5,21.5 parent: 1 type: Transform - - uid: 858 + - uid: 865 components: - pos: 1.5,21.5 parent: 1 type: Transform - - uid: 859 + - uid: 866 components: - pos: 2.5,21.5 parent: 1 type: Transform - - uid: 860 + - uid: 867 components: - pos: 3.5,21.5 parent: 1 type: Transform - - uid: 861 + - uid: 868 components: - pos: 4.5,21.5 parent: 1 type: Transform - - uid: 862 + - uid: 869 components: - pos: 4.5,22.5 parent: 1 type: Transform - - uid: 863 + - uid: 870 components: - pos: 4.5,23.5 parent: 1 type: Transform - - uid: 864 + - uid: 871 components: - pos: 4.5,24.5 parent: 1 type: Transform - - uid: 865 + - uid: 872 components: - pos: 5.5,24.5 parent: 1 type: Transform - - uid: 866 + - uid: 873 components: - pos: 6.5,24.5 parent: 1 type: Transform - - uid: 867 + - uid: 874 components: - pos: 7.5,24.5 parent: 1 type: Transform - - uid: 868 + - uid: 875 components: - pos: 8.5,24.5 parent: 1 type: Transform - - uid: 869 + - uid: 876 components: - pos: 9.5,24.5 parent: 1 type: Transform - - uid: 870 + - uid: 877 components: - pos: 10.5,24.5 parent: 1 type: Transform - - uid: 871 + - uid: 878 components: - pos: 11.5,24.5 parent: 1 type: Transform - - uid: 872 + - uid: 879 components: - pos: 12.5,24.5 parent: 1 type: Transform - - uid: 873 + - uid: 880 components: - pos: 25.5,17.5 parent: 1 type: Transform - - uid: 874 + - uid: 881 components: - pos: 25.5,18.5 parent: 1 type: Transform - - uid: 875 + - uid: 882 components: - pos: 25.5,19.5 parent: 1 type: Transform - - uid: 876 + - uid: 883 components: - pos: 25.5,20.5 parent: 1 type: Transform - - uid: 877 + - uid: 884 components: - pos: 26.5,20.5 parent: 1 type: Transform - - uid: 878 + - uid: 885 components: - pos: 27.5,20.5 parent: 1 type: Transform - - uid: 879 + - uid: 886 components: - pos: 28.5,20.5 parent: 1 type: Transform - - uid: 880 + - uid: 887 components: - pos: 28.5,21.5 parent: 1 type: Transform - - uid: 881 + - uid: 888 components: - pos: 29.5,21.5 parent: 1 type: Transform - - uid: 882 + - uid: 889 components: - pos: 29.5,22.5 parent: 1 type: Transform - - uid: 883 + - uid: 890 components: - pos: 29.5,23.5 parent: 1 type: Transform - - uid: 884 + - uid: 891 components: - pos: 29.5,24.5 parent: 1 type: Transform - - uid: 885 + - uid: 892 components: - pos: 29.5,25.5 parent: 1 type: Transform - - uid: 886 + - uid: 893 components: - pos: 29.5,26.5 parent: 1 type: Transform - - uid: 887 + - uid: 894 components: - pos: 29.5,27.5 parent: 1 type: Transform - - uid: 888 + - uid: 895 components: - pos: 29.5,28.5 parent: 1 type: Transform - - uid: 889 + - uid: 896 components: - pos: 29.5,29.5 parent: 1 type: Transform - - uid: 890 + - uid: 897 components: - pos: 29.5,30.5 parent: 1 type: Transform - - uid: 891 + - uid: 898 components: - pos: 29.5,31.5 parent: 1 type: Transform - - uid: 892 + - uid: 899 components: - pos: 29.5,32.5 parent: 1 type: Transform - - uid: 893 + - uid: 900 components: - pos: 28.5,32.5 parent: 1 type: Transform - - uid: 894 + - uid: 901 components: - pos: 28.5,35.5 parent: 1 type: Transform - - uid: 895 + - uid: 902 components: - pos: -24.5,17.5 parent: 1 type: Transform - - uid: 896 + - uid: 903 components: - pos: -24.5,18.5 parent: 1 type: Transform - - uid: 897 + - uid: 904 components: - pos: -24.5,19.5 parent: 1 type: Transform - - uid: 898 + - uid: 905 components: - pos: -24.5,20.5 parent: 1 type: Transform - - uid: 899 + - uid: 906 components: - pos: -24.5,21.5 parent: 1 type: Transform - - uid: 900 + - uid: 907 components: - pos: -24.5,22.5 parent: 1 type: Transform - - uid: 901 + - uid: 908 components: - pos: -24.5,23.5 parent: 1 type: Transform - - uid: 902 + - uid: 909 components: - pos: -24.5,24.5 parent: 1 type: Transform - - uid: 903 + - uid: 910 components: - pos: -24.5,25.5 parent: 1 type: Transform - - uid: 904 + - uid: 911 components: - pos: -24.5,26.5 parent: 1 type: Transform - - uid: 905 + - uid: 912 components: - pos: -24.5,27.5 parent: 1 type: Transform - - uid: 906 + - uid: 913 components: - pos: -24.5,28.5 parent: 1 type: Transform - - uid: 907 + - uid: 914 components: - pos: -24.5,29.5 parent: 1 type: Transform - - uid: 908 + - uid: 915 components: - pos: -25.5,29.5 parent: 1 type: Transform - - uid: 909 + - uid: 916 components: - pos: -26.5,29.5 parent: 1 type: Transform - - uid: 910 + - uid: 917 components: - pos: -27.5,29.5 parent: 1 type: Transform - - uid: 911 + - uid: 918 components: - pos: -27.5,30.5 parent: 1 type: Transform - - uid: 912 + - uid: 919 components: - pos: -27.5,31.5 parent: 1 type: Transform - - uid: 913 + - uid: 920 components: - pos: -27.5,32.5 parent: 1 type: Transform - - uid: 914 + - uid: 921 components: - pos: -27.5,33.5 parent: 1 type: Transform - - uid: 915 + - uid: 922 components: - pos: -27.5,34.5 parent: 1 type: Transform - - uid: 916 + - uid: 923 components: - pos: -11.5,24.5 parent: 1 type: Transform - - uid: 917 + - uid: 924 components: - pos: -10.5,24.5 parent: 1 type: Transform - - uid: 918 + - uid: 925 components: - pos: -9.5,24.5 parent: 1 type: Transform - - uid: 919 + - uid: 926 components: - pos: -8.5,24.5 parent: 1 type: Transform - - uid: 920 + - uid: 927 components: - pos: -8.5,25.5 parent: 1 type: Transform - - uid: 921 + - uid: 928 components: - pos: -7.5,25.5 parent: 1 type: Transform - - uid: 922 + - uid: 929 components: - pos: -6.5,25.5 parent: 1 type: Transform - - uid: 923 + - uid: 930 components: - pos: -5.5,25.5 parent: 1 type: Transform - - uid: 924 + - uid: 931 components: - pos: -5.5,24.5 parent: 1 type: Transform - - uid: 925 + - uid: 932 components: - pos: -5.5,23.5 parent: 1 type: Transform - - uid: 926 + - uid: 933 components: - pos: -5.5,22.5 parent: 1 type: Transform - - uid: 927 + - uid: 934 components: - pos: -5.5,21.5 parent: 1 type: Transform - - uid: 928 + - uid: 935 components: - pos: -4.5,21.5 parent: 1 type: Transform - - uid: 929 + - uid: 936 components: - pos: -3.5,21.5 parent: 1 type: Transform - - uid: 930 + - uid: 937 components: - pos: -2.5,21.5 parent: 1 type: Transform - - uid: 931 + - uid: 938 components: - pos: -1.5,21.5 parent: 1 type: Transform - - uid: 932 + - uid: 939 components: - pos: -0.5,21.5 parent: 1 type: Transform - - uid: 933 + - uid: 940 components: - pos: -13.5,17.5 parent: 1 type: Transform - - uid: 934 + - uid: 941 components: - pos: -13.5,18.5 parent: 1 type: Transform - - uid: 935 + - uid: 942 components: - pos: -13.5,19.5 parent: 1 type: Transform - - uid: 936 + - uid: 943 components: - pos: -13.5,20.5 parent: 1 type: Transform - - uid: 937 + - uid: 944 components: - pos: -13.5,21.5 parent: 1 type: Transform - - uid: 938 + - uid: 945 components: - pos: -12.5,21.5 parent: 1 type: Transform - - uid: 939 + - uid: 946 components: - pos: -11.5,21.5 parent: 1 type: Transform - - uid: 940 + - uid: 947 components: - pos: -10.5,21.5 parent: 1 type: Transform - - uid: 941 + - uid: 948 components: - pos: -9.5,21.5 parent: 1 type: Transform - - uid: 942 + - uid: 949 components: - pos: -8.5,21.5 parent: 1 type: Transform - - uid: 943 + - uid: 950 components: - pos: -7.5,21.5 parent: 1 type: Transform - - uid: 944 + - uid: 951 components: - pos: -6.5,21.5 parent: 1 type: Transform - - uid: 945 + - uid: 952 components: - pos: 5.5,21.5 parent: 1 type: Transform - - uid: 946 + - uid: 953 components: - pos: 6.5,21.5 parent: 1 type: Transform - - uid: 947 + - uid: 954 components: - pos: 7.5,21.5 parent: 1 type: Transform - - uid: 948 + - uid: 955 components: - pos: 8.5,21.5 parent: 1 type: Transform - - uid: 949 + - uid: 956 components: - pos: 9.5,21.5 parent: 1 type: Transform - - uid: 950 + - uid: 957 components: - pos: 10.5,21.5 parent: 1 type: Transform - - uid: 951 + - uid: 958 components: - pos: 11.5,21.5 parent: 1 type: Transform - - uid: 952 + - uid: 959 components: - pos: 12.5,21.5 parent: 1 type: Transform - - uid: 953 + - uid: 960 components: - pos: 13.5,21.5 parent: 1 type: Transform - - uid: 954 + - uid: 961 components: - pos: 13.5,20.5 parent: 1 type: Transform - - uid: 955 + - uid: 962 components: - pos: 13.5,19.5 parent: 1 type: Transform - - uid: 956 + - uid: 963 components: - pos: 13.5,18.5 parent: 1 type: Transform - - uid: 957 + - uid: 964 components: - pos: 13.5,17.5 parent: 1 type: Transform - - uid: 958 + - uid: 965 components: - pos: 22.5,7.5 parent: 1 type: Transform - - uid: 959 + - uid: 966 components: - pos: 23.5,7.5 parent: 1 type: Transform - - uid: 960 + - uid: 967 components: - pos: 24.5,7.5 parent: 1 type: Transform - - uid: 961 + - uid: 968 components: - pos: 25.5,7.5 parent: 1 type: Transform - - uid: 962 + - uid: 969 components: - pos: 25.5,8.5 parent: 1 type: Transform - - uid: 963 + - uid: 970 components: - pos: 26.5,8.5 parent: 1 type: Transform - - uid: 964 + - uid: 971 components: - pos: 26.5,9.5 parent: 1 type: Transform - - uid: 965 + - uid: 972 components: - pos: 26.5,10.5 parent: 1 type: Transform - - uid: 966 + - uid: 973 components: - pos: 26.5,11.5 parent: 1 type: Transform - - uid: 967 + - uid: 974 components: - pos: 26.5,12.5 parent: 1 type: Transform - - uid: 968 + - uid: 975 components: - pos: 26.5,13.5 parent: 1 type: Transform - - uid: 969 + - uid: 976 components: - pos: 26.5,14.5 parent: 1 type: Transform - - uid: 970 + - uid: 977 components: - pos: 26.5,15.5 parent: 1 type: Transform - - uid: 971 + - uid: 978 components: - pos: 28.5,33.5 parent: 1 type: Transform - - uid: 972 + - uid: 979 components: - pos: -25.5,9.5 parent: 1 type: Transform - - uid: 973 + - uid: 980 components: - pos: -25.5,8.5 parent: 1 type: Transform - - uid: 974 + - uid: 981 components: - pos: -24.5,8.5 parent: 1 type: Transform - - uid: 975 + - uid: 982 components: - pos: -24.5,7.5 parent: 1 type: Transform - - uid: 976 + - uid: 983 components: - pos: 28.5,34.5 parent: 1 type: Transform - - uid: 977 + - uid: 984 components: - pos: -24.5,16.5 parent: 1 type: Transform - - uid: 978 + - uid: 985 components: - pos: 27.5,22.5 parent: 1 type: Transform - - uid: 979 + - uid: 986 components: - pos: 27.5,21.5 parent: 1 type: Transform - - uid: 980 + - uid: 987 components: - pos: 17.5,3.5 parent: 1 type: Transform - - uid: 981 + - uid: 988 components: - pos: 20.5,1.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 982 + - uid: 989 components: - pos: -23.5,8.5 parent: 1 type: Transform - - uid: 983 + - uid: 990 components: - pos: -22.5,8.5 parent: 1 type: Transform - - uid: 984 + - uid: 991 components: - pos: -21.5,8.5 parent: 1 type: Transform - - uid: 985 + - uid: 992 components: - pos: -20.5,8.5 parent: 1 type: Transform - - uid: 986 + - uid: 993 components: - pos: -19.5,8.5 parent: 1 type: Transform - - uid: 987 + - uid: 994 components: - pos: -18.5,8.5 parent: 1 type: Transform - - uid: 988 + - uid: 995 components: - pos: -17.5,8.5 parent: 1 type: Transform - - uid: 989 + - uid: 996 components: - pos: -16.5,8.5 parent: 1 type: Transform - - uid: 990 + - uid: 997 components: - pos: -15.5,8.5 parent: 1 type: Transform - - uid: 991 + - uid: 998 components: - pos: -14.5,8.5 parent: 1 type: Transform - - uid: 992 + - uid: 999 components: - pos: -21.5,15.5 parent: 1 type: Transform - - uid: 993 + - uid: 1000 components: - pos: -21.5,14.5 parent: 1 type: Transform - - uid: 994 + - uid: 1001 components: - pos: -21.5,13.5 parent: 1 type: Transform - - uid: 995 + - uid: 1002 components: - pos: -21.5,12.5 parent: 1 type: Transform - - uid: 996 + - uid: 1003 components: - pos: -21.5,11.5 parent: 1 type: Transform - - uid: 997 + - uid: 1004 components: - pos: -21.5,10.5 parent: 1 type: Transform - - uid: 998 + - uid: 1005 components: - pos: -21.5,9.5 parent: 1 type: Transform - proto: CableMV entities: - - uid: 999 + - uid: 1006 components: - pos: 23.5,11.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 1000 + - uid: 1007 components: - pos: -27.5,35.5 parent: 1 type: Transform - - uid: 1001 + - uid: 1008 components: - pos: 27.5,34.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 1002 + - uid: 1009 components: - pos: 5.5,7.5 parent: 1 type: Transform - - uid: 1003 + - uid: 1010 components: - pos: -9.5,24.5 parent: 1 type: Transform - - uid: 1004 + - uid: 1011 components: - pos: -11.5,24.5 parent: 1 type: Transform - - uid: 1005 + - uid: 1012 components: - pos: -8.5,24.5 parent: 1 type: Transform - - uid: 1006 + - uid: 1013 components: - pos: -10.5,24.5 parent: 1 type: Transform - - uid: 1007 + - uid: 1014 components: - pos: -26.5,33.5 parent: 1 type: Transform - - uid: 1008 + - uid: 1015 components: - pos: -25.5,33.5 parent: 1 type: Transform - - uid: 1009 + - uid: 1016 components: - pos: -25.5,34.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 1010 + - uid: 1017 components: - pos: -7.5,25.5 parent: 1 type: Transform - - uid: 1011 + - uid: 1018 components: - pos: -5.5,25.5 parent: 1 type: Transform - - uid: 1012 + - uid: 1019 components: - pos: -6.5,25.5 parent: 1 type: Transform - - uid: 1013 + - uid: 1020 components: - pos: -8.5,25.5 parent: 1 type: Transform - - uid: 1014 + - uid: 1021 components: - pos: 28.5,34.5 parent: 1 type: Transform - - uid: 1015 + - uid: 1022 components: - pos: -5.5,26.5 parent: 1 type: Transform - - uid: 1016 + - uid: 1023 components: - pos: -5.5,27.5 parent: 1 type: Transform - - uid: 1017 + - uid: 1024 components: - pos: -5.5,28.5 parent: 1 type: Transform - - uid: 1018 + - uid: 1025 components: - pos: -5.5,29.5 parent: 1 type: Transform - - uid: 1019 + - uid: 1026 components: - pos: -5.5,30.5 parent: 1 type: Transform - - uid: 1020 + - uid: 1027 components: - pos: -5.5,31.5 parent: 1 type: Transform - - uid: 1021 + - uid: 1028 components: - pos: -5.5,32.5 parent: 1 type: Transform - - uid: 1022 + - uid: 1029 components: - pos: -5.5,33.5 parent: 1 type: Transform - - uid: 1023 + - uid: 1030 components: - pos: -5.5,34.5 parent: 1 type: Transform - - uid: 1024 + - uid: 1031 components: - pos: -5.5,35.5 parent: 1 type: Transform - - uid: 1025 + - uid: 1032 components: - pos: -5.5,36.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 1026 + - uid: 1033 components: - pos: -5.5,24.5 parent: 1 type: Transform - - uid: 1027 + - uid: 1034 components: - pos: -5.5,23.5 parent: 1 type: Transform - - uid: 1028 + - uid: 1035 components: - pos: -5.5,22.5 parent: 1 type: Transform - - uid: 1029 + - uid: 1036 components: - pos: -5.5,21.5 parent: 1 type: Transform - - uid: 1030 + - uid: 1037 components: - pos: -4.5,21.5 parent: 1 type: Transform - - uid: 1031 + - uid: 1038 components: - pos: -3.5,21.5 parent: 1 type: Transform - - uid: 1032 + - uid: 1039 components: - pos: -3.5,20.5 parent: 1 type: Transform - - uid: 1033 + - uid: 1040 components: - pos: -3.5,19.5 parent: 1 type: Transform - - uid: 1034 + - uid: 1041 components: - pos: -3.5,18.5 parent: 1 type: Transform - - uid: 1035 + - uid: 1042 components: - pos: 12.5,24.5 parent: 1 type: Transform - - uid: 1036 + - uid: 1043 components: - pos: 11.5,24.5 parent: 1 type: Transform - - uid: 1037 + - uid: 1044 components: - pos: 10.5,24.5 parent: 1 type: Transform - - uid: 1038 + - uid: 1045 components: - pos: 9.5,24.5 parent: 1 type: Transform - - uid: 1039 + - uid: 1046 components: - pos: 8.5,24.5 parent: 1 type: Transform - - uid: 1040 + - uid: 1047 components: - pos: 7.5,24.5 parent: 1 type: Transform - - uid: 1041 + - uid: 1048 components: - pos: 6.5,24.5 parent: 1 type: Transform - - uid: 1042 + - uid: 1049 components: - pos: 5.5,24.5 parent: 1 type: Transform - - uid: 1043 + - uid: 1050 components: - pos: 5.5,28.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 1044 + - uid: 1051 components: - pos: 5.5,27.5 parent: 1 type: Transform - - uid: 1045 + - uid: 1052 components: - pos: 5.5,26.5 parent: 1 type: Transform - - uid: 1046 + - uid: 1053 components: - pos: 5.5,25.5 parent: 1 type: Transform - - uid: 1047 + - uid: 1054 components: - pos: 22.5,4.5 parent: 1 type: Transform - - uid: 1048 + - uid: 1055 components: - pos: 22.5,5.5 parent: 1 type: Transform - - uid: 1049 + - uid: 1056 components: - pos: 22.5,6.5 parent: 1 type: Transform - - uid: 1050 + - uid: 1057 components: - pos: 22.5,7.5 parent: 1 type: Transform - - uid: 1051 + - uid: 1058 components: - pos: 23.5,7.5 parent: 1 type: Transform - - uid: 1052 + - uid: 1059 components: - pos: 23.5,8.5 parent: 1 type: Transform - - uid: 1053 + - uid: 1060 components: - pos: 23.5,9.5 parent: 1 type: Transform - - uid: 1054 + - uid: 1061 components: - pos: 23.5,10.5 parent: 1 type: Transform - - uid: 1055 + - uid: 1062 components: - pos: 28.5,35.5 parent: 1 type: Transform - - uid: 1056 + - uid: 1063 components: - pos: 27.5,30.5 parent: 1 type: Transform - - uid: 1057 + - uid: 1064 components: - pos: 27.5,31.5 parent: 1 type: Transform - - uid: 1058 + - uid: 1065 components: - pos: 27.5,32.5 parent: 1 type: Transform - - uid: 1059 + - uid: 1066 components: - pos: 21.5,6.5 parent: 1 type: Transform - - uid: 1060 + - uid: 1067 components: - pos: 20.5,6.5 parent: 1 type: Transform - - uid: 1061 + - uid: 1068 components: - pos: 19.5,6.5 parent: 1 type: Transform - - uid: 1062 + - uid: 1069 components: - pos: 18.5,6.5 parent: 1 type: Transform - - uid: 1063 + - uid: 1070 components: - pos: 17.5,6.5 parent: 1 type: Transform - - uid: 1064 + - uid: 1071 components: - pos: 17.5,5.5 parent: 1 type: Transform - - uid: 1065 + - uid: 1072 components: - pos: 17.5,4.5 parent: 1 type: Transform - - uid: 1066 + - uid: 1073 components: - pos: 16.5,4.5 parent: 1 type: Transform - - uid: 1067 + - uid: 1074 components: - pos: 15.5,4.5 parent: 1 type: Transform - - uid: 1068 + - uid: 1075 components: - pos: 14.5,4.5 parent: 1 type: Transform - - uid: 1069 + - uid: 1076 components: - pos: 13.5,4.5 parent: 1 type: Transform - - uid: 1070 + - uid: 1077 components: - pos: 13.5,5.5 parent: 1 type: Transform - - uid: 1071 + - uid: 1078 components: - pos: 13.5,6.5 parent: 1 type: Transform - - uid: 1072 + - uid: 1079 components: - pos: 13.5,7.5 parent: 1 type: Transform - - uid: 1073 + - uid: 1080 components: - pos: 13.5,8.5 parent: 1 type: Transform - - uid: 1074 + - uid: 1081 components: - pos: 12.5,8.5 parent: 1 type: Transform - - uid: 1075 + - uid: 1082 components: - pos: 11.5,8.5 parent: 1 type: Transform - - uid: 1076 + - uid: 1083 components: - pos: 10.5,8.5 parent: 1 type: Transform - - uid: 1077 + - uid: 1084 components: - pos: 9.5,8.5 parent: 1 type: Transform - - uid: 1078 + - uid: 1085 components: - pos: 8.5,8.5 parent: 1 type: Transform - - uid: 1079 + - uid: 1086 components: - pos: 7.5,8.5 parent: 1 type: Transform - - uid: 1080 + - uid: 1087 components: - pos: 6.5,8.5 parent: 1 type: Transform - - uid: 1081 + - uid: 1088 components: - pos: 5.5,8.5 parent: 1 type: Transform - - uid: 1082 + - uid: 1089 components: - pos: 5.5,6.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 1083 + - uid: 1090 components: - pos: -27.5,34.5 parent: 1 type: Transform - - uid: 1084 + - uid: 1091 components: - pos: -27.5,33.5 parent: 1 type: Transform - - uid: 1085 + - uid: 1092 components: - pos: -24.5,7.5 parent: 1 type: Transform - - uid: 1086 + - uid: 1093 components: - pos: -24.5,8.5 parent: 1 type: Transform - - uid: 1087 + - uid: 1094 components: - pos: -24.5,9.5 parent: 1 type: Transform - - uid: 1088 + - uid: 1095 components: - pos: -23.5,9.5 parent: 1 type: Transform - - uid: 1089 + - uid: 1096 components: - pos: -22.5,9.5 parent: 1 type: Transform - - uid: 1090 + - uid: 1097 components: - pos: -21.5,9.5 parent: 1 type: Transform - - uid: 1091 + - uid: 1098 components: - pos: -20.5,9.5 parent: 1 type: Transform - - uid: 1092 + - uid: 1099 components: - pos: 27.5,33.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 1093 + - uid: 1100 components: - pos: -3.5,17.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 1094 + - uid: 1101 components: - pos: 28.5,30.5 parent: 1 type: Transform - - uid: 1095 + - uid: 1102 components: - pos: 29.5,30.5 parent: 1 type: Transform - - uid: 1096 + - uid: 1103 components: - pos: 6.5,23.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 1097 + - uid: 1104 components: - pos: 6.5,22.5 parent: 1 type: Transform - - uid: 1098 + - uid: 1105 components: - pos: 6.5,21.5 parent: 1 type: Transform - - uid: 1099 + - uid: 1106 components: - pos: 6.5,20.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 1100 + - uid: 1107 components: - pos: 6.5,19.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 1101 + - uid: 1108 components: - pos: 6.5,18.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 1102 + - uid: 1109 components: - pos: 6.5,17.5 parent: 1 @@ -6972,279 +6991,279 @@ entities: type: AmbientSound - proto: CableTerminal entities: - - uid: 1103 + - uid: 1110 components: - pos: 19.5,3.5 parent: 1 type: Transform - - uid: 1104 + - uid: 1111 components: - rot: 3.141592653589793 rad pos: -27.5,15.5 parent: 1 type: Transform - - uid: 1105 + - uid: 1112 components: - rot: 3.141592653589793 rad pos: 28.5,15.5 parent: 1 type: Transform - - uid: 1106 + - uid: 1113 components: - pos: 20.5,3.5 parent: 1 type: Transform - proto: CarpetBlue entities: - - uid: 1107 + - uid: 1114 components: - pos: 5.5,14.5 parent: 1 type: Transform - - uid: 1108 + - uid: 1115 components: - pos: 5.5,13.5 parent: 1 type: Transform - - uid: 1109 + - uid: 1116 components: - pos: 5.5,12.5 parent: 1 type: Transform - - uid: 1110 + - uid: 1117 components: - pos: 6.5,14.5 parent: 1 type: Transform - - uid: 1111 + - uid: 1118 components: - pos: 6.5,13.5 parent: 1 type: Transform - - uid: 1112 + - uid: 1119 components: - pos: 6.5,12.5 parent: 1 type: Transform - - uid: 1113 + - uid: 1120 components: - pos: 7.5,14.5 parent: 1 type: Transform - - uid: 1114 + - uid: 1121 components: - pos: 7.5,13.5 parent: 1 type: Transform - - uid: 1115 + - uid: 1122 components: - pos: 7.5,12.5 parent: 1 type: Transform - - uid: 1116 + - uid: 1123 components: - pos: 3.5,19.5 parent: 1 type: Transform - - uid: 1117 + - uid: 1124 components: - pos: 4.5,19.5 parent: 1 type: Transform - proto: Catwalk entities: - - uid: 1118 + - uid: 1125 components: - pos: -29.5,15.5 parent: 1 type: Transform - - uid: 1119 + - uid: 1126 components: - pos: 30.5,15.5 parent: 1 type: Transform - - uid: 1120 + - uid: 1127 components: - pos: -30.5,15.5 parent: 1 type: Transform - - uid: 1121 + - uid: 1128 components: - pos: 31.5,15.5 parent: 1 type: Transform - proto: Chair entities: - - uid: 1122 + - uid: 1129 components: - rot: 3.141592653589793 rad pos: 2.5,-1.5 parent: 1 type: Transform - - uid: 1123 + - uid: 1130 components: - rot: 3.141592653589793 rad pos: 0.5,-1.5 parent: 1 type: Transform - - uid: 1124 + - uid: 1131 components: - rot: 3.141592653589793 rad pos: -1.5,-1.5 parent: 1 type: Transform - - uid: 1125 + - uid: 1132 components: - pos: -1.5,0.5 parent: 1 type: Transform - - uid: 1126 + - uid: 1133 components: - pos: 0.5,0.5 parent: 1 type: Transform - - uid: 1127 + - uid: 1134 components: - pos: 2.5,0.5 parent: 1 type: Transform - - uid: 1128 + - uid: 1135 components: - rot: 1.5707963267948966 rad pos: 4.5,13.5 parent: 1 type: Transform - - uid: 1129 + - uid: 1136 components: - rot: 3.141592653589793 rad pos: 10.5,19.5 parent: 1 type: Transform - - uid: 1130 + - uid: 1137 components: - rot: 3.141592653589793 rad pos: 12.5,19.5 parent: 1 type: Transform - - uid: 1131 + - uid: 1138 components: - rot: 3.141592653589793 rad pos: 9.5,19.5 parent: 1 type: Transform - - uid: 1132 + - uid: 1139 components: - rot: 3.141592653589793 rad pos: 11.5,19.5 parent: 1 type: Transform - - uid: 1133 + - uid: 1140 components: - pos: 9.5,21.5 parent: 1 type: Transform - - uid: 1134 + - uid: 1141 components: - pos: 10.5,21.5 parent: 1 type: Transform - - uid: 1135 + - uid: 1142 components: - pos: 12.5,21.5 parent: 1 type: Transform - - uid: 1136 + - uid: 1143 components: - rot: -1.5707963267948966 rad pos: -14.5,5.5 parent: 1 type: Transform - - uid: 1137 + - uid: 1144 components: - rot: -1.5707963267948966 rad pos: -14.5,4.5 parent: 1 type: Transform - - uid: 1138 + - uid: 1145 components: - rot: -1.5707963267948966 rad pos: -14.5,3.5 parent: 1 type: Transform - - uid: 1139 + - uid: 1146 components: - pos: 11.5,21.5 parent: 1 type: Transform - proto: ChairFolding entities: - - uid: 1140 + - uid: 1147 components: - rot: -1.5707963267948966 rad pos: -3.5,13.5 parent: 1 type: Transform - - uid: 1141 + - uid: 1148 components: - rot: -1.5707963267948966 rad pos: -3.5,15.5 parent: 1 type: Transform - - uid: 1142 + - uid: 1149 components: - rot: -1.5707963267948966 rad pos: -3.5,14.5 parent: 1 type: Transform - - uid: 1143 + - uid: 1150 components: - rot: -1.5707963267948966 rad pos: -1.5,14.5 parent: 1 type: Transform - - uid: 1144 + - uid: 1151 components: - rot: -1.5707963267948966 rad pos: -1.5,16.5 parent: 1 type: Transform - - uid: 1145 + - uid: 1152 components: - rot: -1.5707963267948966 rad pos: -2.5,15.5 parent: 1 type: Transform - - uid: 1146 + - uid: 1153 components: - rot: -1.5707963267948966 rad pos: -2.5,13.5 parent: 1 type: Transform - - uid: 1147 + - uid: 1154 components: - rot: -1.5707963267948966 rad pos: -1.5,13.5 parent: 1 type: Transform - - uid: 1148 + - uid: 1155 components: - rot: -1.5707963267948966 rad pos: -1.5,15.5 parent: 1 type: Transform - - uid: 1149 + - uid: 1156 components: - rot: -1.5707963267948966 rad pos: -2.5,14.5 parent: 1 type: Transform - - uid: 1150 + - uid: 1157 components: - rot: -1.5707963267948966 rad pos: -2.5,16.5 parent: 1 type: Transform - - uid: 1151 + - uid: 1158 components: - rot: -1.5707963267948966 rad pos: -3.5,16.5 @@ -7252,79 +7271,79 @@ entities: type: Transform - proto: ChairOfficeDark entities: - - uid: 1152 + - uid: 1159 components: - rot: 1.5707963267948966 rad pos: -18.5,8.5 parent: 1 type: Transform - - uid: 1153 + - uid: 1160 components: - rot: 1.5707963267948966 rad pos: -16.5,12.5 parent: 1 type: Transform - - uid: 1154 + - uid: 1161 components: - rot: 1.5707963267948966 rad pos: -26.5,18.5 parent: 1 type: Transform - - uid: 1155 + - uid: 1162 components: - rot: 3.141592653589793 rad pos: 1.5,26.5 parent: 1 type: Transform - - uid: 1156 + - uid: 1163 components: - rot: 1.5707963267948966 rad pos: -26.5,22.5 parent: 1 type: Transform - - uid: 1157 + - uid: 1164 components: - rot: 1.5707963267948966 rad pos: -26.5,21.5 parent: 1 type: Transform - - uid: 1158 + - uid: 1165 components: - rot: -1.5707963267948966 rad pos: -11.5,4.5 parent: 1 type: Transform - - uid: 1159 + - uid: 1166 components: - rot: 3.141592653589793 rad pos: -2.5,26.5 parent: 1 type: Transform - - uid: 1160 + - uid: 1167 components: - rot: 1.5707963267948966 rad pos: 27.5,19.5 parent: 1 type: Transform - - uid: 1161 + - uid: 1168 components: - pos: 22.5,8.5 parent: 1 type: Transform - - uid: 1162 + - uid: 1169 components: - pos: 21.5,8.5 parent: 1 type: Transform - proto: ChairPilotSeat entities: - - uid: 1163 + - uid: 1170 components: - rot: 3.141592653589793 rad pos: 6.5,30.5 parent: 1 type: Transform - - uid: 1164 + - uid: 1171 components: - rot: 3.141592653589793 rad pos: 5.5,30.5 @@ -7332,28 +7351,28 @@ entities: type: Transform - proto: chem_master entities: - - uid: 1165 + - uid: 1172 components: - pos: -15.5,13.5 parent: 1 type: Transform - proto: ChemistryHotplate entities: - - uid: 1166 + - uid: 1173 components: - pos: -15.5,10.5 parent: 1 type: Transform - proto: CloningPod entities: - - uid: 1167 + - uid: 1174 components: - pos: -23.5,37.5 parent: 1 type: Transform - proto: ClosetJanitorFilled entities: - - uid: 1168 + - uid: 1175 components: - pos: -8.5,27.5 parent: 1 @@ -7363,8 +7382,8 @@ entities: showEnts: False occludes: True ents: - - 1170 - - 1169 + - 1177 + - 1176 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -7372,336 +7391,336 @@ entities: type: ContainerContainer - proto: ClosetL3JanitorFilled entities: - - uid: 1171 + - uid: 1178 components: - pos: -9.5,26.5 parent: 1 type: Transform - proto: ClosetL3ScienceFilled entities: - - uid: 1172 + - uid: 1179 components: - pos: 26.5,19.5 parent: 1 type: Transform - proto: ClothingBackpackCaptain entities: - - uid: 1174 + - uid: 1181 components: - flags: InContainer type: MetaData - - parent: 1173 + - parent: 1180 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ClothingBackpackSatchelCaptain entities: - - uid: 1175 + - uid: 1182 components: - flags: InContainer type: MetaData - - parent: 1173 + - parent: 1180 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ClothingBeltSheathFilled entities: - - uid: 1176 + - uid: 1183 components: - flags: InContainer type: MetaData - - parent: 1173 + - parent: 1180 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ClothingHandsGlovesCaptain entities: - - uid: 1177 + - uid: 1184 components: - flags: InContainer type: MetaData - - parent: 1173 + - parent: 1180 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ClothingHeadHatCaptain entities: - - uid: 1178 + - uid: 1185 components: - flags: InContainer type: MetaData - - parent: 1173 + - parent: 1180 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ClothingHeadHatCatEars entities: - - uid: 1191 + - uid: 1198 components: - pos: -18.437984,6.194993 parent: 1 type: Transform - proto: ClothingHeadNurseHat entities: - - uid: 1192 + - uid: 1199 components: - pos: -18.450588,5.9712296 parent: 1 type: Transform - proto: ClothingMaskGasCaptain entities: - - uid: 1179 + - uid: 1186 components: - flags: InContainer type: MetaData - - parent: 1173 + - parent: 1180 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ClothingNeckCloakCap entities: - - uid: 1180 + - uid: 1187 components: - flags: InContainer type: MetaData - - parent: 1173 + - parent: 1180 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ClothingNeckCloakCapFormal entities: - - uid: 1181 + - uid: 1188 components: - flags: InContainer type: MetaData - - parent: 1173 + - parent: 1180 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ClothingNeckCloakRd entities: - - uid: 1194 + - uid: 1201 components: - flags: InContainer type: MetaData - - parent: 1193 + - parent: 1200 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ClothingNeckMantleRD entities: - - uid: 1195 + - uid: 1202 components: - flags: InContainer type: MetaData - - parent: 1193 + - parent: 1200 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ClothingOuterHardsuitCap entities: - - uid: 1182 + - uid: 1189 components: - flags: InContainer type: MetaData - - parent: 1173 + - parent: 1180 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ClothingOuterHardsuitRd entities: - - uid: 1196 + - uid: 1203 components: - flags: InContainer type: MetaData - - parent: 1193 + - parent: 1200 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ClothingOuterWinterHydro entities: - - uid: 1205 + - uid: 1212 components: - flags: InContainer type: MetaData - - parent: 1204 + - parent: 1211 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ClothingOuterWinterRD entities: - - uid: 1197 + - uid: 1204 components: - flags: InContainer type: MetaData - - parent: 1193 + - parent: 1200 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ClothingUnderSocksBee entities: - - uid: 1207 + - uid: 1214 components: - pos: 11.630123,25.476461 parent: 1 type: Transform - proto: ClothingUnderSocksCoder entities: - - uid: 1208 + - uid: 1215 components: - pos: 28.819748,33.338997 parent: 1 type: Transform - proto: ClothingUniformJumpskirtCapFormalDress entities: - - uid: 1183 + - uid: 1190 components: - flags: InContainer type: MetaData - - parent: 1173 + - parent: 1180 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ClothingUniformJumpskirtCaptain entities: - - uid: 1184 + - uid: 1191 components: - flags: InContainer type: MetaData - - parent: 1173 + - parent: 1180 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ClothingUniformJumpskirtJanimaid entities: - - uid: 1169 + - uid: 1176 components: - flags: InContainer type: MetaData - - parent: 1168 + - parent: 1175 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ClothingUniformJumpskirtJanimaidmini entities: - - uid: 1170 + - uid: 1177 components: - flags: InContainer type: MetaData - - parent: 1168 + - parent: 1175 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ClothingUniformJumpskirtNurse entities: - - uid: 1209 + - uid: 1216 components: - pos: -18.450588,5.5649796 parent: 1 type: Transform - proto: ClothingUniformJumpskirtOfLife entities: - - uid: 1210 + - uid: 1217 components: - pos: -18.469084,5.312676 parent: 1 type: Transform - proto: ClothingUniformJumpskirtResearchDirector entities: - - uid: 1198 + - uid: 1205 components: - flags: InContainer type: MetaData - - parent: 1193 + - parent: 1200 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ClothingUniformJumpsuitCapFormal entities: - - uid: 1185 + - uid: 1192 components: - flags: InContainer type: MetaData - - parent: 1173 + - parent: 1180 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ClothingUniformJumpsuitCaptain entities: - - uid: 1186 + - uid: 1193 components: - flags: InContainer type: MetaData - - parent: 1173 + - parent: 1180 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ClothingUniformJumpsuitResearchDirector entities: - - uid: 1199 + - uid: 1206 components: - flags: InContainer type: MetaData - - parent: 1193 + - parent: 1200 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ComfyChair entities: - - uid: 1211 + - uid: 1218 components: - rot: -1.5707963267948966 rad pos: 6.5,13.5 parent: 1 type: Transform - - uid: 1212 + - uid: 1219 components: - rot: -1.5707963267948966 rad pos: 13.5,20.5 parent: 1 type: Transform - - uid: 1213 + - uid: 1220 components: - pos: 1.5,28.5 parent: 1 type: Transform - - uid: 1214 + - uid: 1221 components: - pos: -2.5,28.5 parent: 1 type: Transform - proto: ComputerAnalysisConsole entities: - - uid: 1215 + - uid: 1222 components: - pos: 24.5,33.5 parent: 1 type: Transform - proto: ComputerCloningConsole entities: - - uid: 1216 + - uid: 1223 components: - rot: 1.5707963267948966 rad pos: -25.5,35.5 @@ -7709,7 +7728,7 @@ entities: type: Transform - proto: ComputerCrewMonitoring entities: - - uid: 1217 + - uid: 1224 components: - rot: 1.5707963267948966 rad pos: 4.5,30.5 @@ -7717,7 +7736,7 @@ entities: type: Transform - proto: ComputerPowerMonitoring entities: - - uid: 1218 + - uid: 1225 components: - rot: -1.5707963267948966 rad pos: 22.5,3.5 @@ -7725,28 +7744,28 @@ entities: type: Transform - proto: ComputerRadar entities: - - uid: 1219 + - uid: 1226 components: - pos: 5.5,31.5 parent: 1 type: Transform - proto: ComputerResearchAndDevelopment entities: - - uid: 1220 + - uid: 1227 components: - pos: 29.5,29.5 parent: 1 type: Transform - proto: ComputerShuttle entities: - - uid: 1221 + - uid: 1228 components: - pos: 6.5,31.5 parent: 1 type: Transform - proto: ComputerSolarControl entities: - - uid: 1222 + - uid: 1229 components: - rot: -1.5707963267948966 rad pos: 22.5,5.5 @@ -7754,14 +7773,14 @@ entities: type: Transform - proto: ComputerStationRecords entities: - - uid: 1223 + - uid: 1230 components: - pos: 3.5,16.5 parent: 1 type: Transform - proto: ComputerSurveillanceCameraMonitor entities: - - uid: 1224 + - uid: 1231 components: - rot: 1.5707963267948966 rad pos: -12.5,5.5 @@ -7769,104 +7788,128 @@ entities: type: Transform - proto: ComputerWallmountWithdrawBankATM entities: - - uid: 1225 + - uid: 1232 components: - pos: -5.5,42.5 parent: 1 type: Transform - - uid: 1226 + - containers: + board: !type:Container + ents: [] + bank-ATM-cashSlot: !type:ContainerSlot {} + type: ContainerContainer + - type: ItemSlots + - uid: 1233 components: - pos: 0.5,2.5 parent: 1 type: Transform - - uid: 1227 + - containers: + board: !type:Container + ents: [] + bank-ATM-cashSlot: !type:ContainerSlot {} + type: ContainerContainer + - type: ItemSlots + - uid: 1234 components: - pos: -17.5,6.5 parent: 1 type: Transform - - uid: 1228 + - containers: + board: !type:Container + ents: [] + bank-ATM-cashSlot: !type:ContainerSlot {} + type: ContainerContainer + - type: ItemSlots + - uid: 1235 components: - pos: 26.5,17.5 parent: 1 type: Transform + - containers: + board: !type:Container + ents: [] + bank-ATM-cashSlot: !type:ContainerSlot {} + type: ContainerContainer + - type: ItemSlots - proto: CrateArtifactContainer entities: - - uid: 1229 + - uid: 1236 components: - pos: 25.5,31.5 parent: 1 type: Transform - proto: CrateChemistryD entities: - - uid: 1230 + - uid: 1237 components: - pos: -25.5,13.5 parent: 1 type: Transform - proto: CrateChemistryP entities: - - uid: 1231 + - uid: 1238 components: - pos: -24.5,13.5 parent: 1 type: Transform - proto: CrateChemistryS entities: - - uid: 1232 + - uid: 1239 components: - pos: -25.5,11.5 parent: 1 type: Transform - proto: CrateChemistrySupplies entities: - - uid: 1233 + - uid: 1240 components: - pos: -25.5,12.5 parent: 1 type: Transform - proto: CrateEmergencyAdvancedKit entities: - - uid: 1234 + - uid: 1241 components: - pos: -23.5,28.5 parent: 1 type: Transform - proto: CrateEngineeringSolar entities: - - uid: 1235 + - uid: 1242 components: - pos: 25.5,11.5 parent: 1 type: Transform - - uid: 1236 + - uid: 1243 components: - pos: 26.5,11.5 parent: 1 type: Transform - proto: CrateFoodBarSupply entities: - - uid: 1237 + - uid: 1244 components: - pos: -8.5,0.5 parent: 1 type: Transform - proto: CrateFoodCooking entities: - - uid: 1238 + - uid: 1245 components: - pos: 8.5,0.5 parent: 1 type: Transform - proto: CrateHydroponicsSeeds entities: - - uid: 1239 + - uid: 1246 components: - pos: 11.5,2.5 parent: 1 type: Transform - proto: CrateHydroponicsTools entities: - - uid: 1204 + - uid: 1211 components: - pos: 11.5,0.5 parent: 1 @@ -7894,8 +7937,8 @@ entities: showEnts: False occludes: True ents: - - 1206 - - 1205 + - 1213 + - 1212 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -7903,14 +7946,14 @@ entities: type: ContainerContainer - proto: CrateMedicalSecure entities: - - uid: 1240 + - uid: 1247 components: - pos: -18.5,13.5 parent: 1 type: Transform - proto: CrewMonitoringServer entities: - - uid: 1241 + - uid: 1248 components: - pos: 29.5,31.5 parent: 1 @@ -7942,19 +7985,19 @@ entities: type: ContainerContainer - proto: DefibrillatorCabinet entities: - - uid: 1242 + - uid: 1249 components: - pos: -26.5,25.5 parent: 1 type: Transform - proto: DefibrillatorCabinetFilled entities: - - uid: 1243 + - uid: 1250 components: - pos: -14.5,6.5 parent: 1 type: Transform - - uid: 1244 + - uid: 1251 components: - rot: -1.5707963267948966 rad pos: -26.5,30.5 @@ -7962,27 +8005,27 @@ entities: type: Transform - proto: DeskBell entities: - - uid: 1245 + - uid: 1252 components: - pos: 0.5425947,3.4561849 parent: 1 type: Transform - proto: DiseaseDiagnoser entities: - - uid: 1246 + - uid: 1253 components: - pos: -28.5,21.5 parent: 1 type: Transform - proto: DisposalBend entities: - - uid: 1247 + - uid: 1254 components: - rot: 3.141592653589793 rad pos: 27.5,21.5 parent: 1 type: Transform - - uid: 1248 + - uid: 1255 components: - rot: 3.141592653589793 rad pos: 2.5,-1.5 @@ -7990,71 +8033,71 @@ entities: type: Transform - proto: DisposalPipe entities: - - uid: 1249 + - uid: 1256 components: - pos: 27.5,23.5 parent: 1 type: Transform - - uid: 1250 + - uid: 1257 components: - pos: 27.5,22.5 parent: 1 type: Transform - - uid: 1251 + - uid: 1258 components: - rot: 1.5707963267948966 rad pos: 28.5,21.5 parent: 1 type: Transform - - uid: 1252 + - uid: 1259 components: - pos: 2.5,4.5 parent: 1 type: Transform - - uid: 1253 + - uid: 1260 components: - pos: 2.5,3.5 parent: 1 type: Transform - - uid: 1254 + - uid: 1261 components: - pos: 2.5,2.5 parent: 1 type: Transform - - uid: 1255 + - uid: 1262 components: - pos: 2.5,1.5 parent: 1 type: Transform - - uid: 1256 + - uid: 1263 components: - pos: 2.5,0.5 parent: 1 type: Transform - - uid: 1257 + - uid: 1264 components: - pos: 2.5,-0.5 parent: 1 type: Transform - - uid: 1258 + - uid: 1265 components: - rot: 1.5707963267948966 rad pos: 3.5,-1.5 parent: 1 type: Transform - - uid: 1259 + - uid: 1266 components: - rot: 1.5707963267948966 rad pos: 4.5,-1.5 parent: 1 type: Transform - - uid: 1260 + - uid: 1267 components: - rot: 1.5707963267948966 rad pos: 5.5,-1.5 parent: 1 type: Transform - - uid: 1261 + - uid: 1268 components: - rot: 1.5707963267948966 rad pos: 6.5,-1.5 @@ -8062,141 +8105,141 @@ entities: type: Transform - proto: DisposalTrunk entities: - - uid: 1262 + - uid: 1269 components: - pos: 27.5,24.5 parent: 1 type: Transform - - uid: 1263 + - uid: 1270 components: - rot: -1.5707963267948966 rad pos: 29.5,21.5 parent: 1 type: Transform - - uid: 1264 + - uid: 1271 components: - pos: 2.5,5.5 parent: 1 type: Transform - proto: DisposalUnit entities: - - uid: 1265 + - uid: 1272 components: - pos: 27.5,24.5 parent: 1 type: Transform - - uid: 1266 + - uid: 1273 components: - pos: 2.5,5.5 parent: 1 type: Transform - proto: DogBed entities: - - uid: 1267 + - uid: 1274 components: - pos: 10.5,15.5 parent: 1 type: Transform - proto: DoorRemoteResearch entities: - - uid: 1200 + - uid: 1207 components: - flags: InContainer type: MetaData - - parent: 1193 + - parent: 1200 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: DrinkFlask entities: - - uid: 1187 + - uid: 1194 components: - flags: InContainer type: MetaData - - parent: 1173 + - parent: 1180 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: DrinkGlass entities: - - uid: 1268 + - uid: 1275 components: - pos: 5.8134885,16.701803 parent: 1 type: Transform - - uid: 1269 + - uid: 1276 components: - pos: 5.4697385,16.483053 parent: 1 type: Transform - proto: DrinkRumBottleFull entities: - - uid: 1188 + - uid: 1195 components: - flags: InContainer type: MetaData - - parent: 1173 + - parent: 1180 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: DrinkShaker entities: - - uid: 1270 + - uid: 1277 components: - pos: 5.5478635,16.701803 parent: 1 type: Transform - proto: DrinkWaterCup entities: - - uid: 1271 + - uid: 1278 components: - pos: 7.2262716,19.3515 parent: 1 type: Transform - - uid: 1272 + - uid: 1279 components: - pos: 7.390334,19.515562 parent: 1 type: Transform - - uid: 1273 + - uid: 1280 components: - pos: 7.6012716,19.7265 parent: 1 type: Transform - - uid: 1274 + - uid: 1281 components: - pos: 7.4606466,19.234312 parent: 1 type: Transform - - uid: 1275 + - uid: 1282 components: - pos: 7.624709,19.421812 parent: 1 type: Transform - - uid: 1276 + - uid: 1283 components: - pos: 7.7418966,19.562437 parent: 1 type: Transform - proto: ElectricGuitarInstrument entities: - - uid: 1277 + - uid: 1284 components: - pos: -5.6021686,13.64361 parent: 1 type: Transform - proto: EncryptionKeyCommand entities: - - uid: 1278 + - uid: 1285 components: - rot: 3.141592653589793 rad pos: 6.525608,31.487883 parent: 1 type: Transform - - uid: 1279 + - uid: 1286 components: - rot: 3.141592653589793 rad pos: 5.478733,31.503508 @@ -8204,92 +8247,92 @@ entities: type: Transform - proto: EncryptionKeyMedical entities: - - uid: 1280 + - uid: 1287 components: - pos: -12.2355385,4.730756 parent: 1 type: Transform - proto: EncryptionKeyScience entities: - - uid: 1281 + - uid: 1288 components: - pos: -12.591112,4.8010683 parent: 1 type: Transform - proto: FaxMachineShip entities: - - uid: 1282 + - uid: 1289 components: - pos: 7.5,30.5 parent: 1 type: Transform - proto: filingCabinetDrawer entities: - - uid: 1283 + - uid: 1290 components: - pos: -19.5,4.5 parent: 1 type: Transform - proto: filingCabinetDrawerRandom entities: - - uid: 1284 + - uid: 1291 components: - pos: 6.5,12.5 parent: 1 type: Transform - proto: filingCabinetRandom entities: - - uid: 1285 + - uid: 1292 components: - pos: -26.5,19.5 parent: 1 type: Transform - proto: FireAxeCabinetFilled entities: - - uid: 1286 + - uid: 1293 components: - pos: 11.5,26.5 parent: 1 type: Transform - proto: FirelockEdge entities: - - uid: 1287 + - uid: 1294 components: - rot: 3.141592653589793 rad pos: -25.5,24.5 parent: 1 type: Transform - - uid: 1288 + - uid: 1295 components: - rot: 3.141592653589793 rad pos: -23.5,24.5 parent: 1 type: Transform - - uid: 1289 + - uid: 1296 components: - rot: 1.5707963267948966 rad pos: -1.5,16.5 parent: 1 type: Transform - - uid: 1290 + - uid: 1297 components: - rot: 1.5707963267948966 rad pos: -1.5,15.5 parent: 1 type: Transform - - uid: 1291 + - uid: 1298 components: - rot: 1.5707963267948966 rad pos: -1.5,14.5 parent: 1 type: Transform - - uid: 1292 + - uid: 1299 components: - rot: 1.5707963267948966 rad pos: -1.5,13.5 parent: 1 type: Transform - - uid: 1293 + - uid: 1300 components: - rot: 1.5707963267948966 rad pos: -1.5,12.5 @@ -8297,406 +8340,411 @@ entities: type: Transform - proto: FirelockGlass entities: - - uid: 1294 + - uid: 1301 components: - rot: 1.5707963267948966 rad pos: 24.5,9.5 parent: 1 type: Transform - - uid: 1295 + - uid: 1302 components: - pos: -0.5,10.5 parent: 1 type: Transform - - uid: 1296 + - uid: 1303 components: - pos: 1.5,10.5 parent: 1 type: Transform - - uid: 1297 + - uid: 1304 components: - pos: -0.5,19.5 parent: 1 type: Transform - - uid: 1298 + - uid: 1305 components: - pos: 1.5,19.5 parent: 1 type: Transform - - uid: 1299 + - uid: 1306 components: - pos: 2.5,21.5 parent: 1 type: Transform - - uid: 1300 + - uid: 1307 components: - pos: 2.5,22.5 parent: 1 type: Transform - - uid: 1301 + - uid: 1308 components: - pos: 6.5,21.5 parent: 1 type: Transform - - uid: 1302 + - uid: 1309 components: - pos: 6.5,22.5 parent: 1 type: Transform - - uid: 1303 + - uid: 1310 components: - pos: 4.5,23.5 parent: 1 type: Transform - - uid: 1304 + - uid: 1311 components: - pos: 7.5,28.5 parent: 1 type: Transform - - uid: 1305 + - uid: 1312 components: - pos: 13.5,17.5 parent: 1 type: Transform - - uid: 1306 + - uid: 1313 components: - pos: 14.5,17.5 parent: 1 type: Transform - - uid: 1307 + - uid: 1314 components: - pos: 16.5,16.5 parent: 1 type: Transform - - uid: 1308 + - uid: 1315 components: - pos: 16.5,15.5 parent: 1 type: Transform - - uid: 1309 + - uid: 1316 components: - pos: 14.5,13.5 parent: 1 type: Transform - - uid: 1310 + - uid: 1317 components: - pos: 13.5,13.5 parent: 1 type: Transform - - uid: 1311 + - uid: 1318 components: - pos: 23.5,15.5 parent: 1 type: Transform - - uid: 1312 + - uid: 1319 components: - pos: 23.5,16.5 parent: 1 type: Transform - - uid: 1313 + - uid: 1320 components: - pos: 25.5,17.5 parent: 1 type: Transform - - uid: 1314 + - uid: 1321 components: - pos: 25.5,20.5 parent: 1 type: Transform - - uid: 1315 + - uid: 1322 components: - pos: 27.5,26.5 parent: 1 type: Transform - - uid: 1316 + - uid: 1323 components: - pos: 28.5,30.5 parent: 1 type: Transform - - uid: 1317 + - uid: 1324 components: - pos: 27.5,32.5 parent: 1 type: Transform - - uid: 1318 + - uid: 1325 components: - pos: 20.5,6.5 parent: 1 type: Transform - - uid: 1319 + - uid: 1326 components: - pos: 14.5,6.5 parent: 1 type: Transform - - uid: 1320 + - uid: 1327 components: - pos: 13.5,6.5 parent: 1 type: Transform - - uid: 1321 + - uid: 1328 components: - pos: 9.5,6.5 parent: 1 type: Transform - - uid: 1322 + - uid: 1329 components: - pos: 6.5,4.5 parent: 1 type: Transform - - uid: 1323 + - uid: 1330 components: - pos: -1.5,6.5 parent: 1 type: Transform - - uid: 1324 + - uid: 1331 components: - pos: -3.5,3.5 parent: 1 type: Transform - - uid: 1325 + - uid: 1332 components: - pos: -3.5,4.5 parent: 1 type: Transform - - uid: 1326 + - uid: 1333 components: - pos: -3.5,5.5 parent: 1 type: Transform - - uid: 1327 + - uid: 1334 components: - pos: 0.5,3.5 parent: 1 type: Transform - - uid: 1328 + - uid: 1335 components: - pos: 0.5,4.5 parent: 1 type: Transform - - uid: 1329 + - uid: 1336 components: - pos: 0.5,5.5 parent: 1 type: Transform - - uid: 1330 + - uid: 1337 components: - pos: -9.5,9.5 parent: 1 type: Transform - - uid: 1331 + - uid: 1338 components: - pos: -6.5,9.5 parent: 1 type: Transform - - uid: 1332 + - uid: 1339 components: - pos: -3.5,9.5 parent: 1 type: Transform - - uid: 1333 + - uid: 1340 components: - pos: 4.5,9.5 parent: 1 type: Transform - - uid: 1334 + - uid: 1341 components: - pos: 7.5,9.5 parent: 1 type: Transform - - uid: 1335 + - uid: 1342 components: - pos: 10.5,9.5 parent: 1 type: Transform - - uid: 1336 + - uid: 1343 components: - pos: 2.5,13.5 parent: 1 type: Transform - - uid: 1337 + - uid: 1344 components: - pos: -9.5,20.5 parent: 1 type: Transform - - uid: 1338 + - uid: 1345 components: - pos: -6.5,20.5 parent: 1 type: Transform - - uid: 1339 + - uid: 1346 components: - pos: -3.5,20.5 parent: 1 type: Transform - - uid: 1340 + - uid: 1347 components: - pos: -4.5,28.5 parent: 1 type: Transform - - uid: 1341 + - uid: 1348 components: - pos: -5.5,28.5 parent: 1 type: Transform - - uid: 1342 + - uid: 1349 components: - pos: -6.5,28.5 parent: 1 type: Transform - - uid: 1343 + - uid: 1350 components: - pos: -22.5,16.5 parent: 1 type: Transform - - uid: 1344 + - uid: 1351 components: - pos: -22.5,15.5 parent: 1 type: Transform - - uid: 1345 + - uid: 1352 components: - pos: -24.5,20.5 parent: 1 type: Transform - - uid: 1346 + - uid: 1353 components: - pos: -23.5,20.5 parent: 1 type: Transform - - uid: 1347 + - uid: 1354 components: - pos: -27.5,20.5 parent: 1 type: Transform - - uid: 1348 + - uid: 1355 components: - pos: -24.5,34.5 parent: 1 type: Transform - - uid: 1349 + - uid: 1356 components: - pos: -27.5,27.5 parent: 1 type: Transform - - uid: 1350 + - uid: 1357 components: - pos: -24.5,30.5 parent: 1 type: Transform - - uid: 1351 + - uid: 1358 components: - rot: 3.141592653589793 rad pos: -23.5,9.5 parent: 1 type: Transform - - uid: 1352 + - uid: 1359 components: - rot: 3.141592653589793 rad pos: -21.5,14.5 parent: 1 type: Transform - - uid: 1353 + - uid: 1360 components: - rot: 3.141592653589793 rad pos: -20.5,10.5 parent: 1 type: Transform - - uid: 1354 + - uid: 1361 components: - rot: 3.141592653589793 rad pos: -20.5,3.5 parent: 1 type: Transform - - uid: 1355 + - uid: 1362 components: - rot: 3.141592653589793 rad pos: -17.5,2.5 parent: 1 type: Transform - - uid: 1356 + - uid: 1363 components: - rot: 1.5707963267948966 rad pos: -14.5,7.5 parent: 1 type: Transform - - uid: 1357 + - uid: 1364 components: - rot: 1.5707963267948966 rad pos: -14.5,8.5 parent: 1 type: Transform - - uid: 1358 + - uid: 1365 components: - pos: -13.5,10.5 parent: 1 type: Transform - - uid: 1359 + - uid: 1366 components: - pos: -12.5,10.5 parent: 1 type: Transform - - uid: 1360 + - uid: 1367 components: - pos: -13.5,19.5 parent: 1 type: Transform - - uid: 1361 + - uid: 1368 components: - pos: -12.5,19.5 parent: 1 type: Transform + - uid: 2722 + components: + - pos: -4.5,6.5 + parent: 1 + type: Transform - proto: Fireplace entities: - - uid: 1362 + - uid: 1369 components: - pos: 5.5,19.5 parent: 1 type: Transform - proto: FloorDrain entities: - - uid: 1363 + - uid: 1370 components: - pos: 3.5,10.5 parent: 1 type: Transform - fixtures: {} type: Fixtures - - uid: 1364 + - uid: 1371 components: - pos: 1.5,4.5 parent: 1 type: Transform - fixtures: {} type: Fixtures - - uid: 1365 + - uid: 1372 components: - pos: 9.5,3.5 parent: 1 type: Transform - fixtures: {} type: Fixtures - - uid: 1366 + - uid: 1373 components: - pos: -5.5,5.5 parent: 1 type: Transform - fixtures: {} type: Fixtures - - uid: 1367 + - uid: 1374 components: - pos: -25.5,37.5 parent: 1 type: Transform - fixtures: {} type: Fixtures - - uid: 1368 + - uid: 1375 components: - pos: -10.5,14.5 parent: 1 type: Transform - fixtures: {} type: Fixtures - - uid: 1369 + - uid: 1376 components: - pos: 7.5,0.5 parent: 1 @@ -8705,44 +8753,44 @@ entities: type: Fixtures - proto: FloorWaterEntity entities: - - uid: 1370 + - uid: 1377 components: - pos: -9.5,14.5 parent: 1 type: Transform - - uid: 1371 + - uid: 1378 components: - pos: -9.5,13.5 parent: 1 type: Transform - - uid: 1372 + - uid: 1379 components: - pos: -8.5,15.5 parent: 1 type: Transform - - uid: 1373 + - uid: 1380 components: - pos: -9.5,15.5 parent: 1 type: Transform - - uid: 1374 + - uid: 1381 components: - pos: -8.5,14.5 parent: 1 type: Transform - - uid: 1375 + - uid: 1382 components: - pos: -8.5,13.5 parent: 1 type: Transform - - uid: 1376 + - uid: 1383 components: - pos: 10.5,13.5 parent: 1 type: Transform - proto: GasDualPortVentPump entities: - - uid: 1377 + - uid: 1384 components: - rot: -1.5707963267948966 rad pos: 16.5,8.5 @@ -8752,7 +8800,7 @@ entities: type: AmbientSound - proto: GasFilter entities: - - uid: 1378 + - uid: 1385 components: - rot: -1.5707963267948966 rad pos: 23.5,9.5 @@ -8760,19 +8808,19 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1379 + - uid: 1386 components: - rot: -1.5707963267948966 rad pos: 21.5,9.5 parent: 1 type: Transform - - uid: 1380 + - uid: 1387 components: - rot: -1.5707963267948966 rad pos: 19.5,9.5 parent: 1 type: Transform - - uid: 1381 + - uid: 1388 components: - rot: -1.5707963267948966 rad pos: 17.5,9.5 @@ -8780,7 +8828,7 @@ entities: type: Transform - proto: GasFilterFlipped entities: - - uid: 1382 + - uid: 1389 components: - rot: 3.141592653589793 rad pos: -28.5,30.5 @@ -8788,7 +8836,7 @@ entities: type: Transform - proto: GasMixer entities: - - uid: 1383 + - uid: 1390 components: - rot: -1.5707963267948966 rad pos: 20.5,8.5 @@ -8798,7 +8846,7 @@ entities: type: AtmosPipeColor - proto: GasMixerFlipped entities: - - uid: 1384 + - uid: 1391 components: - rot: 3.141592653589793 rad pos: 16.5,9.5 @@ -8806,25 +8854,25 @@ entities: type: Transform - proto: GasOutletInjector entities: - - uid: 1385 + - uid: 1392 components: - rot: 1.5707963267948966 rad pos: 18.5,13.5 parent: 1 type: Transform - - uid: 1386 + - uid: 1393 components: - rot: 1.5707963267948966 rad pos: 20.5,13.5 parent: 1 type: Transform - - uid: 1387 + - uid: 1394 components: - rot: 1.5707963267948966 rad pos: 22.5,13.5 parent: 1 type: Transform - - uid: 1388 + - uid: 1395 components: - rot: 1.5707963267948966 rad pos: 16.5,13.5 @@ -8832,51 +8880,51 @@ entities: type: Transform - proto: GasPassiveVent entities: - - uid: 1389 + - uid: 1396 components: - pos: 22.5,12.5 parent: 1 type: Transform - - uid: 1390 + - uid: 1397 components: - pos: 20.5,12.5 parent: 1 type: Transform - - uid: 1391 + - uid: 1398 components: - pos: 16.5,12.5 parent: 1 type: Transform - - uid: 1392 + - uid: 1399 components: - pos: -23.5,39.5 parent: 1 type: Transform - - uid: 1393 + - uid: 1400 components: - pos: 24.5,35.5 parent: 1 type: Transform - - uid: 1394 + - uid: 1401 components: - rot: -1.5707963267948966 rad pos: 25.5,5.5 parent: 1 type: Transform - - uid: 1395 + - uid: 1402 components: - rot: 1.5707963267948966 rad pos: -10.5,15.5 parent: 1 type: Transform - - uid: 1396 + - uid: 1403 components: - pos: 18.5,12.5 parent: 1 type: Transform - proto: GasPipeBend entities: - - uid: 1397 + - uid: 1404 components: - rot: -1.5707963267948966 rad pos: -22.5,23.5 @@ -8886,62 +8934,62 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1398 + - uid: 1405 components: - pos: 19.5,13.5 parent: 1 type: Transform - - uid: 1399 + - uid: 1406 components: - pos: 21.5,13.5 parent: 1 type: Transform - - uid: 1400 + - uid: 1407 components: - pos: 23.5,13.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 1401 + - uid: 1408 components: - pos: 17.5,13.5 parent: 1 type: Transform - - uid: 1402 + - uid: 1409 components: - pos: 13.5,21.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1403 + - uid: 1410 components: - pos: 14.5,22.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1404 + - uid: 1411 components: - pos: 24.5,9.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1405 + - uid: 1412 components: - rot: -1.5707963267948966 rad pos: 22.5,8.5 parent: 1 type: Transform - - uid: 1406 + - uid: 1413 components: - rot: 3.141592653589793 rad pos: 16.5,5.5 parent: 1 type: Transform - - uid: 1407 + - uid: 1414 components: - rot: -1.5707963267948966 rad pos: 24.5,7.5 @@ -8949,7 +8997,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1408 + - uid: 1415 components: - rot: 1.5707963267948966 rad pos: -12.5,21.5 @@ -8957,7 +9005,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1409 + - uid: 1416 components: - rot: 1.5707963267948966 rad pos: -13.5,22.5 @@ -8965,7 +9013,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1410 + - uid: 1417 components: - rot: -1.5707963267948966 rad pos: 1.5,19.5 @@ -8973,7 +9021,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1411 + - uid: 1418 components: - rot: 1.5707963267948966 rad pos: -0.5,19.5 @@ -8981,14 +9029,14 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1412 + - uid: 1419 components: - pos: 1.5,18.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1413 + - uid: 1420 components: - rot: 3.141592653589793 rad pos: 0.5,18.5 @@ -8996,7 +9044,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1414 + - uid: 1421 components: - rot: 1.5707963267948966 rad pos: -10.5,24.5 @@ -9004,37 +9052,37 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1415 + - uid: 1422 components: - rot: -1.5707963267948966 rad pos: -27.5,29.5 parent: 1 type: Transform - - uid: 1416 + - uid: 1423 components: - rot: 3.141592653589793 rad pos: -28.5,29.5 parent: 1 type: Transform - - uid: 1417 + - uid: 1424 components: - rot: -1.5707963267948966 rad pos: -25.5,30.5 parent: 1 type: Transform - - uid: 1418 + - uid: 1425 components: - rot: 1.5707963267948966 rad pos: -25.5,32.5 parent: 1 type: Transform - - uid: 1419 + - uid: 1426 components: - rot: -1.5707963267948966 rad pos: -23.5,32.5 parent: 1 type: Transform - - uid: 1420 + - uid: 1427 components: - rot: 3.141592653589793 rad pos: -13.5,4.5 @@ -9042,7 +9090,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1421 + - uid: 1428 components: - rot: 1.5707963267948966 rad pos: 24.5,24.5 @@ -9050,7 +9098,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1422 + - uid: 1429 components: - rot: 1.5707963267948966 rad pos: 25.5,23.5 @@ -9058,14 +9106,14 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1423 + - uid: 1430 components: - pos: 0.5,20.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1424 + - uid: 1431 components: - rot: -1.5707963267948966 rad pos: 26.5,23.5 @@ -9073,7 +9121,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1425 + - uid: 1432 components: - rot: 1.5707963267948966 rad pos: 25.5,27.5 @@ -9081,7 +9129,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1426 + - uid: 1433 components: - rot: 1.5707963267948966 rad pos: 26.5,26.5 @@ -9089,14 +9137,14 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1427 + - uid: 1434 components: - pos: -23.5,22.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1428 + - uid: 1435 components: - rot: 3.141592653589793 rad pos: -0.5,20.5 @@ -9104,7 +9152,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1429 + - uid: 1436 components: - rot: -1.5707963267948966 rad pos: 25.5,24.5 @@ -9112,7 +9160,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1430 + - uid: 1437 components: - rot: -1.5707963267948966 rad pos: -24.5,24.5 @@ -9120,7 +9168,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1431 + - uid: 1438 components: - rot: 3.141592653589793 rad pos: -28.5,23.5 @@ -9128,19 +9176,19 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1432 + - uid: 1439 components: - rot: 3.141592653589793 rad pos: 24.5,11.5 parent: 1 type: Transform - - uid: 1433 + - uid: 1440 components: - rot: -1.5707963267948966 rad pos: -23.5,12.5 parent: 1 type: Transform - - uid: 1434 + - uid: 1441 components: - rot: -1.5707963267948966 rad pos: -8.5,15.5 @@ -9148,178 +9196,178 @@ entities: type: Transform - proto: GasPipeFourway entities: - - uid: 1435 + - uid: 1442 components: - pos: 14.5,7.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1436 + - uid: 1443 components: - pos: 13.5,8.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1437 + - uid: 1444 components: - pos: 1.5,8.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1438 + - uid: 1445 components: - pos: -0.5,7.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1439 + - uid: 1446 components: - pos: -12.5,8.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1440 + - uid: 1447 components: - pos: -13.5,7.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1441 + - uid: 1448 components: - pos: -9.5,22.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1442 + - uid: 1449 components: - pos: -10.5,21.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1443 + - uid: 1450 components: - pos: -6.5,22.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1444 + - uid: 1451 components: - pos: -4.5,21.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1445 + - uid: 1452 components: - pos: -0.5,21.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1446 + - uid: 1453 components: - pos: 4.5,22.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1447 + - uid: 1454 components: - pos: 1.5,22.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1448 + - uid: 1455 components: - pos: 3.5,21.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1449 + - uid: 1456 components: - pos: -0.5,16.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1450 + - uid: 1457 components: - pos: 1.5,13.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1451 + - uid: 1458 components: - pos: 7.5,8.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1452 + - uid: 1459 components: - pos: 8.5,7.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1453 + - uid: 1460 components: - pos: -24.5,15.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1454 + - uid: 1461 components: - pos: 24.5,15.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1455 + - uid: 1462 components: - pos: -0.5,3.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1456 + - uid: 1463 components: - pos: -27.5,31.5 parent: 1 type: Transform - - uid: 1457 + - uid: 1464 components: - pos: -27.5,22.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1458 + - uid: 1465 components: - pos: 14.5,15.5 parent: 1 type: Transform - - uid: 1459 + - uid: 1466 components: - pos: -25.5,23.5 parent: 1 type: Transform - proto: GasPipeStraight entities: - - uid: 1460 + - uid: 1467 components: - rot: -1.5707963267948966 rad pos: 24.5,5.5 @@ -9327,7 +9375,7 @@ entities: type: Transform - enabled: True type: AmbientSound - - uid: 1461 + - uid: 1468 components: - rot: 3.141592653589793 rad pos: -24.5,22.5 @@ -9335,60 +9383,60 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1462 + - uid: 1469 components: - pos: 23.5,12.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 1463 + - uid: 1470 components: - pos: 17.5,12.5 parent: 1 type: Transform - - uid: 1464 + - uid: 1471 components: - pos: 22.5,11.5 parent: 1 type: Transform - - uid: 1465 + - uid: 1472 components: - pos: 17.5,11.5 parent: 1 type: Transform - - uid: 1466 + - uid: 1473 components: - pos: -0.5,22.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1467 + - uid: 1474 components: - pos: -0.5,24.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1468 + - uid: 1475 components: - pos: -0.5,25.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1469 + - uid: 1476 components: - pos: 19.5,12.5 parent: 1 type: Transform - - uid: 1470 + - uid: 1477 components: - pos: 19.5,11.5 parent: 1 type: Transform - - uid: 1471 + - uid: 1478 components: - rot: -1.5707963267948966 rad pos: -25.5,24.5 @@ -9396,12 +9444,12 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1472 + - uid: 1479 components: - pos: 20.5,11.5 parent: 1 type: Transform - - uid: 1473 + - uid: 1480 components: - rot: -1.5707963267948966 rad pos: 13.5,22.5 @@ -9409,7 +9457,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1474 + - uid: 1481 components: - rot: -1.5707963267948966 rad pos: 12.5,22.5 @@ -9417,7 +9465,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1475 + - uid: 1482 components: - rot: 3.141592653589793 rad pos: 14.5,19.5 @@ -9425,7 +9473,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1476 + - uid: 1483 components: - rot: -1.5707963267948966 rad pos: 10.5,22.5 @@ -9433,7 +9481,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1477 + - uid: 1484 components: - rot: 3.141592653589793 rad pos: 14.5,21.5 @@ -9441,7 +9489,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1478 + - uid: 1485 components: - rot: -1.5707963267948966 rad pos: 11.5,22.5 @@ -9449,7 +9497,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1479 + - uid: 1486 components: - rot: 1.5707963267948966 rad pos: 9.5,21.5 @@ -9457,7 +9505,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1480 + - uid: 1487 components: - rot: 1.5707963267948966 rad pos: 10.5,21.5 @@ -9465,7 +9513,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1481 + - uid: 1488 components: - rot: 1.5707963267948966 rad pos: 12.5,21.5 @@ -9473,21 +9521,21 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1482 + - uid: 1489 components: - pos: 13.5,20.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1483 + - uid: 1490 components: - pos: 13.5,19.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1484 + - uid: 1491 components: - rot: 1.5707963267948966 rad pos: -1.5,16.5 @@ -9495,13 +9543,13 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1485 + - uid: 1492 components: - rot: 1.5707963267948966 rad pos: -26.5,30.5 parent: 1 type: Transform - - uid: 1486 + - uid: 1493 components: - rot: 3.141592653589793 rad pos: -13.5,5.5 @@ -9509,7 +9557,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1487 + - uid: 1494 components: - pos: -22.5,32.5 parent: 1 @@ -9518,104 +9566,104 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1488 + - uid: 1495 components: - pos: 21.5,12.5 parent: 1 type: Transform - - uid: 1489 + - uid: 1496 components: - pos: 21.5,11.5 parent: 1 type: Transform - - uid: 1490 + - uid: 1497 components: - pos: 23.5,11.5 parent: 1 type: Transform - enabled: True type: AmbientSound - - uid: 1491 + - uid: 1498 components: - pos: 16.5,11.5 parent: 1 type: Transform - - uid: 1492 + - uid: 1499 components: - pos: 20.5,9.5 parent: 1 type: Transform - - uid: 1493 + - uid: 1500 components: - pos: 22.5,9.5 parent: 1 type: Transform - - uid: 1494 + - uid: 1501 components: - rot: -1.5707963267948966 rad pos: 21.5,8.5 parent: 1 type: Transform - - uid: 1495 + - uid: 1502 components: - rot: 1.5707963267948966 rad pos: 22.5,9.5 parent: 1 type: Transform - - uid: 1496 + - uid: 1503 components: - rot: 1.5707963267948966 rad pos: 20.5,9.5 parent: 1 type: Transform - - uid: 1497 + - uid: 1504 components: - rot: 1.5707963267948966 rad pos: 18.5,9.5 parent: 1 type: Transform - - uid: 1498 + - uid: 1505 components: - pos: 16.5,8.5 parent: 1 type: Transform - - uid: 1499 + - uid: 1506 components: - rot: 1.5707963267948966 rad pos: 17.5,5.5 parent: 1 type: Transform - - uid: 1500 + - uid: 1507 components: - rot: 1.5707963267948966 rad pos: 18.5,5.5 parent: 1 type: Transform - - uid: 1501 + - uid: 1508 components: - rot: 1.5707963267948966 rad pos: 19.5,5.5 parent: 1 type: Transform - - uid: 1502 + - uid: 1509 components: - rot: 1.5707963267948966 rad pos: 20.5,5.5 parent: 1 type: Transform - - uid: 1503 + - uid: 1510 components: - rot: 1.5707963267948966 rad pos: 21.5,5.5 parent: 1 type: Transform - - uid: 1504 + - uid: 1511 components: - rot: 1.5707963267948966 rad pos: 22.5,5.5 parent: 1 type: Transform - - uid: 1505 + - uid: 1512 components: - rot: 1.5707963267948966 rad pos: 23.5,5.5 @@ -9623,7 +9671,7 @@ entities: type: Transform - enabled: True type: AmbientSound - - uid: 1506 + - uid: 1513 components: - rot: -1.5707963267948966 rad pos: 17.5,8.5 @@ -9631,7 +9679,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1507 + - uid: 1514 components: - rot: -1.5707963267948966 rad pos: 15.5,8.5 @@ -9639,7 +9687,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1508 + - uid: 1515 components: - rot: -1.5707963267948966 rad pos: 14.5,8.5 @@ -9647,7 +9695,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1509 + - uid: 1516 components: - rot: -1.5707963267948966 rad pos: 15.5,7.5 @@ -9655,7 +9703,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1510 + - uid: 1517 components: - rot: 1.5707963267948966 rad pos: 15.5,7.5 @@ -9663,7 +9711,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1511 + - uid: 1518 components: - rot: -1.5707963267948966 rad pos: 19.5,7.5 @@ -9671,7 +9719,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1512 + - uid: 1519 components: - rot: -1.5707963267948966 rad pos: 20.5,7.5 @@ -9679,7 +9727,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1513 + - uid: 1520 components: - rot: -1.5707963267948966 rad pos: 21.5,7.5 @@ -9687,7 +9735,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1514 + - uid: 1521 components: - rot: -1.5707963267948966 rad pos: 22.5,7.5 @@ -9695,7 +9743,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1515 + - uid: 1522 components: - rot: -1.5707963267948966 rad pos: 23.5,7.5 @@ -9703,7 +9751,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1516 + - uid: 1523 components: - rot: -1.5707963267948966 rad pos: 2.5,22.5 @@ -9711,7 +9759,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1517 + - uid: 1524 components: - rot: 3.141592653589793 rad pos: -25.5,24.5 @@ -9719,7 +9767,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1518 + - uid: 1525 components: - pos: -22.5,24.5 parent: 1 @@ -9728,7 +9776,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1519 + - uid: 1526 components: - rot: -1.5707963267948966 rad pos: 0.5,27.5 @@ -9736,14 +9784,14 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1520 + - uid: 1527 components: - pos: -0.5,23.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1521 + - uid: 1528 components: - pos: -10.5,20.5 parent: 1 @@ -9752,21 +9800,21 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1522 + - uid: 1529 components: - pos: -9.5,21.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1523 + - uid: 1530 components: - pos: -9.5,20.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1524 + - uid: 1531 components: - pos: -7.5,20.5 parent: 1 @@ -9775,21 +9823,21 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1525 + - uid: 1532 components: - pos: -6.5,21.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1526 + - uid: 1533 components: - pos: -6.5,20.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1527 + - uid: 1534 components: - pos: -4.5,20.5 parent: 1 @@ -9798,21 +9846,21 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1528 + - uid: 1535 components: - pos: -3.5,21.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1529 + - uid: 1536 components: - pos: -3.5,20.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1530 + - uid: 1537 components: - rot: 1.5707963267948966 rad pos: -13.5,8.5 @@ -9820,7 +9868,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1531 + - uid: 1538 components: - rot: 1.5707963267948966 rad pos: -14.5,8.5 @@ -9828,7 +9876,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1532 + - uid: 1539 components: - rot: 1.5707963267948966 rad pos: -15.5,8.5 @@ -9836,7 +9884,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1533 + - uid: 1540 components: - rot: 1.5707963267948966 rad pos: -17.5,8.5 @@ -9844,7 +9892,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1534 + - uid: 1541 components: - rot: 1.5707963267948966 rad pos: -18.5,8.5 @@ -9852,7 +9900,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1535 + - uid: 1542 components: - rot: 1.5707963267948966 rad pos: -19.5,8.5 @@ -9860,7 +9908,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1536 + - uid: 1543 components: - rot: 1.5707963267948966 rad pos: -14.5,7.5 @@ -9868,7 +9916,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1537 + - uid: 1544 components: - rot: 1.5707963267948966 rad pos: -16.5,7.5 @@ -9876,7 +9924,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1538 + - uid: 1545 components: - rot: 1.5707963267948966 rad pos: -17.5,7.5 @@ -9884,7 +9932,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1539 + - uid: 1546 components: - rot: 1.5707963267948966 rad pos: -18.5,7.5 @@ -9892,7 +9940,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1540 + - uid: 1547 components: - rot: 1.5707963267948966 rad pos: -19.5,7.5 @@ -9900,126 +9948,126 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1541 + - uid: 1548 components: - pos: -13.5,8.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1542 + - uid: 1549 components: - pos: -13.5,9.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1543 + - uid: 1550 components: - pos: -13.5,10.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1544 + - uid: 1551 components: - pos: -13.5,11.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1545 + - uid: 1552 components: - pos: -13.5,12.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1546 + - uid: 1553 components: - pos: -13.5,13.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1547 + - uid: 1554 components: - pos: -13.5,14.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1548 + - uid: 1555 components: - pos: -12.5,9.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1549 + - uid: 1556 components: - pos: -12.5,10.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1550 + - uid: 1557 components: - pos: -12.5,11.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1551 + - uid: 1558 components: - pos: -12.5,12.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1552 + - uid: 1559 components: - pos: -12.5,13.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1553 + - uid: 1560 components: - pos: -12.5,14.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1554 + - uid: 1561 components: - pos: -12.5,15.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1555 + - uid: 1562 components: - pos: -12.5,18.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1556 + - uid: 1563 components: - pos: -12.5,19.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1557 + - uid: 1564 components: - pos: -12.5,20.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1558 + - uid: 1565 components: - rot: -1.5707963267948966 rad pos: -9.5,21.5 @@ -10027,7 +10075,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1559 + - uid: 1566 components: - rot: -1.5707963267948966 rad pos: -6.5,21.5 @@ -10035,7 +10083,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1560 + - uid: 1567 components: - rot: -1.5707963267948966 rad pos: -5.5,21.5 @@ -10043,7 +10091,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1561 + - uid: 1568 components: - rot: -1.5707963267948966 rad pos: -3.5,21.5 @@ -10051,7 +10099,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1562 + - uid: 1569 components: - rot: -1.5707963267948966 rad pos: -2.5,21.5 @@ -10059,7 +10107,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1563 + - uid: 1570 components: - rot: -1.5707963267948966 rad pos: -1.5,21.5 @@ -10067,7 +10115,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1564 + - uid: 1571 components: - rot: -1.5707963267948966 rad pos: 1.5,21.5 @@ -10075,7 +10123,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1565 + - uid: 1572 components: - rot: -1.5707963267948966 rad pos: 2.5,21.5 @@ -10083,7 +10131,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1566 + - uid: 1573 components: - rot: -1.5707963267948966 rad pos: 4.5,21.5 @@ -10091,7 +10139,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1567 + - uid: 1574 components: - rot: -1.5707963267948966 rad pos: 5.5,21.5 @@ -10099,7 +10147,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1568 + - uid: 1575 components: - rot: -1.5707963267948966 rad pos: 6.5,21.5 @@ -10107,7 +10155,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1569 + - uid: 1576 components: - rot: -1.5707963267948966 rad pos: 7.5,21.5 @@ -10115,7 +10163,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1570 + - uid: 1577 components: - rot: 3.141592653589793 rad pos: 3.5,22.5 @@ -10123,7 +10171,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1571 + - uid: 1578 components: - rot: 3.141592653589793 rad pos: 3.5,23.5 @@ -10133,7 +10181,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1572 + - uid: 1579 components: - rot: 3.141592653589793 rad pos: 3.5,25.5 @@ -10141,7 +10189,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1573 + - uid: 1580 components: - rot: 3.141592653589793 rad pos: 3.5,26.5 @@ -10149,7 +10197,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1574 + - uid: 1581 components: - rot: 3.141592653589793 rad pos: 3.5,27.5 @@ -10157,7 +10205,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1575 + - uid: 1582 components: - rot: 3.141592653589793 rad pos: 3.5,28.5 @@ -10167,7 +10215,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1576 + - uid: 1583 components: - rot: 3.141592653589793 rad pos: 4.5,23.5 @@ -10175,7 +10223,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1577 + - uid: 1584 components: - rot: 3.141592653589793 rad pos: 4.5,24.5 @@ -10183,7 +10231,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1578 + - uid: 1585 components: - rot: 3.141592653589793 rad pos: 4.5,26.5 @@ -10191,7 +10239,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1579 + - uid: 1586 components: - rot: 3.141592653589793 rad pos: 4.5,27.5 @@ -10199,7 +10247,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1580 + - uid: 1587 components: - rot: 3.141592653589793 rad pos: 4.5,28.5 @@ -10209,7 +10257,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1581 + - uid: 1588 components: - rot: 1.5707963267948966 rad pos: -12.5,22.5 @@ -10217,7 +10265,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1582 + - uid: 1589 components: - rot: 1.5707963267948966 rad pos: -11.5,22.5 @@ -10225,7 +10273,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1583 + - uid: 1590 components: - rot: 1.5707963267948966 rad pos: -10.5,22.5 @@ -10233,7 +10281,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1584 + - uid: 1591 components: - rot: 1.5707963267948966 rad pos: -8.5,21.5 @@ -10241,7 +10289,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1585 + - uid: 1592 components: - rot: 1.5707963267948966 rad pos: -7.5,22.5 @@ -10249,7 +10297,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1586 + - uid: 1593 components: - rot: 1.5707963267948966 rad pos: -5.5,22.5 @@ -10257,7 +10305,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1587 + - uid: 1594 components: - rot: 1.5707963267948966 rad pos: -4.5,22.5 @@ -10265,7 +10313,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1588 + - uid: 1595 components: - rot: 1.5707963267948966 rad pos: -2.5,22.5 @@ -10273,7 +10321,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1589 + - uid: 1596 components: - rot: 1.5707963267948966 rad pos: -1.5,22.5 @@ -10281,7 +10329,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1590 + - uid: 1597 components: - rot: 1.5707963267948966 rad pos: -0.5,22.5 @@ -10289,7 +10337,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1591 + - uid: 1598 components: - rot: -1.5707963267948966 rad pos: 0.5,19.5 @@ -10297,21 +10345,21 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1592 + - uid: 1599 components: - pos: -4.5,22.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1593 + - uid: 1600 components: - pos: -10.5,22.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1594 + - uid: 1601 components: - pos: -10.5,23.5 parent: 1 @@ -10320,14 +10368,14 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1595 + - uid: 1602 components: - pos: 1.5,21.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1596 + - uid: 1603 components: - rot: -1.5707963267948966 rad pos: 0.5,22.5 @@ -10335,35 +10383,35 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1597 + - uid: 1604 components: - pos: 1.5,17.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1598 + - uid: 1605 components: - pos: 1.5,16.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1599 + - uid: 1606 components: - pos: 1.5,15.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1600 + - uid: 1607 components: - pos: 1.5,14.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1601 + - uid: 1608 components: - rot: -1.5707963267948966 rad pos: 0.5,21.5 @@ -10371,105 +10419,105 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1602 + - uid: 1609 components: - pos: -0.5,18.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1603 + - uid: 1610 components: - pos: -0.5,17.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1604 + - uid: 1611 components: - pos: -0.5,8.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1605 + - uid: 1612 components: - pos: -0.5,9.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1606 + - uid: 1613 components: - pos: -0.5,10.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1607 + - uid: 1614 components: - pos: -0.5,11.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1608 + - uid: 1615 components: - pos: -0.5,12.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1609 + - uid: 1616 components: - pos: -0.5,13.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1610 + - uid: 1617 components: - pos: -0.5,14.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1611 + - uid: 1618 components: - pos: -0.5,15.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1612 + - uid: 1619 components: - pos: 1.5,9.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1613 + - uid: 1620 components: - pos: 1.5,10.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1614 + - uid: 1621 components: - pos: 1.5,11.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1615 + - uid: 1622 components: - pos: 1.5,12.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1616 + - uid: 1623 components: - rot: -1.5707963267948966 rad pos: -12.5,7.5 @@ -10477,7 +10525,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1617 + - uid: 1624 components: - rot: -1.5707963267948966 rad pos: -11.5,7.5 @@ -10485,7 +10533,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1618 + - uid: 1625 components: - rot: -1.5707963267948966 rad pos: -10.5,7.5 @@ -10493,7 +10541,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1619 + - uid: 1626 components: - rot: -1.5707963267948966 rad pos: -8.5,7.5 @@ -10501,7 +10549,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1620 + - uid: 1627 components: - rot: -1.5707963267948966 rad pos: -7.5,7.5 @@ -10509,7 +10557,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1621 + - uid: 1628 components: - rot: -1.5707963267948966 rad pos: -5.5,7.5 @@ -10517,7 +10565,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1622 + - uid: 1629 components: - rot: -1.5707963267948966 rad pos: -2.5,7.5 @@ -10525,7 +10573,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1623 + - uid: 1630 components: - rot: -1.5707963267948966 rad pos: -1.5,7.5 @@ -10533,7 +10581,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1624 + - uid: 1631 components: - rot: -1.5707963267948966 rad pos: -11.5,8.5 @@ -10541,7 +10589,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1625 + - uid: 1632 components: - rot: -1.5707963267948966 rad pos: -9.5,8.5 @@ -10549,7 +10597,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1626 + - uid: 1633 components: - rot: -1.5707963267948966 rad pos: -8.5,8.5 @@ -10557,7 +10605,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1627 + - uid: 1634 components: - rot: -1.5707963267948966 rad pos: -6.5,8.5 @@ -10565,7 +10613,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1628 + - uid: 1635 components: - rot: -1.5707963267948966 rad pos: -3.5,8.5 @@ -10573,7 +10621,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1629 + - uid: 1636 components: - rot: -1.5707963267948966 rad pos: -2.5,8.5 @@ -10581,7 +10629,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1630 + - uid: 1637 components: - rot: -1.5707963267948966 rad pos: -1.5,8.5 @@ -10589,7 +10637,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1631 + - uid: 1638 components: - rot: -1.5707963267948966 rad pos: -0.5,8.5 @@ -10597,7 +10645,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1632 + - uid: 1639 components: - rot: -1.5707963267948966 rad pos: 0.5,8.5 @@ -10605,7 +10653,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1633 + - uid: 1640 components: - rot: -1.5707963267948966 rad pos: 0.5,7.5 @@ -10613,7 +10661,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1634 + - uid: 1641 components: - rot: -1.5707963267948966 rad pos: 1.5,7.5 @@ -10621,7 +10669,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1635 + - uid: 1642 components: - rot: -1.5707963267948966 rad pos: 2.5,7.5 @@ -10629,7 +10677,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1636 + - uid: 1643 components: - rot: -1.5707963267948966 rad pos: 3.5,7.5 @@ -10637,7 +10685,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1637 + - uid: 1644 components: - rot: -1.5707963267948966 rad pos: 4.5,7.5 @@ -10645,7 +10693,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1638 + - uid: 1645 components: - rot: -1.5707963267948966 rad pos: 6.5,7.5 @@ -10653,7 +10701,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1639 + - uid: 1646 components: - rot: -1.5707963267948966 rad pos: 7.5,7.5 @@ -10661,7 +10709,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1640 + - uid: 1647 components: - rot: -1.5707963267948966 rad pos: 9.5,7.5 @@ -10669,7 +10717,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1641 + - uid: 1648 components: - rot: -1.5707963267948966 rad pos: 10.5,7.5 @@ -10677,7 +10725,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1642 + - uid: 1649 components: - rot: -1.5707963267948966 rad pos: 12.5,7.5 @@ -10685,7 +10733,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1643 + - uid: 1650 components: - rot: -1.5707963267948966 rad pos: 13.5,7.5 @@ -10693,7 +10741,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1644 + - uid: 1651 components: - rot: -1.5707963267948966 rad pos: 2.5,8.5 @@ -10701,7 +10749,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1645 + - uid: 1652 components: - rot: -1.5707963267948966 rad pos: 3.5,8.5 @@ -10709,7 +10757,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1646 + - uid: 1653 components: - rot: -1.5707963267948966 rad pos: 5.5,8.5 @@ -10717,7 +10765,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1647 + - uid: 1654 components: - rot: -1.5707963267948966 rad pos: 6.5,8.5 @@ -10725,7 +10773,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1648 + - uid: 1655 components: - rot: -1.5707963267948966 rad pos: 8.5,8.5 @@ -10733,7 +10781,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1649 + - uid: 1656 components: - rot: -1.5707963267948966 rad pos: 9.5,8.5 @@ -10741,7 +10789,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1650 + - uid: 1657 components: - rot: -1.5707963267948966 rad pos: 11.5,8.5 @@ -10749,7 +10797,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1651 + - uid: 1658 components: - rot: -1.5707963267948966 rad pos: 12.5,8.5 @@ -10757,7 +10805,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1652 + - uid: 1659 components: - rot: 3.141592653589793 rad pos: 13.5,9.5 @@ -10765,7 +10813,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1653 + - uid: 1660 components: - rot: 3.141592653589793 rad pos: 13.5,10.5 @@ -10773,7 +10821,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1654 + - uid: 1661 components: - rot: 3.141592653589793 rad pos: 13.5,11.5 @@ -10781,7 +10829,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1655 + - uid: 1662 components: - rot: 3.141592653589793 rad pos: 13.5,12.5 @@ -10789,7 +10837,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1656 + - uid: 1663 components: - rot: 3.141592653589793 rad pos: 13.5,13.5 @@ -10797,7 +10845,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1657 + - uid: 1664 components: - rot: 3.141592653589793 rad pos: 0.5,19.5 @@ -10805,12 +10853,12 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1658 + - uid: 1665 components: - pos: 14.5,14.5 parent: 1 type: Transform - - uid: 1659 + - uid: 1666 components: - rot: 3.141592653589793 rad pos: 13.5,17.5 @@ -10818,7 +10866,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1660 + - uid: 1667 components: - rot: 3.141592653589793 rad pos: 13.5,18.5 @@ -10826,7 +10874,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1661 + - uid: 1668 components: - rot: 3.141592653589793 rad pos: 14.5,8.5 @@ -10834,7 +10882,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1662 + - uid: 1669 components: - rot: 3.141592653589793 rad pos: 14.5,9.5 @@ -10842,7 +10890,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1663 + - uid: 1670 components: - rot: 3.141592653589793 rad pos: 14.5,10.5 @@ -10850,7 +10898,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1664 + - uid: 1671 components: - rot: 3.141592653589793 rad pos: 14.5,11.5 @@ -10858,7 +10906,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1665 + - uid: 1672 components: - rot: 3.141592653589793 rad pos: 14.5,12.5 @@ -10866,7 +10914,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1666 + - uid: 1673 components: - rot: 3.141592653589793 rad pos: 14.5,13.5 @@ -10874,12 +10922,12 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1667 + - uid: 1674 components: - pos: 13.5,15.5 parent: 1 type: Transform - - uid: 1668 + - uid: 1675 components: - rot: 1.5707963267948966 rad pos: 15.5,15.5 @@ -10887,7 +10935,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1669 + - uid: 1676 components: - rot: 1.5707963267948966 rad pos: 16.5,15.5 @@ -10895,7 +10943,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1670 + - uid: 1677 components: - rot: 1.5707963267948966 rad pos: 17.5,15.5 @@ -10903,7 +10951,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1671 + - uid: 1678 components: - rot: 1.5707963267948966 rad pos: 18.5,15.5 @@ -10911,7 +10959,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1672 + - uid: 1679 components: - rot: 1.5707963267948966 rad pos: 19.5,15.5 @@ -10919,7 +10967,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1673 + - uid: 1680 components: - rot: 1.5707963267948966 rad pos: 20.5,15.5 @@ -10927,7 +10975,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1674 + - uid: 1681 components: - rot: 1.5707963267948966 rad pos: 21.5,15.5 @@ -10935,7 +10983,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1675 + - uid: 1682 components: - rot: 1.5707963267948966 rad pos: 22.5,15.5 @@ -10943,7 +10991,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1676 + - uid: 1683 components: - rot: -1.5707963267948966 rad pos: 23.5,16.5 @@ -10951,7 +10999,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1677 + - uid: 1684 components: - rot: 1.5707963267948966 rad pos: 14.5,16.5 @@ -10959,7 +11007,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1678 + - uid: 1685 components: - rot: 1.5707963267948966 rad pos: 15.5,16.5 @@ -10967,7 +11015,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1679 + - uid: 1686 components: - rot: 1.5707963267948966 rad pos: 16.5,16.5 @@ -10975,7 +11023,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1680 + - uid: 1687 components: - rot: 1.5707963267948966 rad pos: 17.5,16.5 @@ -10983,7 +11031,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1681 + - uid: 1688 components: - rot: 1.5707963267948966 rad pos: 18.5,16.5 @@ -10991,7 +11039,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1682 + - uid: 1689 components: - rot: 1.5707963267948966 rad pos: 19.5,16.5 @@ -10999,7 +11047,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1683 + - uid: 1690 components: - rot: 1.5707963267948966 rad pos: 20.5,16.5 @@ -11007,7 +11055,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1684 + - uid: 1691 components: - rot: 1.5707963267948966 rad pos: 21.5,16.5 @@ -11015,7 +11063,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1685 + - uid: 1692 components: - rot: 1.5707963267948966 rad pos: 22.5,16.5 @@ -11023,7 +11071,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1686 + - uid: 1693 components: - rot: -1.5707963267948966 rad pos: 23.5,15.5 @@ -11031,7 +11079,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1687 + - uid: 1694 components: - rot: 1.5707963267948966 rad pos: 24.5,16.5 @@ -11039,7 +11087,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1688 + - uid: 1695 components: - pos: -9.5,23.5 parent: 1 @@ -11048,7 +11096,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1689 + - uid: 1696 components: - pos: -22.5,30.5 parent: 1 @@ -11057,7 +11105,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1690 + - uid: 1697 components: - rot: 1.5707963267948966 rad pos: -9.5,24.5 @@ -11065,7 +11113,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1691 + - uid: 1698 components: - pos: -22.5,31.5 parent: 1 @@ -11074,7 +11122,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1692 + - uid: 1699 components: - rot: 1.5707963267948966 rad pos: 0.5,13.5 @@ -11082,7 +11130,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1693 + - uid: 1700 components: - rot: 1.5707963267948966 rad pos: -0.5,13.5 @@ -11090,7 +11138,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1694 + - uid: 1701 components: - rot: 1.5707963267948966 rad pos: -1.5,13.5 @@ -11098,7 +11146,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1695 + - uid: 1702 components: - rot: 1.5707963267948966 rad pos: 0.5,16.5 @@ -11106,7 +11154,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1696 + - uid: 1703 components: - rot: 1.5707963267948966 rad pos: 1.5,16.5 @@ -11114,7 +11162,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1697 + - uid: 1704 components: - rot: 1.5707963267948966 rad pos: 2.5,16.5 @@ -11122,7 +11170,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1698 + - uid: 1705 components: - rot: 1.5707963267948966 rad pos: 2.5,13.5 @@ -11130,7 +11178,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1699 + - uid: 1706 components: - rot: 3.141592653589793 rad pos: 1.5,20.5 @@ -11138,35 +11186,35 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1700 + - uid: 1707 components: - pos: 1.5,23.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1701 + - uid: 1708 components: - pos: 1.5,24.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1702 + - uid: 1709 components: - pos: 1.5,25.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1703 + - uid: 1710 components: - pos: 1.5,26.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1704 + - uid: 1711 components: - pos: -22.5,25.5 parent: 1 @@ -11175,7 +11223,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1705 + - uid: 1712 components: - rot: -1.5707963267948966 rad pos: -0.5,27.5 @@ -11183,217 +11231,217 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1706 + - uid: 1713 components: - pos: -4.5,23.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1707 + - uid: 1714 components: - pos: -4.5,24.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1708 + - uid: 1715 components: - pos: -4.5,25.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1709 + - uid: 1716 components: - pos: -4.5,26.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1710 + - uid: 1717 components: - pos: -4.5,27.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1711 + - uid: 1718 components: - pos: -4.5,28.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1712 + - uid: 1719 components: - pos: -4.5,30.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1713 + - uid: 1720 components: - pos: -4.5,31.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1714 + - uid: 1721 components: - pos: -4.5,32.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1715 + - uid: 1722 components: - pos: -4.5,33.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1716 + - uid: 1723 components: - pos: -4.5,34.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1717 + - uid: 1724 components: - pos: -4.5,35.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1718 + - uid: 1725 components: - pos: -4.5,36.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1719 + - uid: 1726 components: - pos: -4.5,37.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1720 + - uid: 1727 components: - pos: -4.5,38.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1721 + - uid: 1728 components: - pos: -6.5,23.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1722 + - uid: 1729 components: - pos: -6.5,24.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1723 + - uid: 1730 components: - pos: -6.5,25.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1724 + - uid: 1731 components: - pos: -6.5,26.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1725 + - uid: 1732 components: - pos: -6.5,27.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1726 + - uid: 1733 components: - pos: -6.5,28.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1727 + - uid: 1734 components: - pos: -6.5,29.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1728 + - uid: 1735 components: - pos: -6.5,31.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1729 + - uid: 1736 components: - pos: -6.5,32.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1730 + - uid: 1737 components: - pos: -6.5,33.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1731 + - uid: 1738 components: - pos: -6.5,34.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1732 + - uid: 1739 components: - pos: -6.5,35.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1733 + - uid: 1740 components: - pos: -6.5,36.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1734 + - uid: 1741 components: - pos: -6.5,37.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1735 + - uid: 1742 components: - pos: -6.5,38.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1736 + - uid: 1743 components: - pos: -22.5,29.5 parent: 1 @@ -11402,7 +11450,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1737 + - uid: 1744 components: - pos: -22.5,27.5 parent: 1 @@ -11411,7 +11459,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1738 + - uid: 1745 components: - pos: -22.5,26.5 parent: 1 @@ -11420,42 +11468,42 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1739 + - uid: 1746 components: - pos: -13.5,21.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1740 + - uid: 1747 components: - pos: -13.5,20.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1741 + - uid: 1748 components: - pos: -13.5,19.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1742 + - uid: 1749 components: - pos: -13.5,17.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1743 + - uid: 1750 components: - pos: -13.5,16.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1744 + - uid: 1751 components: - rot: -1.5707963267948966 rad pos: -13.5,16.5 @@ -11463,7 +11511,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1745 + - uid: 1752 components: - rot: -1.5707963267948966 rad pos: -14.5,16.5 @@ -11471,7 +11519,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1746 + - uid: 1753 components: - rot: -1.5707963267948966 rad pos: -15.5,16.5 @@ -11479,7 +11527,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1747 + - uid: 1754 components: - rot: -1.5707963267948966 rad pos: -16.5,16.5 @@ -11487,7 +11535,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1748 + - uid: 1755 components: - rot: -1.5707963267948966 rad pos: -18.5,16.5 @@ -11495,7 +11543,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1749 + - uid: 1756 components: - rot: -1.5707963267948966 rad pos: -19.5,16.5 @@ -11503,7 +11551,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1750 + - uid: 1757 components: - rot: -1.5707963267948966 rad pos: -20.5,16.5 @@ -11511,7 +11559,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1751 + - uid: 1758 components: - rot: -1.5707963267948966 rad pos: -22.5,16.5 @@ -11519,7 +11567,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1752 + - uid: 1759 components: - rot: -1.5707963267948966 rad pos: -14.5,15.5 @@ -11527,7 +11575,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1753 + - uid: 1760 components: - rot: -1.5707963267948966 rad pos: -15.5,15.5 @@ -11535,7 +11583,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1754 + - uid: 1761 components: - rot: -1.5707963267948966 rad pos: -16.5,15.5 @@ -11543,7 +11591,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1755 + - uid: 1762 components: - rot: -1.5707963267948966 rad pos: -17.5,15.5 @@ -11551,7 +11599,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1756 + - uid: 1763 components: - rot: -1.5707963267948966 rad pos: -19.5,15.5 @@ -11559,7 +11607,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1757 + - uid: 1764 components: - rot: -1.5707963267948966 rad pos: -20.5,15.5 @@ -11567,7 +11615,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1758 + - uid: 1765 components: - rot: -1.5707963267948966 rad pos: -21.5,15.5 @@ -11575,7 +11623,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1759 + - uid: 1766 components: - rot: 1.5707963267948966 rad pos: -22.5,15.5 @@ -11583,7 +11631,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1760 + - uid: 1767 components: - rot: -1.5707963267948966 rad pos: -23.5,15.5 @@ -11591,7 +11639,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1761 + - uid: 1768 components: - rot: 3.141592653589793 rad pos: 14.5,6.5 @@ -11599,7 +11647,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1762 + - uid: 1769 components: - rot: 3.141592653589793 rad pos: 14.5,5.5 @@ -11607,7 +11655,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1763 + - uid: 1770 components: - rot: 3.141592653589793 rad pos: 14.5,4.5 @@ -11615,7 +11663,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1764 + - uid: 1771 components: - rot: 3.141592653589793 rad pos: 13.5,7.5 @@ -11623,7 +11671,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1765 + - uid: 1772 components: - rot: 3.141592653589793 rad pos: 13.5,6.5 @@ -11631,7 +11679,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1766 + - uid: 1773 components: - rot: 3.141592653589793 rad pos: 13.5,5.5 @@ -11639,7 +11687,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1767 + - uid: 1774 components: - rot: 3.141592653589793 rad pos: 13.5,4.5 @@ -11647,34 +11695,34 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1768 + - uid: 1775 components: - rot: 1.5707963267948966 rad pos: -27.5,30.5 parent: 1 type: Transform - - uid: 1769 + - uid: 1776 components: - pos: -23.5,15.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1770 + - uid: 1777 components: - pos: -24.5,14.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1771 + - uid: 1778 components: - pos: -23.5,14.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1772 + - uid: 1779 components: - pos: -18.5,14.5 parent: 1 @@ -11683,7 +11731,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1773 + - uid: 1780 components: - pos: -17.5,14.5 parent: 1 @@ -11692,14 +11740,14 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1774 + - uid: 1781 components: - pos: -17.5,15.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1775 + - uid: 1782 components: - rot: -1.5707963267948966 rad pos: 3.5,22.5 @@ -11707,7 +11755,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1776 + - uid: 1783 components: - rot: -1.5707963267948966 rad pos: 5.5,22.5 @@ -11715,7 +11763,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1777 + - uid: 1784 components: - rot: -1.5707963267948966 rad pos: 6.5,22.5 @@ -11723,7 +11771,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1778 + - uid: 1785 components: - rot: -1.5707963267948966 rad pos: 7.5,22.5 @@ -11731,28 +11779,28 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1779 + - uid: 1786 components: - pos: 14.5,16.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1780 + - uid: 1787 components: - pos: 14.5,17.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1781 + - uid: 1788 components: - pos: 14.5,18.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1782 + - uid: 1789 components: - rot: -1.5707963267948966 rad pos: 9.5,22.5 @@ -11760,14 +11808,14 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1783 + - uid: 1790 components: - pos: 4.5,21.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1784 + - uid: 1791 components: - pos: 4.5,20.5 parent: 1 @@ -11776,7 +11824,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1785 + - uid: 1792 components: - pos: 3.5,20.5 parent: 1 @@ -11785,7 +11833,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1786 + - uid: 1793 components: - rot: 3.141592653589793 rad pos: 1.5,7.5 @@ -11793,7 +11841,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1787 + - uid: 1794 components: - rot: 3.141592653589793 rad pos: 1.5,6.5 @@ -11803,7 +11851,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1788 + - uid: 1795 components: - rot: 3.141592653589793 rad pos: 1.5,5.5 @@ -11811,7 +11859,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1789 + - uid: 1796 components: - rot: 3.141592653589793 rad pos: -0.5,6.5 @@ -11821,7 +11869,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1790 + - uid: 1797 components: - rot: 3.141592653589793 rad pos: -0.5,5.5 @@ -11829,7 +11877,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1791 + - uid: 1798 components: - rot: 3.141592653589793 rad pos: -0.5,4.5 @@ -11837,7 +11885,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1792 + - uid: 1799 components: - rot: 1.5707963267948966 rad pos: 0.5,4.5 @@ -11845,7 +11893,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1793 + - uid: 1800 components: - rot: 1.5707963267948966 rad pos: -0.5,4.5 @@ -11853,7 +11901,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1794 + - uid: 1801 components: - rot: 1.5707963267948966 rad pos: -2.5,4.5 @@ -11861,7 +11909,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1795 + - uid: 1802 components: - rot: 1.5707963267948966 rad pos: -3.5,4.5 @@ -11869,7 +11917,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1796 + - uid: 1803 components: - rot: 1.5707963267948966 rad pos: -4.5,4.5 @@ -11877,7 +11925,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1797 + - uid: 1804 components: - rot: -1.5707963267948966 rad pos: -1.5,3.5 @@ -11885,7 +11933,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1798 + - uid: 1805 components: - rot: 1.5707963267948966 rad pos: -2.5,3.5 @@ -11893,7 +11941,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1799 + - uid: 1806 components: - rot: 1.5707963267948966 rad pos: -3.5,3.5 @@ -11901,7 +11949,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1800 + - uid: 1807 components: - rot: 1.5707963267948966 rad pos: -4.5,3.5 @@ -11909,7 +11957,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1801 + - uid: 1808 components: - rot: -1.5707963267948966 rad pos: 0.5,3.5 @@ -11917,7 +11965,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1802 + - uid: 1809 components: - rot: -1.5707963267948966 rad pos: 1.5,3.5 @@ -11925,7 +11973,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1803 + - uid: 1810 components: - rot: -1.5707963267948966 rad pos: 2.5,3.5 @@ -11933,7 +11981,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1804 + - uid: 1811 components: - rot: 3.141592653589793 rad pos: 7.5,7.5 @@ -11941,7 +11989,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1805 + - uid: 1812 components: - rot: 3.141592653589793 rad pos: 7.5,6.5 @@ -11951,7 +11999,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1806 + - uid: 1813 components: - rot: 3.141592653589793 rad pos: 7.5,5.5 @@ -11959,7 +12007,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1807 + - uid: 1814 components: - rot: 3.141592653589793 rad pos: 8.5,6.5 @@ -11969,7 +12017,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1808 + - uid: 1815 components: - rot: 3.141592653589793 rad pos: 8.5,5.5 @@ -11977,21 +12025,21 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1809 + - uid: 1816 components: - pos: 7.5,4.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1810 + - uid: 1817 components: - pos: 7.5,2.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1811 + - uid: 1818 components: - pos: 8.5,2.5 parent: 1 @@ -12000,14 +12048,14 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1812 + - uid: 1819 components: - pos: 8.5,3.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1813 + - uid: 1820 components: - rot: 3.141592653589793 rad pos: -3.5,8.5 @@ -12015,7 +12063,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1814 + - uid: 1821 components: - rot: 3.141592653589793 rad pos: -4.5,9.5 @@ -12025,7 +12073,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1815 + - uid: 1822 components: - rot: 3.141592653589793 rad pos: -3.5,9.5 @@ -12033,7 +12081,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1816 + - uid: 1823 components: - rot: 3.141592653589793 rad pos: -6.5,8.5 @@ -12041,7 +12089,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1817 + - uid: 1824 components: - rot: 3.141592653589793 rad pos: -6.5,9.5 @@ -12049,7 +12097,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1818 + - uid: 1825 components: - rot: 3.141592653589793 rad pos: -7.5,9.5 @@ -12059,7 +12107,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1819 + - uid: 1826 components: - rot: 3.141592653589793 rad pos: -9.5,8.5 @@ -12067,7 +12115,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1820 + - uid: 1827 components: - rot: 3.141592653589793 rad pos: -9.5,9.5 @@ -12075,7 +12123,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1821 + - uid: 1828 components: - rot: 3.141592653589793 rad pos: -10.5,9.5 @@ -12085,7 +12133,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1822 + - uid: 1829 components: - rot: 3.141592653589793 rad pos: 4.5,9.5 @@ -12093,7 +12141,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1823 + - uid: 1830 components: - rot: 3.141592653589793 rad pos: 5.5,8.5 @@ -12101,7 +12149,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1824 + - uid: 1831 components: - rot: 3.141592653589793 rad pos: 5.5,9.5 @@ -12111,7 +12159,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1825 + - uid: 1832 components: - rot: 3.141592653589793 rad pos: 7.5,9.5 @@ -12119,7 +12167,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1826 + - uid: 1833 components: - rot: 3.141592653589793 rad pos: 8.5,8.5 @@ -12127,7 +12175,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1827 + - uid: 1834 components: - rot: 3.141592653589793 rad pos: 8.5,9.5 @@ -12137,7 +12185,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1828 + - uid: 1835 components: - rot: 3.141592653589793 rad pos: 10.5,9.5 @@ -12145,7 +12193,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1829 + - uid: 1836 components: - rot: 3.141592653589793 rad pos: 11.5,8.5 @@ -12153,7 +12201,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1830 + - uid: 1837 components: - rot: 3.141592653589793 rad pos: 11.5,9.5 @@ -12163,49 +12211,49 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1831 + - uid: 1838 components: - rot: 3.141592653589793 rad pos: -27.5,30.5 parent: 1 type: Transform - - uid: 1832 + - uid: 1839 components: - rot: 1.5707963267948966 rad pos: -24.5,32.5 parent: 1 type: Transform - - uid: 1833 + - uid: 1840 components: - rot: 3.141592653589793 rad pos: -23.5,33.5 parent: 1 type: Transform - - uid: 1834 + - uid: 1841 components: - rot: 3.141592653589793 rad pos: -23.5,34.5 parent: 1 type: Transform - - uid: 1835 + - uid: 1842 components: - rot: 3.141592653589793 rad pos: -23.5,35.5 parent: 1 type: Transform - - uid: 1836 + - uid: 1843 components: - rot: 3.141592653589793 rad pos: -23.5,36.5 parent: 1 type: Transform - - uid: 1837 + - uid: 1844 components: - rot: 3.141592653589793 rad pos: -23.5,37.5 parent: 1 type: Transform - - uid: 1838 + - uid: 1845 components: - rot: 3.141592653589793 rad pos: -23.5,38.5 @@ -12213,7 +12261,7 @@ entities: type: Transform - enabled: True type: AmbientSound - - uid: 1839 + - uid: 1846 components: - rot: 3.141592653589793 rad pos: -13.5,6.5 @@ -12223,7 +12271,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1840 + - uid: 1847 components: - rot: 3.141592653589793 rad pos: -12.5,6.5 @@ -12231,7 +12279,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1841 + - uid: 1848 components: - rot: 3.141592653589793 rad pos: -12.5,7.5 @@ -12239,7 +12287,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1842 + - uid: 1849 components: - pos: -22.5,34.5 parent: 1 @@ -12248,14 +12296,14 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1843 + - uid: 1850 components: - pos: -23.5,17.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1844 + - uid: 1851 components: - pos: -22.5,33.5 parent: 1 @@ -12264,89 +12312,89 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1845 + - uid: 1852 components: - pos: -23.5,18.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1846 + - uid: 1853 components: - pos: -23.5,19.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1847 + - uid: 1854 components: - pos: -23.5,20.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1848 + - uid: 1855 components: - pos: -23.5,21.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1849 + - uid: 1856 components: - pos: -27.5,23.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1850 + - uid: 1857 components: - pos: -24.5,16.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1851 + - uid: 1858 components: - pos: -24.5,17.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1852 + - uid: 1859 components: - pos: -24.5,18.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1853 + - uid: 1860 components: - pos: -24.5,19.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1854 + - uid: 1861 components: - pos: -24.5,20.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1855 + - uid: 1862 components: - pos: -24.5,21.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1856 + - uid: 1863 components: - pos: 16.5,7.5 parent: 1 type: Transform - - uid: 1857 + - uid: 1864 components: - rot: 1.5707963267948966 rad pos: 8.5,21.5 @@ -12354,22 +12402,22 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1858 + - uid: 1865 components: - pos: 24.5,34.5 parent: 1 type: Transform - - uid: 1859 + - uid: 1866 components: - pos: 24.5,33.5 parent: 1 type: Transform - - uid: 1860 + - uid: 1867 components: - pos: 24.5,32.5 parent: 1 type: Transform - - uid: 1861 + - uid: 1868 components: - rot: -1.5707963267948966 rad pos: 27.5,22.5 @@ -12377,7 +12425,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1862 + - uid: 1869 components: - rot: -1.5707963267948966 rad pos: 27.5,21.5 @@ -12385,7 +12433,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1863 + - uid: 1870 components: - rot: -1.5707963267948966 rad pos: 26.5,21.5 @@ -12393,7 +12441,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1864 + - uid: 1871 components: - rot: -1.5707963267948966 rad pos: 26.5,22.5 @@ -12401,7 +12449,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1865 + - uid: 1872 components: - rot: 3.141592653589793 rad pos: 25.5,17.5 @@ -12409,7 +12457,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1866 + - uid: 1873 components: - rot: 3.141592653589793 rad pos: 25.5,18.5 @@ -12417,7 +12465,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1867 + - uid: 1874 components: - rot: 3.141592653589793 rad pos: 25.5,19.5 @@ -12425,7 +12473,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1868 + - uid: 1875 components: - rot: 3.141592653589793 rad pos: 25.5,20.5 @@ -12433,7 +12481,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1869 + - uid: 1876 components: - rot: 3.141592653589793 rad pos: 24.5,16.5 @@ -12441,7 +12489,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1870 + - uid: 1877 components: - rot: 3.141592653589793 rad pos: 24.5,17.5 @@ -12451,7 +12499,7 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1871 + - uid: 1878 components: - rot: 3.141592653589793 rad pos: 24.5,18.5 @@ -12459,7 +12507,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1872 + - uid: 1879 components: - rot: 3.141592653589793 rad pos: 24.5,19.5 @@ -12467,7 +12515,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1873 + - uid: 1880 components: - rot: 3.141592653589793 rad pos: 24.5,20.5 @@ -12475,14 +12523,14 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1874 + - uid: 1881 components: - pos: 24.5,21.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1875 + - uid: 1882 components: - rot: -1.5707963267948966 rad pos: 25.5,22.5 @@ -12490,42 +12538,42 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1876 + - uid: 1883 components: - pos: 28.5,30.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1877 + - uid: 1884 components: - pos: 25.5,22.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1878 + - uid: 1885 components: - pos: 24.5,23.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1879 + - uid: 1886 components: - pos: 25.5,25.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1880 + - uid: 1887 components: - pos: 26.5,24.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1881 + - uid: 1888 components: - rot: 1.5707963267948966 rad pos: 27.5,26.5 @@ -12533,7 +12581,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1882 + - uid: 1889 components: - rot: 1.5707963267948966 rad pos: 26.5,27.5 @@ -12541,7 +12589,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1883 + - uid: 1890 components: - rot: 3.141592653589793 rad pos: 28.5,27.5 @@ -12549,7 +12597,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1884 + - uid: 1891 components: - rot: 3.141592653589793 rad pos: 28.5,29.5 @@ -12557,7 +12605,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1885 + - uid: 1892 components: - rot: 3.141592653589793 rad pos: 28.5,28.5 @@ -12565,7 +12613,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1886 + - uid: 1893 components: - rot: 3.141592653589793 rad pos: 27.5,28.5 @@ -12573,7 +12621,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1887 + - uid: 1894 components: - rot: 3.141592653589793 rad pos: 27.5,29.5 @@ -12581,7 +12629,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1888 + - uid: 1895 components: - rot: 3.141592653589793 rad pos: 27.5,30.5 @@ -12589,7 +12637,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1889 + - uid: 1896 components: - rot: 3.141592653589793 rad pos: 27.5,31.5 @@ -12597,7 +12645,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1890 + - uid: 1897 components: - rot: -1.5707963267948966 rad pos: -24.5,22.5 @@ -12605,7 +12653,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1891 + - uid: 1898 components: - rot: -1.5707963267948966 rad pos: -26.5,22.5 @@ -12613,7 +12661,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1892 + - uid: 1899 components: - rot: 1.5707963267948966 rad pos: 8.5,22.5 @@ -12621,7 +12669,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1893 + - uid: 1900 components: - rot: -1.5707963267948966 rad pos: 27.5,31.5 @@ -12629,7 +12677,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1894 + - uid: 1901 components: - rot: -1.5707963267948966 rad pos: -25.5,22.5 @@ -12637,7 +12685,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1895 + - uid: 1902 components: - rot: 1.5707963267948966 rad pos: -26.5,24.5 @@ -12645,7 +12693,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1896 + - uid: 1903 components: - rot: 3.141592653589793 rad pos: -23.5,24.5 @@ -12653,7 +12701,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1897 + - uid: 1904 components: - rot: 1.5707963267948966 rad pos: -27.5,23.5 @@ -12661,7 +12709,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1898 + - uid: 1905 components: - rot: 3.141592653589793 rad pos: -27.5,25.5 @@ -12669,7 +12717,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1899 + - uid: 1906 components: - rot: 3.141592653589793 rad pos: -27.5,26.5 @@ -12677,7 +12725,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1900 + - uid: 1907 components: - rot: 3.141592653589793 rad pos: -27.5,27.5 @@ -12685,7 +12733,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1901 + - uid: 1908 components: - rot: 3.141592653589793 rad pos: -28.5,24.5 @@ -12693,7 +12741,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1902 + - uid: 1909 components: - rot: 3.141592653589793 rad pos: -28.5,25.5 @@ -12701,7 +12749,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1903 + - uid: 1910 components: - rot: 3.141592653589793 rad pos: -28.5,26.5 @@ -12709,7 +12757,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1904 + - uid: 1911 components: - rot: 3.141592653589793 rad pos: -28.5,27.5 @@ -12717,7 +12765,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1905 + - uid: 1912 components: - rot: 3.141592653589793 rad pos: -24.5,25.5 @@ -12725,7 +12773,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1906 + - uid: 1913 components: - rot: 3.141592653589793 rad pos: -24.5,26.5 @@ -12733,7 +12781,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1907 + - uid: 1914 components: - rot: 3.141592653589793 rad pos: -24.5,27.5 @@ -12741,7 +12789,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1908 + - uid: 1915 components: - rot: 3.141592653589793 rad pos: -24.5,28.5 @@ -12749,7 +12797,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1909 + - uid: 1916 components: - rot: 3.141592653589793 rad pos: -24.5,30.5 @@ -12757,7 +12805,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1910 + - uid: 1917 components: - rot: 3.141592653589793 rad pos: -24.5,31.5 @@ -12765,7 +12813,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1911 + - uid: 1918 components: - rot: 3.141592653589793 rad pos: -24.5,32.5 @@ -12773,7 +12821,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1912 + - uid: 1919 components: - rot: 3.141592653589793 rad pos: -24.5,33.5 @@ -12781,7 +12829,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1913 + - uid: 1920 components: - rot: 3.141592653589793 rad pos: -24.5,34.5 @@ -12789,142 +12837,142 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1914 + - uid: 1921 components: - pos: -22.5,35.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1915 + - uid: 1922 components: - pos: -26.5,22.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1916 + - uid: 1923 components: - pos: -26.5,21.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1917 + - uid: 1924 components: - pos: -26.5,20.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1918 + - uid: 1925 components: - pos: -27.5,21.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1919 + - uid: 1926 components: - pos: -27.5,20.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1920 + - uid: 1927 components: - pos: 24.5,14.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1921 + - uid: 1928 components: - pos: 24.5,13.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1922 + - uid: 1929 components: - pos: 24.5,12.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1923 + - uid: 1930 components: - pos: -23.5,13.5 parent: 1 type: Transform - - uid: 1924 + - uid: 1931 components: - rot: -1.5707963267948966 rad pos: -9.5,15.5 parent: 1 type: Transform - - uid: 1925 + - uid: 1932 components: - pos: 18.5,11.5 parent: 1 type: Transform - proto: GasPipeTJunction entities: - - uid: 1926 + - uid: 1933 components: - rot: -1.5707963267948966 rad pos: 24.5,8.5 parent: 1 type: Transform - - uid: 1927 + - uid: 1934 components: - rot: 1.5707963267948966 rad pos: -13.5,18.5 parent: 1 type: Transform - - uid: 1928 + - uid: 1935 components: - rot: 3.141592653589793 rad pos: -11.5,21.5 parent: 1 type: Transform - - uid: 1929 + - uid: 1936 components: - pos: -8.5,22.5 parent: 1 type: Transform - - uid: 1930 + - uid: 1937 components: - pos: -5.5,8.5 parent: 1 type: Transform - - uid: 1931 + - uid: 1938 components: - rot: 3.141592653589793 rad pos: -4.5,7.5 parent: 1 type: Transform - - uid: 1932 + - uid: 1939 components: - rot: -1.5707963267948966 rad pos: -12.5,17.5 parent: 1 type: Transform - - uid: 1933 + - uid: 1940 components: - pos: -24.5,23.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1934 + - uid: 1941 components: - pos: -0.5,26.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1935 + - uid: 1942 components: - rot: -1.5707963267948966 rad pos: 14.5,20.5 @@ -12932,21 +12980,21 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1936 + - uid: 1943 components: - pos: 11.5,21.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1937 + - uid: 1944 components: - pos: 28.5,31.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1938 + - uid: 1945 components: - rot: 3.141592653589793 rad pos: 17.5,7.5 @@ -12954,14 +13002,14 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1939 + - uid: 1946 components: - pos: 27.5,32.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1940 + - uid: 1947 components: - rot: -1.5707963267948966 rad pos: -12.5,16.5 @@ -12969,7 +13017,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1941 + - uid: 1948 components: - rot: -1.5707963267948966 rad pos: -13.5,15.5 @@ -12977,35 +13025,35 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1942 + - uid: 1949 components: - pos: -7.5,21.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1943 + - uid: 1950 components: - pos: -3.5,22.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1944 + - uid: 1951 components: - pos: -16.5,8.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1945 + - uid: 1952 components: - pos: -15.5,7.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1946 + - uid: 1953 components: - rot: 1.5707963267948966 rad pos: 3.5,24.5 @@ -13013,7 +13061,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1947 + - uid: 1954 components: - rot: -1.5707963267948966 rad pos: 4.5,25.5 @@ -13021,7 +13069,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1948 + - uid: 1955 components: - rot: 3.141592653589793 rad pos: -10.5,8.5 @@ -13029,7 +13077,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1949 + - uid: 1956 components: - rot: 3.141592653589793 rad pos: -7.5,8.5 @@ -13037,7 +13085,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1950 + - uid: 1957 components: - rot: 3.141592653589793 rad pos: -4.5,8.5 @@ -13045,7 +13093,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1951 + - uid: 1958 components: - rot: 3.141592653589793 rad pos: -9.5,7.5 @@ -13053,7 +13101,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1952 + - uid: 1959 components: - rot: 3.141592653589793 rad pos: -6.5,7.5 @@ -13061,7 +13109,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1953 + - uid: 1960 components: - rot: 3.141592653589793 rad pos: -3.5,7.5 @@ -13069,7 +13117,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1954 + - uid: 1961 components: - rot: 3.141592653589793 rad pos: 4.5,8.5 @@ -13077,7 +13125,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1955 + - uid: 1962 components: - rot: 3.141592653589793 rad pos: 10.5,8.5 @@ -13085,7 +13133,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1956 + - uid: 1963 components: - rot: 3.141592653589793 rad pos: 5.5,7.5 @@ -13093,7 +13141,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1957 + - uid: 1964 components: - rot: 3.141592653589793 rad pos: 11.5,7.5 @@ -13101,7 +13149,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1958 + - uid: 1965 components: - rot: 1.5707963267948966 rad pos: 13.5,16.5 @@ -13109,7 +13157,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1959 + - uid: 1966 components: - rot: 3.141592653589793 rad pos: 25.5,16.5 @@ -13117,7 +13165,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1960 + - uid: 1967 components: - rot: -1.5707963267948966 rad pos: 1.5,27.5 @@ -13125,7 +13173,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1961 + - uid: 1968 components: - rot: 1.5707963267948966 rad pos: -6.5,30.5 @@ -13133,7 +13181,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1962 + - uid: 1969 components: - rot: -1.5707963267948966 rad pos: -4.5,29.5 @@ -13141,7 +13189,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1963 + - uid: 1970 components: - rot: -1.5707963267948966 rad pos: -22.5,28.5 @@ -13151,39 +13199,39 @@ entities: type: AtmosPipeColor - enabled: True type: AmbientSound - - uid: 1964 + - uid: 1971 components: - pos: -18.5,15.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1965 + - uid: 1972 components: - pos: -21.5,16.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1966 + - uid: 1973 components: - pos: -17.5,16.5 parent: 1 type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1967 + - uid: 1974 components: - rot: 1.5707963267948966 rad pos: -28.5,31.5 parent: 1 type: Transform - - uid: 1968 + - uid: 1975 components: - pos: -27.5,33.5 parent: 1 type: Transform - - uid: 1969 + - uid: 1976 components: - rot: 1.5707963267948966 rad pos: -23.5,16.5 @@ -13191,7 +13239,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1970 + - uid: 1977 components: - rot: 3.141592653589793 rad pos: 1.5,4.5 @@ -13199,7 +13247,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1971 + - uid: 1978 components: - rot: 3.141592653589793 rad pos: -1.5,4.5 @@ -13207,7 +13255,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1972 + - uid: 1979 components: - rot: 1.5707963267948966 rad pos: 8.5,4.5 @@ -13215,7 +13263,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1973 + - uid: 1980 components: - rot: 1.5707963267948966 rad pos: 7.5,3.5 @@ -13223,13 +13271,13 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1974 + - uid: 1981 components: - rot: -1.5707963267948966 rad pos: -25.5,31.5 parent: 1 type: Transform - - uid: 1975 + - uid: 1982 components: - rot: 1.5707963267948966 rad pos: 25.5,21.5 @@ -13237,7 +13285,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1976 + - uid: 1983 components: - rot: 1.5707963267948966 rad pos: 24.5,22.5 @@ -13245,7 +13293,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1977 + - uid: 1984 components: - rot: -1.5707963267948966 rad pos: 26.5,25.5 @@ -13253,7 +13301,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1978 + - uid: 1985 components: - rot: 1.5707963267948966 rad pos: 25.5,26.5 @@ -13261,7 +13309,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1979 + - uid: 1986 components: - rot: 3.141592653589793 rad pos: 28.5,26.5 @@ -13269,7 +13317,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1980 + - uid: 1987 components: - rot: 3.141592653589793 rad pos: 27.5,27.5 @@ -13277,7 +13325,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1981 + - uid: 1988 components: - rot: 3.141592653589793 rad pos: -23.5,23.5 @@ -13285,14 +13333,14 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1982 + - uid: 1989 components: - pos: -26.5,23.5 parent: 1 type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 1983 + - uid: 1990 components: - rot: 1.5707963267948966 rad pos: -27.5,24.5 @@ -13300,7 +13348,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1984 + - uid: 1991 components: - rot: 1.5707963267948966 rad pos: -24.5,29.5 @@ -13308,7 +13356,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 1985 + - uid: 1992 components: - rot: 1.5707963267948966 rad pos: 13.5,14.5 @@ -13316,25 +13364,25 @@ entities: type: Transform - proto: GasPort entities: - - uid: 1986 + - uid: 1993 components: - rot: -1.5707963267948966 rad pos: -26.5,33.5 parent: 1 type: Transform - - uid: 1987 + - uid: 1994 components: - rot: 3.141592653589793 rad pos: 24.5,31.5 parent: 1 type: Transform - - uid: 1988 + - uid: 1995 components: - rot: 3.141592653589793 rad pos: 18.5,9.5 parent: 1 type: Transform - - uid: 1989 + - uid: 1996 components: - rot: 1.5707963267948966 rad pos: 23.5,8.5 @@ -13342,56 +13390,56 @@ entities: type: Transform - proto: GasPressurePump entities: - - uid: 1990 + - uid: 1997 components: - rot: 3.141592653589793 rad pos: 19.5,10.5 parent: 1 type: Transform - - uid: 1991 + - uid: 1998 components: - rot: 3.141592653589793 rad pos: 21.5,10.5 parent: 1 type: Transform - - uid: 1992 + - uid: 1999 components: - rot: 3.141592653589793 rad pos: 23.5,10.5 parent: 1 type: Transform - - uid: 1993 + - uid: 2000 components: - rot: 1.5707963267948966 rad pos: 16.5,7.5 parent: 1 type: Transform - - uid: 1994 + - uid: 2001 components: - pos: 16.5,10.5 parent: 1 type: Transform - - uid: 1995 + - uid: 2002 components: - pos: 20.5,10.5 parent: 1 type: Transform - - uid: 1996 + - uid: 2003 components: - pos: 22.5,10.5 parent: 1 type: Transform - - uid: 1997 + - uid: 2004 components: - pos: -27.5,32.5 parent: 1 type: Transform - - uid: 1998 + - uid: 2005 components: - pos: 18.5,10.5 parent: 1 type: Transform - - uid: 1999 + - uid: 2006 components: - rot: 3.141592653589793 rad pos: 17.5,10.5 @@ -13399,7 +13447,7 @@ entities: type: Transform - proto: GasThermoMachineFreezerEnabled entities: - - uid: 2000 + - uid: 2007 components: - rot: 1.5707963267948966 rad pos: -28.5,33.5 @@ -13409,14 +13457,14 @@ entities: type: GasThermoMachine - proto: GasThermoMachineHeaterEnabled entities: - - uid: 2001 + - uid: 2008 components: - pos: -8.5,16.5 parent: 1 type: Transform - proto: GasValve entities: - - uid: 2002 + - uid: 2009 components: - rot: 3.141592653589793 rad pos: 16.5,6.5 @@ -13426,7 +13474,7 @@ entities: type: GasValve - enabled: False type: AmbientSound - - uid: 2003 + - uid: 2010 components: - rot: 1.5707963267948966 rad pos: 19.5,8.5 @@ -13434,7 +13482,7 @@ entities: type: Transform - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2004 + - uid: 2011 components: - rot: -1.5707963267948966 rad pos: 18.5,7.5 @@ -13442,7 +13490,7 @@ entities: type: Transform - color: '#990000FF' type: AtmosPipeColor - - uid: 2005 + - uid: 2012 components: - rot: -1.5707963267948966 rad pos: -26.5,31.5 @@ -13454,7 +13502,7 @@ entities: type: AmbientSound - proto: GasVentPump entities: - - uid: 2006 + - uid: 2013 components: - rot: -1.5707963267948966 rad pos: 14.5,14.5 @@ -13462,7 +13510,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2007 + - uid: 2014 components: - rot: 1.5707963267948966 rad pos: -24.5,12.5 @@ -13470,7 +13518,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2008 + - uid: 2015 components: - rot: -1.5707963267948966 rad pos: 3.5,13.5 @@ -13480,7 +13528,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2009 + - uid: 2016 components: - pos: -7.5,10.5 parent: 1 @@ -13489,7 +13537,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2010 + - uid: 2017 components: - rot: 3.141592653589793 rad pos: -7.5,19.5 @@ -13499,7 +13547,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2011 + - uid: 2018 components: - rot: 3.141592653589793 rad pos: -17.5,13.5 @@ -13509,7 +13557,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2012 + - uid: 2019 components: - rot: 3.141592653589793 rad pos: -21.5,15.5 @@ -13519,7 +13567,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2013 + - uid: 2020 components: - rot: 1.5707963267948966 rad pos: -2.5,13.5 @@ -13529,7 +13577,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2014 + - uid: 2021 components: - rot: -1.5707963267948966 rad pos: -8.5,24.5 @@ -13539,7 +13587,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2015 + - uid: 2022 components: - rot: 1.5707963267948966 rad pos: -5.5,29.5 @@ -13549,7 +13597,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2016 + - uid: 2023 components: - rot: -1.5707963267948966 rad pos: 0.5,26.5 @@ -13559,7 +13607,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2017 + - uid: 2024 components: - rot: -1.5707963267948966 rad pos: 4.5,24.5 @@ -13569,7 +13617,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2018 + - uid: 2025 components: - rot: 3.141592653589793 rad pos: -10.5,19.5 @@ -13579,7 +13627,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2019 + - uid: 2026 components: - rot: -1.5707963267948966 rad pos: -23.5,29.5 @@ -13589,7 +13637,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2020 + - uid: 2027 components: - pos: -24.5,35.5 parent: 1 @@ -13598,7 +13646,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2021 + - uid: 2028 components: - rot: 1.5707963267948966 rad pos: -1.5,26.5 @@ -13608,7 +13656,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2022 + - uid: 2029 components: - rot: 3.141592653589793 rad pos: -4.5,19.5 @@ -13618,7 +13666,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2023 + - uid: 2030 components: - pos: -10.5,10.5 parent: 1 @@ -13627,7 +13675,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2024 + - uid: 2031 components: - pos: -27.5,28.5 parent: 1 @@ -13636,7 +13684,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2025 + - uid: 2032 components: - pos: -4.5,10.5 parent: 1 @@ -13645,7 +13693,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2026 + - uid: 2033 components: - pos: 7.5,10.5 parent: 1 @@ -13654,7 +13702,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2027 + - uid: 2034 components: - pos: 10.5,10.5 parent: 1 @@ -13663,7 +13711,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2028 + - uid: 2035 components: - rot: -1.5707963267948966 rad pos: 26.5,16.5 @@ -13673,7 +13721,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2029 + - uid: 2036 components: - rot: -1.5707963267948966 rad pos: 28.5,21.5 @@ -13683,7 +13731,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2030 + - uid: 2037 components: - rot: -1.5707963267948966 rad pos: 29.5,26.5 @@ -13693,7 +13741,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2031 + - uid: 2038 components: - rot: 1.5707963267948966 rad pos: 25.5,25.5 @@ -13703,7 +13751,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2032 + - uid: 2039 components: - rot: -1.5707963267948966 rad pos: 29.5,31.5 @@ -13713,7 +13761,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2033 + - uid: 2040 components: - rot: 1.5707963267948966 rad pos: 26.5,31.5 @@ -13723,7 +13771,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2034 + - uid: 2041 components: - pos: -4.5,39.5 parent: 1 @@ -13732,7 +13780,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2035 + - uid: 2042 components: - rot: 1.5707963267948966 rad pos: -28.5,22.5 @@ -13742,7 +13790,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2036 + - uid: 2043 components: - rot: 3.141592653589793 rad pos: -27.5,19.5 @@ -13752,7 +13800,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2037 + - uid: 2044 components: - rot: 3.141592653589793 rad pos: -16.5,7.5 @@ -13762,7 +13810,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2038 + - uid: 2045 components: - rot: 1.5707963267948966 rad pos: -20.5,8.5 @@ -13772,7 +13820,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2039 + - uid: 2046 components: - rot: 3.141592653589793 rad pos: -12.5,5.5 @@ -13782,7 +13830,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2040 + - uid: 2047 components: - rot: 1.5707963267948966 rad pos: -5.5,4.5 @@ -13792,7 +13840,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2041 + - uid: 2048 components: - pos: -1.5,5.5 parent: 1 @@ -13801,7 +13849,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2042 + - uid: 2049 components: - rot: -1.5707963267948966 rad pos: 2.5,4.5 @@ -13811,7 +13859,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2043 + - uid: 2050 components: - rot: -1.5707963267948966 rad pos: 8.5,3.5 @@ -13821,7 +13869,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2044 + - uid: 2051 components: - rot: 3.141592653589793 rad pos: 7.5,1.5 @@ -13831,7 +13879,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2045 + - uid: 2052 components: - rot: 3.141592653589793 rad pos: 13.5,3.5 @@ -13841,7 +13889,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2046 + - uid: 2053 components: - rot: 3.141592653589793 rad pos: 11.5,20.5 @@ -13851,7 +13899,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2047 + - uid: 2054 components: - rot: 3.141592653589793 rad pos: 3.5,19.5 @@ -13861,7 +13909,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2048 + - uid: 2055 components: - pos: 3.5,29.5 parent: 1 @@ -13870,7 +13918,7 @@ entities: type: AmbientSound - color: '#0055CDFF' type: AtmosPipeColor - - uid: 2049 + - uid: 2056 components: - rot: 1.5707963267948966 rad pos: -13.5,17.5 @@ -13878,7 +13926,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2050 + - uid: 2057 components: - rot: 3.141592653589793 rad pos: -5.5,7.5 @@ -13886,7 +13934,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2051 + - uid: 2058 components: - pos: -11.5,22.5 parent: 1 @@ -13895,7 +13943,7 @@ entities: type: AmbientSound - proto: GasVentScrubber entities: - - uid: 2052 + - uid: 2059 components: - rot: 1.5707963267948966 rad pos: 13.5,15.5 @@ -13903,7 +13951,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2053 + - uid: 2060 components: - rot: 1.5707963267948966 rad pos: -23.5,28.5 @@ -13913,7 +13961,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2054 + - uid: 2061 components: - rot: 1.5707963267948966 rad pos: -1.5,27.5 @@ -13923,7 +13971,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2055 + - uid: 2062 components: - rot: 1.5707963267948966 rad pos: 3.5,25.5 @@ -13933,7 +13981,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2056 + - uid: 2063 components: - rot: 3.141592653589793 rad pos: 4.5,19.5 @@ -13943,7 +13991,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2057 + - uid: 2064 components: - pos: 4.5,29.5 parent: 1 @@ -13952,7 +14000,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2058 + - uid: 2065 components: - rot: 1.5707963267948966 rad pos: 13.5,20.5 @@ -13962,7 +14010,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2059 + - uid: 2066 components: - rot: 3.141592653589793 rad pos: -3.5,19.5 @@ -13972,7 +14020,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2060 + - uid: 2067 components: - rot: -1.5707963267948966 rad pos: 26.5,26.5 @@ -13982,7 +14030,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2061 + - uid: 2068 components: - rot: 3.141592653589793 rad pos: -18.5,13.5 @@ -13992,7 +14040,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2062 + - uid: 2069 components: - rot: -1.5707963267948966 rad pos: 28.5,22.5 @@ -14002,7 +14050,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2063 + - uid: 2070 components: - pos: 5.5,10.5 parent: 1 @@ -14011,7 +14059,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2064 + - uid: 2071 components: - pos: 8.5,10.5 parent: 1 @@ -14020,7 +14068,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2065 + - uid: 2072 components: - pos: 11.5,10.5 parent: 1 @@ -14029,7 +14077,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2066 + - uid: 2073 components: - rot: 3.141592653589793 rad pos: -24.5,13.5 @@ -14039,7 +14087,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2067 + - uid: 2074 components: - rot: 3.141592653589793 rad pos: -9.5,19.5 @@ -14049,7 +14097,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2068 + - uid: 2075 components: - rot: 3.141592653589793 rad pos: -6.5,19.5 @@ -14059,7 +14107,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2069 + - uid: 2076 components: - rot: 3.141592653589793 rad pos: -0.5,2.5 @@ -14069,7 +14117,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2070 + - uid: 2077 components: - pos: -6.5,10.5 parent: 1 @@ -14078,7 +14126,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2071 + - uid: 2078 components: - pos: -9.5,10.5 parent: 1 @@ -14087,7 +14135,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2072 + - uid: 2079 components: - pos: -3.5,10.5 parent: 1 @@ -14096,7 +14144,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2073 + - uid: 2080 components: - rot: -1.5707963267948966 rad pos: 28.5,27.5 @@ -14106,7 +14154,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2074 + - uid: 2081 components: - pos: 17.5,8.5 parent: 1 @@ -14115,7 +14163,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2075 + - uid: 2082 components: - rot: 3.141592653589793 rad pos: 14.5,3.5 @@ -14125,7 +14173,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2076 + - uid: 2083 components: - rot: 1.5707963267948966 rad pos: -2.5,16.5 @@ -14135,7 +14183,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2077 + - uid: 2084 components: - pos: -23.5,25.5 parent: 1 @@ -14144,7 +14192,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2078 + - uid: 2085 components: - pos: -9.5,24.5 parent: 1 @@ -14153,7 +14201,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2079 + - uid: 2086 components: - pos: -25.5,25.5 parent: 1 @@ -14162,7 +14210,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2080 + - uid: 2087 components: - rot: -1.5707963267948966 rad pos: 3.5,16.5 @@ -14172,7 +14220,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2081 + - uid: 2088 components: - rot: 1.5707963267948966 rad pos: 26.5,32.5 @@ -14182,7 +14230,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2082 + - uid: 2089 components: - rot: -1.5707963267948966 rad pos: 28.5,32.5 @@ -14192,7 +14240,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2083 + - uid: 2090 components: - rot: -1.5707963267948966 rad pos: 3.5,3.5 @@ -14202,7 +14250,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2084 + - uid: 2091 components: - rot: -1.5707963267948966 rad pos: 9.5,4.5 @@ -14212,7 +14260,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2085 + - uid: 2092 components: - rot: -1.5707963267948966 rad pos: -12.5,4.5 @@ -14222,7 +14270,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2086 + - uid: 2093 components: - rot: 3.141592653589793 rad pos: 8.5,1.5 @@ -14232,7 +14280,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2087 + - uid: 2094 components: - rot: 3.141592653589793 rad pos: -15.5,6.5 @@ -14242,7 +14290,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2088 + - uid: 2095 components: - rot: 1.5707963267948966 rad pos: -5.5,3.5 @@ -14252,7 +14300,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2089 + - uid: 2096 components: - pos: -22.5,36.5 parent: 1 @@ -14261,7 +14309,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2090 + - uid: 2097 components: - pos: -28.5,28.5 parent: 1 @@ -14270,7 +14318,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2091 + - uid: 2098 components: - rot: -1.5707963267948966 rad pos: -5.5,30.5 @@ -14280,7 +14328,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2092 + - uid: 2099 components: - pos: -6.5,39.5 parent: 1 @@ -14289,7 +14337,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2093 + - uid: 2100 components: - pos: 1.5,28.5 parent: 1 @@ -14298,7 +14346,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2094 + - uid: 2101 components: - rot: 1.5707963267948966 rad pos: -20.5,7.5 @@ -14308,7 +14356,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2095 + - uid: 2102 components: - rot: 3.141592653589793 rad pos: -25.5,22.5 @@ -14316,7 +14364,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2096 + - uid: 2103 components: - rot: 1.5707963267948966 rad pos: -25.5,15.5 @@ -14326,7 +14374,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2097 + - uid: 2104 components: - rot: -1.5707963267948966 rad pos: 25.5,15.5 @@ -14336,7 +14384,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2098 + - uid: 2105 components: - rot: 3.141592653589793 rad pos: -26.5,19.5 @@ -14346,7 +14394,7 @@ entities: type: AmbientSound - color: '#990000FF' type: AtmosPipeColor - - uid: 2099 + - uid: 2106 components: - rot: -1.5707963267948966 rad pos: 25.5,11.5 @@ -14354,7 +14402,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2100 + - uid: 2107 components: - rot: -1.5707963267948966 rad pos: -12.5,18.5 @@ -14362,14 +14410,14 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2101 + - uid: 2108 components: - pos: -4.5,8.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2102 + - uid: 2109 components: - rot: 3.141592653589793 rad pos: -8.5,21.5 @@ -14379,7 +14427,7 @@ entities: type: AmbientSound - proto: GasVolumePump entities: - - uid: 2103 + - uid: 2110 components: - rot: -1.5707963267948966 rad pos: 18.5,8.5 @@ -14387,458 +14435,458 @@ entities: type: Transform - proto: GeigerCounter entities: - - uid: 2104 + - uid: 2111 components: - pos: 26.836712,33.69773 parent: 1 type: Transform - - uid: 2105 + - uid: 2112 components: - pos: 26.836712,33.432106 parent: 1 type: Transform - proto: GeneratorPlasma entities: - - uid: 2106 + - uid: 2113 components: - pos: -25.5,9.5 parent: 1 type: Transform - proto: GravityGeneratorMini entities: - - uid: 2107 + - uid: 2114 components: - pos: 13.5,1.5 parent: 1 type: Transform - proto: Grille entities: - - uid: 2108 + - uid: 2115 components: - pos: -14.5,22.5 parent: 1 type: Transform - - uid: 2109 + - uid: 2116 components: - pos: 19.5,17.5 parent: 1 type: Transform - - uid: 2110 + - uid: 2117 components: - pos: 18.5,17.5 parent: 1 type: Transform - - uid: 2111 + - uid: 2118 components: - pos: -17.5,17.5 parent: 1 type: Transform - - uid: 2112 + - uid: 2119 components: - pos: -18.5,17.5 parent: 1 type: Transform - - uid: 2113 + - uid: 2120 components: - pos: -19.5,17.5 parent: 1 type: Transform - - uid: 2114 + - uid: 2121 components: - pos: 3.5,31.5 parent: 1 type: Transform - - uid: 2115 + - uid: 2122 components: - pos: 3.5,32.5 parent: 1 type: Transform - - uid: 2116 + - uid: 2123 components: - pos: 4.5,32.5 parent: 1 type: Transform - - uid: 2117 + - uid: 2124 components: - pos: 5.5,32.5 parent: 1 type: Transform - - uid: 2118 + - uid: 2125 components: - pos: 6.5,32.5 parent: 1 type: Transform - - uid: 2119 + - uid: 2126 components: - pos: 7.5,32.5 parent: 1 type: Transform - - uid: 2120 + - uid: 2127 components: - pos: 8.5,32.5 parent: 1 type: Transform - - uid: 2121 + - uid: 2128 components: - pos: 8.5,31.5 parent: 1 type: Transform - - uid: 2122 + - uid: 2129 components: - pos: 9.5,29.5 parent: 1 type: Transform - - uid: 2123 + - uid: 2130 components: - pos: 15.5,21.5 parent: 1 type: Transform - - uid: 2124 + - uid: 2131 components: - pos: 8.5,15.5 parent: 1 type: Transform - - uid: 2125 + - uid: 2132 components: - pos: 8.5,14.5 parent: 1 type: Transform - - uid: 2126 + - uid: 2133 components: - pos: 8.5,13.5 parent: 1 type: Transform - - uid: 2127 + - uid: 2134 components: - pos: -14.5,21.5 parent: 1 type: Transform - - uid: 2128 + - uid: 2135 components: - pos: -8.5,37.5 parent: 1 type: Transform - - uid: 2129 + - uid: 2136 components: - pos: -4.5,-1.5 parent: 1 type: Transform - - uid: 2130 + - uid: 2137 components: - pos: -1.5,-2.5 parent: 1 type: Transform - - uid: 2131 + - uid: 2138 components: - pos: -0.5,-2.5 parent: 1 type: Transform - - uid: 2132 + - uid: 2139 components: - pos: 0.5,-2.5 parent: 1 type: Transform - - uid: 2133 + - uid: 2140 components: - pos: 1.5,-2.5 parent: 1 type: Transform - - uid: 2134 + - uid: 2141 components: - pos: 2.5,-2.5 parent: 1 type: Transform - - uid: 2135 + - uid: 2142 components: - pos: 5.5,-1.5 parent: 1 type: Transform - - uid: 2136 + - uid: 2143 components: - pos: 20.5,17.5 parent: 1 type: Transform - - uid: 2137 + - uid: 2144 components: - pos: -7.5,37.5 parent: 1 type: Transform - - uid: 2138 + - uid: 2145 components: - pos: -8.5,39.5 parent: 1 type: Transform - - uid: 2139 + - uid: 2146 components: - pos: -8.5,41.5 parent: 1 type: Transform - - uid: 2140 + - uid: 2147 components: - pos: -7.5,41.5 parent: 1 type: Transform - - uid: 2141 + - uid: 2148 components: - pos: -7.5,42.5 parent: 1 type: Transform - - uid: 2142 + - uid: 2149 components: - pos: -3.5,42.5 parent: 1 type: Transform - - uid: 2143 + - uid: 2150 components: - pos: -3.5,41.5 parent: 1 type: Transform - - uid: 2144 + - uid: 2151 components: - pos: -2.5,41.5 parent: 1 type: Transform - - uid: 2145 + - uid: 2152 components: - pos: -2.5,39.5 parent: 1 type: Transform - - uid: 2146 + - uid: 2153 components: - pos: -3.5,37.5 parent: 1 type: Transform - - uid: 2147 + - uid: 2154 components: - pos: -2.5,37.5 parent: 1 type: Transform - - uid: 2148 + - uid: 2155 components: - pos: -17.5,7.5 parent: 1 type: Transform - - uid: 2149 + - uid: 2156 components: - rot: 1.5707963267948966 rad pos: 27.5,8.5 parent: 1 type: Transform - - uid: 2150 + - uid: 2157 components: - rot: 1.5707963267948966 rad pos: 27.5,9.5 parent: 1 type: Transform - - uid: 2151 + - uid: 2158 components: - pos: -12.5,6.5 parent: 1 type: Transform - - uid: 2152 + - uid: 2159 components: - pos: -11.5,6.5 parent: 1 type: Transform - - uid: 2153 + - uid: 2160 components: - pos: -10.5,6.5 parent: 1 type: Transform - - uid: 2154 + - uid: 2161 components: - pos: -16.5,9.5 parent: 1 type: Transform - - uid: 2155 + - uid: 2162 components: - pos: -15.5,9.5 parent: 1 type: Transform - - uid: 2156 + - uid: 2163 components: - pos: 16.5,11.5 parent: 1 type: Transform - - uid: 2157 + - uid: 2164 components: - pos: 18.5,11.5 parent: 1 type: Transform - - uid: 2158 + - uid: 2165 components: - pos: 20.5,11.5 parent: 1 type: Transform - - uid: 2159 + - uid: 2166 components: - pos: 22.5,11.5 parent: 1 type: Transform - - uid: 2160 + - uid: 2167 components: - pos: 2.5,15.5 parent: 1 type: Transform - - uid: 2161 + - uid: 2168 components: - pos: 2.5,16.5 parent: 1 type: Transform - - uid: 2162 + - uid: 2169 components: - pos: -7.5,27.5 parent: 1 type: Transform - - uid: 2163 + - uid: 2170 components: - pos: -7.5,26.5 parent: 1 type: Transform - - uid: 2164 + - uid: 2171 components: - pos: -3.5,27.5 parent: 1 type: Transform - - uid: 2165 + - uid: 2172 components: - pos: -3.5,28.5 parent: 1 type: Transform - - uid: 2166 + - uid: 2173 components: - rot: 3.141592653589793 rad pos: -7.5,34.5 parent: 1 type: Transform - - uid: 2167 + - uid: 2174 components: - rot: 3.141592653589793 rad pos: -7.5,33.5 parent: 1 type: Transform - - uid: 2168 + - uid: 2175 components: - rot: 3.141592653589793 rad pos: -7.5,32.5 parent: 1 type: Transform - - uid: 2169 + - uid: 2176 components: - rot: 3.141592653589793 rad pos: -7.5,31.5 parent: 1 type: Transform - - uid: 2170 + - uid: 2177 components: - rot: 3.141592653589793 rad pos: -3.5,31.5 parent: 1 type: Transform - - uid: 2171 + - uid: 2178 components: - rot: 3.141592653589793 rad pos: -3.5,32.5 parent: 1 type: Transform - - uid: 2172 + - uid: 2179 components: - rot: 3.141592653589793 rad pos: -3.5,33.5 parent: 1 type: Transform - - uid: 2173 + - uid: 2180 components: - rot: 3.141592653589793 rad pos: -3.5,34.5 parent: 1 type: Transform - - uid: 2174 + - uid: 2181 components: - pos: -25.5,19.5 parent: 1 type: Transform - - uid: 2175 + - uid: 2182 components: - pos: 0.5,19.5 parent: 1 type: Transform - - uid: 2176 + - uid: 2183 components: - pos: 0.5,10.5 parent: 1 type: Transform - - uid: 2177 + - uid: 2184 components: - pos: -21.5,37.5 parent: 1 type: Transform - - uid: 2178 + - uid: 2185 components: - pos: -21.5,36.5 parent: 1 type: Transform - - uid: 2179 + - uid: 2186 components: - pos: -21.5,35.5 parent: 1 type: Transform - - uid: 2180 + - uid: 2187 components: - pos: -11.5,2.5 parent: 1 type: Transform - - uid: 2181 + - uid: 2188 components: - pos: -2.5,6.5 parent: 1 type: Transform - - uid: 2182 + - uid: 2189 components: - pos: -0.5,6.5 parent: 1 type: Transform - - uid: 2183 + - uid: 2190 components: - pos: 1.5,2.5 parent: 1 type: Transform - - uid: 2184 + - uid: 2191 components: - pos: 2.5,2.5 parent: 1 type: Transform - - uid: 2185 + - uid: 2192 components: - pos: 24.5,34.5 parent: 1 type: Transform - - uid: 2186 + - uid: 2193 components: - pos: 27.5,22.5 parent: 1 type: Transform - - uid: 2187 + - uid: 2194 components: - pos: 27.5,21.5 parent: 1 type: Transform - - uid: 2188 + - uid: 2195 components: - pos: 29.5,18.5 parent: 1 type: Transform - - uid: 2189 + - uid: 2196 components: - pos: 27.5,29.5 parent: 1 type: Transform - - uid: 2190 + - uid: 2197 components: - pos: 27.5,28.5 parent: 1 type: Transform - - uid: 2191 + - uid: 2198 components: - pos: 29.5,19.5 parent: 1 @@ -14888,231 +14936,231 @@ entities: type: ContainerContainer - proto: Gyroscope entities: - - uid: 2192 + - uid: 2199 components: - pos: 21.5,2.5 parent: 1 type: Transform - proto: HospitalCurtainsOpen entities: - - uid: 2193 + - uid: 2200 components: - pos: -25.5,25.5 parent: 1 type: Transform - - uid: 2194 + - uid: 2201 components: - pos: -23.5,25.5 parent: 1 type: Transform - - uid: 2195 + - uid: 2202 components: - rot: 3.141592653589793 rad pos: 4.5,9.5 parent: 1 type: Transform - - uid: 2196 + - uid: 2203 components: - pos: -4.5,10.5 parent: 1 type: Transform - - uid: 2197 + - uid: 2204 components: - pos: -2.5,10.5 parent: 1 type: Transform - - uid: 2198 + - uid: 2205 components: - pos: -7.5,10.5 parent: 1 type: Transform - - uid: 2199 + - uid: 2206 components: - pos: -10.5,10.5 parent: 1 type: Transform - - uid: 2200 + - uid: 2207 components: - pos: -10.5,19.5 parent: 1 type: Transform - - uid: 2201 + - uid: 2208 components: - pos: -10.5,18.5 parent: 1 type: Transform - - uid: 2202 + - uid: 2209 components: - pos: -7.5,19.5 parent: 1 type: Transform - - uid: 2203 + - uid: 2210 components: - pos: -7.5,18.5 parent: 1 type: Transform - - uid: 2204 + - uid: 2211 components: - pos: -4.5,19.5 parent: 1 type: Transform - - uid: 2205 + - uid: 2212 components: - pos: -2.5,19.5 parent: 1 type: Transform - - uid: 2206 + - uid: 2213 components: - pos: 8.5,10.5 parent: 1 type: Transform - - uid: 2207 + - uid: 2214 components: - pos: 11.5,10.5 parent: 1 type: Transform - - uid: 2208 + - uid: 2215 components: - pos: 3.5,19.5 parent: 1 type: Transform - - uid: 2209 + - uid: 2216 components: - pos: -11.5,14.5 parent: 1 type: Transform - proto: HydroponicsToolClippers entities: - - uid: 1206 + - uid: 1213 components: - flags: InContainer type: MetaData - - parent: 1204 + - parent: 1211 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: hydroponicsTrayAnchored entities: - - uid: 2210 + - uid: 2217 components: - pos: 11.5,5.5 parent: 1 type: Transform - - uid: 2211 + - uid: 2218 components: - pos: 11.5,3.5 parent: 1 type: Transform - - uid: 2212 + - uid: 2219 components: - pos: 11.5,4.5 parent: 1 type: Transform - proto: IntercomCommand entities: - - uid: 2213 + - uid: 2220 components: - pos: 3.5,30.5 parent: 1 type: Transform - proto: IntercomMedical entities: - - uid: 2214 + - uid: 2221 components: - pos: -17.5,9.5 parent: 1 type: Transform - - uid: 2215 + - uid: 2222 components: - pos: -24.5,25.5 parent: 1 type: Transform - - uid: 2216 + - uid: 2223 components: - pos: -11.5,-0.5 parent: 1 type: Transform - proto: IntercomScience entities: - - uid: 2217 + - uid: 2224 components: - pos: 27.5,23.5 parent: 1 type: Transform - - uid: 2218 + - uid: 2225 components: - pos: 26.5,34.5 parent: 1 type: Transform - proto: JetpackCaptainFilled entities: - - uid: 1189 + - uid: 1196 components: - flags: InContainer type: MetaData - - parent: 1173 + - parent: 1180 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: KitchenMicrowave entities: - - uid: 2219 + - uid: 2226 components: - pos: 4.5,5.5 parent: 1 type: Transform - proto: KitchenReagentGrinder entities: - - uid: 2220 + - uid: 2227 components: - pos: -16.5,10.5 parent: 1 type: Transform - - uid: 2221 + - uid: 2228 components: - pos: 7.5,5.5 parent: 1 type: Transform - proto: KitchenSpike entities: - - uid: 2222 + - uid: 2229 components: - pos: 7.5,0.5 parent: 1 type: Transform - proto: LampGold entities: - - uid: 2223 + - uid: 2230 components: - pos: 5.62572,14.78084 parent: 1 type: Transform - proto: LockerAtmosphericsFilledHardsuit entities: - - uid: 2224 + - uid: 2231 components: - pos: 19.5,7.5 parent: 1 type: Transform - proto: LockerBoozeFilled entities: - - uid: 2225 + - uid: 2232 components: - pos: -6.5,0.5 parent: 1 type: Transform - proto: LockerBotanistFilled entities: - - uid: 2226 + - uid: 2233 components: - pos: 11.5,1.5 parent: 1 type: Transform - proto: LockerCaptain entities: - - uid: 1173 + - uid: 1180 components: - pos: 4.5,19.5 parent: 1 @@ -15122,23 +15170,23 @@ entities: showEnts: False occludes: True ents: - - 1189 - - 1175 - - 1179 - - 1176 - - 1187 - - 1178 + - 1196 - 1182 - - 1184 - 1186 - - 1177 + - 1183 + - 1194 + - 1185 + - 1189 + - 1191 + - 1193 + - 1184 + - 1197 + - 1192 + - 1188 - 1190 - - 1185 + - 1187 + - 1195 - 1181 - - 1183 - - 1180 - - 1188 - - 1174 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -15146,40 +15194,40 @@ entities: type: ContainerContainer - proto: LockerChiefEngineerFilledHardsuit entities: - - uid: 2227 + - uid: 2234 components: - pos: 3.5,27.5 parent: 1 type: Transform - proto: LockerChiefMedicalOfficerFilledHardsuit entities: - - uid: 2228 + - uid: 2235 components: - pos: 9.5,27.5 parent: 1 type: Transform - proto: LockerEngineerFilledHardsuit entities: - - uid: 2229 + - uid: 2236 components: - pos: 21.5,5.5 parent: 1 type: Transform - proto: LockerMedicalFilled entities: - - uid: 2230 + - uid: 2237 components: - pos: -25.5,28.5 parent: 1 type: Transform - - uid: 2231 + - uid: 2238 components: - pos: -25.5,29.5 parent: 1 type: Transform - proto: LockerResearchDirector entities: - - uid: 1193 + - uid: 1200 components: - pos: 5.5,27.5 parent: 1 @@ -15207,16 +15255,16 @@ entities: showEnts: False occludes: True ents: - - 1200 + - 1207 + - 1208 + - 1206 + - 1209 - 1201 - - 1199 - - 1202 - - 1194 + - 1210 - 1203 - - 1196 - - 1197 - - 1195 - - 1198 + - 1204 + - 1202 + - 1205 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -15224,19 +15272,19 @@ entities: type: ContainerContainer - proto: LockerScienceFilled entities: - - uid: 2232 + - uid: 2239 components: - pos: 24.5,18.5 parent: 1 type: Transform - - uid: 2233 + - uid: 2240 components: - pos: 24.5,19.5 parent: 1 type: Transform - proto: LockerWallMedicalFilled entities: - - uid: 2234 + - uid: 2241 components: - rot: -1.5707963267948966 rad pos: -26.5,27.5 @@ -15244,7 +15292,7 @@ entities: type: Transform - proto: MachineAnomalyGenerator entities: - - uid: 2235 + - uid: 2242 components: - pos: 25.5,28.5 parent: 1 @@ -15253,149 +15301,156 @@ entities: type: AmbientSound - proto: MachineAnomalyVessel entities: - - uid: 2236 + - uid: 2243 components: - pos: 24.5,27.5 parent: 1 type: Transform - proto: MachineAPE entities: - - uid: 2237 + - uid: 2244 components: - pos: 26.5,27.5 parent: 1 type: Transform - proto: MachineArtifactAnalyzer entities: - - uid: 2238 + - uid: 2245 components: - pos: 24.5,36.5 parent: 1 type: Transform - proto: MachineCryoSleepPod entities: - - uid: 2239 + - uid: 2246 components: - pos: -23.5,33.5 parent: 1 type: Transform - - uid: 2240 + - uid: 2247 components: - pos: -23.5,32.5 parent: 1 type: Transform - - uid: 2241 + - uid: 2248 components: - pos: -23.5,31.5 parent: 1 type: Transform - proto: MaterialBiomass entities: - - uid: 2242 + - uid: 2249 components: - pos: -22.46578,35.594276 parent: 1 type: Transform - proto: MedicalBed entities: - - uid: 2243 + - uid: 2250 components: - pos: -23.5,26.5 parent: 1 type: Transform - - uid: 2244 + - uid: 2251 components: - pos: -25.5,26.5 parent: 1 type: Transform - - uid: 2245 + - uid: 2252 components: - pos: -28.5,31.5 parent: 1 type: Transform - proto: MedicalScanner entities: - - uid: 2246 + - uid: 2253 components: - pos: -24.5,37.5 parent: 1 type: Transform - proto: MedkitBurnFilled entities: - - uid: 2247 + - uid: 2254 components: - pos: -26.76496,32.632736 parent: 1 type: Transform - - uid: 2248 + - uid: 2255 components: - pos: -26.249334,32.663986 parent: 1 type: Transform - proto: MicrophoneInstrument entities: - - uid: 2249 + - uid: 2256 components: - pos: -5.8052936,14.627985 parent: 1 type: Transform - proto: MonkeyCubeBox entities: - - uid: 2250 + - uid: 2257 components: - pos: 28.51567,19.040796 parent: 1 type: Transform - proto: Morgue entities: - - uid: 2251 + - uid: 2258 components: - pos: -22.5,37.5 parent: 1 type: Transform +- proto: Multitool + entities: + - uid: 3439 + components: + - pos: -22.698347,35.629475 + parent: 1 + type: Transform - proto: NitrogenCanister entities: - - uid: 2252 + - uid: 2259 components: - pos: 20.5,13.5 parent: 1 type: Transform - proto: OxygenCanister entities: - - uid: 2253 + - uid: 2260 components: - pos: 22.5,13.5 parent: 1 type: Transform - - uid: 2254 + - uid: 2261 components: - pos: -26.5,33.5 parent: 1 type: Transform - proto: PaperBin10 entities: - - uid: 2255 + - uid: 2262 components: - rot: -1.5707963267948966 rad pos: -2.5,13.5 parent: 1 type: Transform - - uid: 2256 + - uid: 2263 components: - pos: -18.5,4.5 parent: 1 type: Transform - - uid: 2257 + - uid: 2264 components: - pos: 6.5,14.5 parent: 1 type: Transform - - uid: 2258 + - uid: 2265 components: - pos: 26.5,33.5 parent: 1 type: Transform - - uid: 2259 + - uid: 2266 components: - rot: -1.5707963267948966 rad pos: 28.5,19.5 @@ -15403,142 +15458,142 @@ entities: type: Transform - proto: PartRodMetal entities: - - uid: 2260 + - uid: 2267 components: - pos: 26.415115,12.624596 parent: 1 type: Transform - - uid: 2261 + - uid: 2268 components: - pos: 26.665115,12.515221 parent: 1 type: Transform - proto: PenCap entities: - - uid: 2262 + - uid: 2269 components: - pos: 5.65697,12.640215 parent: 1 type: Transform - proto: PlaqueAtmos entities: - - uid: 2263 + - uid: 2270 components: - pos: 19.5,11.5 parent: 1 type: Transform - proto: PlasmaCanister entities: - - uid: 2264 + - uid: 2271 components: - pos: 18.5,13.5 parent: 1 type: Transform - proto: Plunger entities: - - uid: 2265 + - uid: 2272 components: - pos: 11.50988,14.843103 parent: 1 type: Transform - proto: PlushieAtmosian entities: - - uid: 2266 + - uid: 2273 components: - pos: 23.399334,7.59223 parent: 1 type: Transform - proto: PlushieSharkBlue entities: - - uid: 2267 + - uid: 2274 components: - pos: 28.940489,32.812813 parent: 1 type: Transform - proto: PlushieSharkPink entities: - - uid: 2268 + - uid: 2275 components: - pos: 11.473873,25.601461 parent: 1 type: Transform - proto: PortableScrubber entities: - - uid: 2269 + - uid: 2276 components: - pos: 23.5,8.5 parent: 1 type: Transform - proto: PottedPlantRandom entities: - - uid: 2270 + - uid: 2277 components: - pos: 0.5,9.5 parent: 1 type: Transform - - uid: 2271 + - uid: 2278 components: - pos: -7.5,22.5 parent: 1 type: Transform - - uid: 2272 + - uid: 2279 components: - pos: -4.5,25.5 parent: 1 type: Transform - - uid: 2273 + - uid: 2280 components: - pos: 0.5,20.5 parent: 1 type: Transform - - uid: 2274 + - uid: 2281 components: - pos: 1.5,-0.5 parent: 1 type: Transform - - uid: 2275 + - uid: 2282 components: - pos: -0.5,-0.5 parent: 1 type: Transform - - uid: 2276 + - uid: 2283 components: - pos: -12.5,15.5 parent: 1 type: Transform - - uid: 2277 + - uid: 2284 components: - pos: 8.5,20.5 parent: 1 type: Transform - - uid: 2278 + - uid: 2285 components: - pos: 5.5,24.5 parent: 1 type: Transform - - uid: 2279 + - uid: 2286 components: - pos: -2.5,24.5 parent: 1 type: Transform - - uid: 2280 + - uid: 2287 components: - pos: 1.5,24.5 parent: 1 type: Transform - - uid: 2281 + - uid: 2288 components: - pos: 14.5,20.5 parent: 1 type: Transform - proto: PowerCellRecharger entities: - - uid: 2282 + - uid: 2289 components: - pos: -25.5,21.5 parent: 1 type: Transform - - uid: 2283 + - uid: 2290 components: - rot: -1.5707963267948966 rad pos: 28.5,18.5 @@ -15546,14 +15601,14 @@ entities: type: Transform - proto: Poweredlight entities: - - uid: 2284 + - uid: 2291 components: - pos: 20.5,13.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2285 + - uid: 2292 components: - rot: 1.5707963267948966 rad pos: -27.5,18.5 @@ -15561,21 +15616,21 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2286 + - uid: 2293 components: - pos: 10.5,22.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2287 + - uid: 2294 components: - pos: 15.5,16.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2288 + - uid: 2295 components: - rot: 3.141592653589793 rad pos: 20.5,15.5 @@ -15583,14 +15638,14 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2289 + - uid: 2296 components: - pos: 24.5,16.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2290 + - uid: 2297 components: - rot: 1.5707963267948966 rad pos: 30.5,16.5 @@ -15598,7 +15653,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2291 + - uid: 2298 components: - rot: 1.5707963267948966 rad pos: 30.5,14.5 @@ -15606,14 +15661,14 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2292 + - uid: 2299 components: - pos: 25.5,12.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2293 + - uid: 2300 components: - rot: 1.5707963267948966 rad pos: 16.5,9.5 @@ -15621,7 +15676,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2294 + - uid: 2301 components: - rot: -1.5707963267948966 rad pos: 23.5,9.5 @@ -15629,21 +15684,21 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2295 + - uid: 2302 components: - pos: 17.5,4.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2296 + - uid: 2303 components: - pos: 21.5,5.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2297 + - uid: 2304 components: - rot: 3.141592653589793 rad pos: 13.5,1.5 @@ -15651,7 +15706,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2298 + - uid: 2305 components: - rot: -1.5707963267948966 rad pos: 14.5,8.5 @@ -15659,7 +15714,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2299 + - uid: 2306 components: - rot: 3.141592653589793 rad pos: 7.5,7.5 @@ -15667,14 +15722,14 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2300 + - uid: 2307 components: - pos: 2.5,8.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2301 + - uid: 2308 components: - rot: 3.141592653589793 rad pos: -3.5,7.5 @@ -15682,14 +15737,14 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2302 + - uid: 2309 components: - pos: -10.5,8.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2303 + - uid: 2310 components: - rot: 1.5707963267948966 rad pos: -12.5,4.5 @@ -15697,7 +15752,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2304 + - uid: 2311 components: - rot: -1.5707963267948966 rad pos: -10.5,1.5 @@ -15705,7 +15760,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2305 + - uid: 2312 components: - rot: 1.5707963267948966 rad pos: -8.5,1.5 @@ -15713,7 +15768,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2306 + - uid: 2313 components: - rot: 1.5707963267948966 rad pos: -7.5,4.5 @@ -15721,7 +15776,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2307 + - uid: 2314 components: - rot: 1.5707963267948966 rad pos: -2.5,2.5 @@ -15729,14 +15784,14 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2308 + - uid: 2315 components: - pos: 3.5,1.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2309 + - uid: 2316 components: - rot: -1.5707963267948966 rad pos: 5.5,0.5 @@ -15744,7 +15799,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2310 + - uid: 2317 components: - rot: 1.5707963267948966 rad pos: -4.5,0.5 @@ -15752,7 +15807,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2311 + - uid: 2318 components: - rot: -1.5707963267948966 rad pos: 5.5,3.5 @@ -15760,7 +15815,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2312 + - uid: 2319 components: - rot: 1.5707963267948966 rad pos: 7.5,3.5 @@ -15768,7 +15823,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2313 + - uid: 2320 components: - rot: -1.5707963267948966 rad pos: 11.5,2.5 @@ -15776,7 +15831,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2314 + - uid: 2321 components: - rot: -1.5707963267948966 rad pos: 8.5,0.5 @@ -15784,7 +15839,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2315 + - uid: 2322 components: - rot: -1.5707963267948966 rad pos: -15.5,12.5 @@ -15792,7 +15847,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2316 + - uid: 2323 components: - rot: -1.5707963267948966 rad pos: -18.5,6.5 @@ -15800,7 +15855,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2317 + - uid: 2324 components: - rot: 1.5707963267948966 rad pos: -25.5,8.5 @@ -15808,7 +15863,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2318 + - uid: 2325 components: - rot: 3.141592653589793 rad pos: -24.5,11.5 @@ -15816,7 +15871,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2319 + - uid: 2326 components: - rot: 3.141592653589793 rad pos: -24.5,15.5 @@ -15824,14 +15879,14 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2320 + - uid: 2327 components: - pos: -16.5,16.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2321 + - uid: 2328 components: - rot: 1.5707963267948966 rad pos: -13.5,12.5 @@ -15839,7 +15894,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2322 + - uid: 2329 components: - rot: -1.5707963267948966 rad pos: -12.5,19.5 @@ -15847,14 +15902,14 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2323 + - uid: 2330 components: - pos: -11.5,22.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2324 + - uid: 2331 components: - rot: 3.141592653589793 rad pos: -7.5,21.5 @@ -15862,14 +15917,14 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2325 + - uid: 2332 components: - pos: -3.5,24.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2326 + - uid: 2333 components: - rot: -1.5707963267948966 rad pos: 1.5,20.5 @@ -15877,7 +15932,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2327 + - uid: 2334 components: - rot: 1.5707963267948966 rad pos: -6.5,29.5 @@ -15885,7 +15940,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2328 + - uid: 2335 components: - rot: -1.5707963267948966 rad pos: -4.5,35.5 @@ -15893,7 +15948,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2329 + - uid: 2336 components: - rot: 3.141592653589793 rad pos: -5.5,37.5 @@ -15901,7 +15956,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2330 + - uid: 2337 components: - rot: 1.5707963267948966 rad pos: -28.5,26.5 @@ -15909,7 +15964,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2331 + - uid: 2338 components: - rot: 1.5707963267948966 rad pos: -28.5,29.5 @@ -15917,14 +15972,14 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2332 + - uid: 2339 components: - pos: -25.5,33.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2333 + - uid: 2340 components: - rot: 3.141592653589793 rad pos: -23.5,35.5 @@ -15932,14 +15987,14 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2334 + - uid: 2341 components: - pos: -23.5,29.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2335 + - uid: 2342 components: - rot: 3.141592653589793 rad pos: -25.5,21.5 @@ -15947,7 +16002,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2336 + - uid: 2343 components: - rot: -1.5707963267948966 rad pos: -23.5,22.5 @@ -15955,14 +16010,14 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2337 + - uid: 2344 components: - pos: 7.5,16.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2338 + - uid: 2345 components: - rot: 3.141592653589793 rad pos: 3.5,12.5 @@ -15970,7 +16025,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2339 + - uid: 2346 components: - rot: 3.141592653589793 rad pos: 4.5,21.5 @@ -15978,7 +16033,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2340 + - uid: 2347 components: - rot: 1.5707963267948966 rad pos: 3.5,25.5 @@ -15986,7 +16041,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2341 + - uid: 2348 components: - rot: -1.5707963267948966 rad pos: 7.5,27.5 @@ -15994,7 +16049,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2342 + - uid: 2349 components: - rot: 3.141592653589793 rad pos: 5.5,29.5 @@ -16002,7 +16057,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2343 + - uid: 2350 components: - rot: -1.5707963267948966 rad pos: -14.5,2.5 @@ -16010,7 +16065,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2344 + - uid: 2351 components: - rot: 3.141592653589793 rad pos: -19.5,2.5 @@ -16018,14 +16073,14 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2345 + - uid: 2352 components: - pos: -19.5,13.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2346 + - uid: 2353 components: - rot: 3.141592653589793 rad pos: 26.5,18.5 @@ -16033,7 +16088,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2347 + - uid: 2354 components: - rot: 1.5707963267948966 rad pos: 24.5,22.5 @@ -16041,7 +16096,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2348 + - uid: 2355 components: - rot: 1.5707963267948966 rad pos: 24.5,26.5 @@ -16049,7 +16104,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2349 + - uid: 2356 components: - rot: -1.5707963267948966 rad pos: 29.5,28.5 @@ -16057,7 +16112,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2350 + - uid: 2357 components: - rot: -1.5707963267948966 rad pos: 29.5,32.5 @@ -16065,7 +16120,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2351 + - uid: 2358 components: - rot: 3.141592653589793 rad pos: 25.5,31.5 @@ -16073,7 +16128,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2352 + - uid: 2359 components: - rot: 3.141592653589793 rad pos: 23.5,35.5 @@ -16081,14 +16136,14 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2353 + - uid: 2360 components: - pos: 22.5,13.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2354 + - uid: 2361 components: - rot: -1.5707963267948966 rad pos: -21.5,11.5 @@ -16096,7 +16151,7 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2355 + - uid: 2362 components: - rot: 3.141592653589793 rad pos: -9.5,12.5 @@ -16104,21 +16159,21 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2356 + - uid: 2363 components: - pos: -9.5,16.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2357 + - uid: 2364 components: - pos: 10.5,16.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2358 + - uid: 2365 components: - rot: 3.141592653589793 rad pos: 10.5,12.5 @@ -16126,28 +16181,28 @@ entities: type: Transform - enabled: False type: AmbientSound - - uid: 2359 + - uid: 2366 components: - pos: -14.5,-0.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2360 + - uid: 2367 components: - pos: 18.5,13.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2361 + - uid: 2368 components: - pos: 16.5,13.5 parent: 1 type: Transform - enabled: False type: AmbientSound - - uid: 2362 + - uid: 2369 components: - rot: 3.141592653589793 rad pos: 10.5,18.5 @@ -16157,7 +16212,7 @@ entities: type: AmbientSound - proto: PoweredlightColoredRed entities: - - uid: 2363 + - uid: 2370 components: - pos: -5.5,16.5 parent: 1 @@ -16166,7 +16221,7 @@ entities: type: AmbientSound - proto: PoweredlightExterior entities: - - uid: 2364 + - uid: 2371 components: - rot: 3.141592653589793 rad pos: -5.5,12.5 @@ -16176,124 +16231,124 @@ entities: type: AmbientSound - proto: PoweredSmallLight entities: - - uid: 2365 + - uid: 2372 components: - rot: -1.5707963267948966 rad pos: -1.5,27.5 parent: 1 type: Transform - - uid: 2366 + - uid: 2373 components: - rot: 1.5707963267948966 rad pos: 0.5,27.5 parent: 1 type: Transform - - uid: 2367 + - uid: 2374 components: - rot: 1.5707963267948966 rad pos: -9.5,26.5 parent: 1 type: Transform - - uid: 2368 + - uid: 2375 components: - rot: 3.141592653589793 rad pos: -6.5,18.5 parent: 1 type: Transform - - uid: 2369 + - uid: 2376 components: - rot: 3.141592653589793 rad pos: -9.5,18.5 parent: 1 type: Transform - - uid: 2370 + - uid: 2377 components: - rot: 3.141592653589793 rad pos: -3.5,18.5 parent: 1 type: Transform - - uid: 2371 + - uid: 2378 components: - pos: -3.5,10.5 parent: 1 type: Transform - - uid: 2372 + - uid: 2379 components: - pos: 4.5,10.5 parent: 1 type: Transform - - uid: 2373 + - uid: 2380 components: - pos: 7.5,10.5 parent: 1 type: Transform - - uid: 2374 + - uid: 2381 components: - pos: 10.5,10.5 parent: 1 type: Transform - - uid: 2375 + - uid: 2382 components: - pos: -6.5,10.5 parent: 1 type: Transform - - uid: 2376 + - uid: 2383 components: - pos: -9.5,10.5 parent: 1 type: Transform - - uid: 2377 + - uid: 2384 components: - rot: 3.141592653589793 rad pos: -9.5,3.5 parent: 1 type: Transform - - uid: 2378 + - uid: 2385 components: - rot: 1.5707963267948966 rad pos: 11.5,25.5 parent: 1 type: Transform - - uid: 2379 + - uid: 2386 components: - rot: 1.5707963267948966 rad pos: 28.5,35.5 parent: 1 type: Transform - - uid: 2380 + - uid: 2387 components: - pos: 3.5,27.5 parent: 1 type: Transform - - uid: 2381 + - uid: 2388 components: - pos: 5.5,27.5 parent: 1 type: Transform - - uid: 2382 + - uid: 2389 components: - pos: 9.5,27.5 parent: 1 type: Transform - - uid: 2383 + - uid: 2390 components: - rot: 3.141592653589793 rad pos: 8.5,24.5 parent: 1 type: Transform - - uid: 2384 + - uid: 2391 components: - rot: 1.5707963267948966 rad pos: -11.5,24.5 parent: 1 type: Transform - - uid: 2385 + - uid: 2392 components: - rot: -1.5707963267948966 rad pos: 1.5,11.5 parent: 1 type: Transform - - uid: 2386 + - uid: 2393 components: - rot: -1.5707963267948966 rad pos: 1.5,18.5 @@ -16301,97 +16356,97 @@ entities: type: Transform - proto: Protolathe entities: - - uid: 2387 + - uid: 2394 components: - pos: 24.5,24.5 parent: 1 type: Transform - proto: Rack entities: - - uid: 2388 + - uid: 2395 components: - pos: 26.5,10.5 parent: 1 type: Transform - - uid: 2389 + - uid: 2396 components: - pos: -20.5,6.5 parent: 1 type: Transform - - uid: 2390 + - uid: 2397 components: - pos: -20.5,5.5 parent: 1 type: Transform - - uid: 2391 + - uid: 2398 components: - pos: 24.5,12.5 parent: 1 type: Transform - - uid: 2392 + - uid: 2399 components: - pos: 25.5,12.5 parent: 1 type: Transform - - uid: 2393 + - uid: 2400 components: - pos: 26.5,12.5 parent: 1 type: Transform - - uid: 2394 + - uid: 2401 components: - rot: 3.141592653589793 rad pos: -20.5,7.5 parent: 1 type: Transform - - uid: 2395 + - uid: 2402 components: - rot: 3.141592653589793 rad pos: -22.5,7.5 parent: 1 type: Transform - - uid: 2396 + - uid: 2403 components: - pos: 26.5,9.5 parent: 1 type: Transform - - uid: 2397 + - uid: 2404 components: - pos: 26.5,8.5 parent: 1 type: Transform - - uid: 2398 + - uid: 2405 components: - pos: 25.5,7.5 parent: 1 type: Transform - - uid: 2399 + - uid: 2406 components: - pos: -26.5,32.5 parent: 1 type: Transform - - uid: 2400 + - uid: 2407 components: - pos: -22.5,35.5 parent: 1 type: Transform - - uid: 2401 + - uid: 2408 components: - pos: 24.5,26.5 parent: 1 type: Transform - - uid: 2402 + - uid: 2409 components: - pos: 13.5,2.5 parent: 1 type: Transform - - uid: 2403 + - uid: 2410 components: - rot: 3.141592653589793 rad pos: -22.5,6.5 parent: 1 type: Transform - - uid: 2404 + - uid: 2411 components: - rot: 3.141592653589793 rad pos: -22.5,5.5 @@ -16399,37 +16454,37 @@ entities: type: Transform - proto: RagItem entities: - - uid: 2405 + - uid: 2412 components: - pos: -3.5639513,4.5596995 parent: 1 type: Transform - proto: Railing entities: - - uid: 2406 + - uid: 2413 components: - pos: -4.5,13.5 parent: 1 type: Transform - - uid: 2407 + - uid: 2414 components: - rot: -1.5707963267948966 rad pos: -4.5,16.5 parent: 1 type: Transform - - uid: 2408 + - uid: 2415 components: - rot: -1.5707963267948966 rad pos: -4.5,15.5 parent: 1 type: Transform - - uid: 2409 + - uid: 2416 components: - rot: -1.5707963267948966 rad pos: -4.5,14.5 parent: 1 type: Transform - - uid: 2410 + - uid: 2417 components: - rot: -1.5707963267948966 rad pos: -4.5,13.5 @@ -16437,7 +16492,7 @@ entities: type: Transform - proto: RailingCornerSmall entities: - - uid: 2411 + - uid: 2418 components: - rot: 1.5707963267948966 rad pos: -3.5,13.5 @@ -16445,1076 +16500,1076 @@ entities: type: Transform - proto: RandomPosterAny entities: - - uid: 2412 + - uid: 2419 components: - pos: -29.5,25.5 parent: 1 type: Transform - - uid: 2413 + - uid: 2420 components: - pos: -7.5,6.5 parent: 1 type: Transform - - uid: 2414 + - uid: 2421 components: - pos: -8.5,9.5 parent: 1 type: Transform - - uid: 2415 + - uid: 2422 components: - pos: -2.5,9.5 parent: 1 type: Transform - - uid: 2416 + - uid: 2423 components: - pos: 4.5,6.5 parent: 1 type: Transform - - uid: 2417 + - uid: 2424 components: - pos: 9.5,9.5 parent: 1 type: Transform - - uid: 2418 + - uid: 2425 components: - pos: 7.5,6.5 parent: 1 type: Transform - - uid: 2419 + - uid: 2426 components: - pos: 12.5,6.5 parent: 1 type: Transform - - uid: 2420 + - uid: 2427 components: - pos: 15.5,10.5 parent: 1 type: Transform - - uid: 2421 + - uid: 2428 components: - pos: 12.5,12.5 parent: 1 type: Transform - - uid: 2422 + - uid: 2429 components: - pos: 15.5,17.5 parent: 1 type: Transform - - uid: 2423 + - uid: 2430 components: - pos: 15.5,14.5 parent: 1 type: Transform - - uid: 2424 + - uid: 2431 components: - pos: -7.5,13.5 parent: 1 type: Transform - - uid: 2425 + - uid: 2432 components: - pos: -7.5,16.5 parent: 1 type: Transform - - uid: 2426 + - uid: 2433 components: - pos: -7.5,15.5 parent: 1 type: Transform - - uid: 2427 + - uid: 2434 components: - pos: -7.5,14.5 parent: 1 type: Transform - - uid: 2428 + - uid: 2435 components: - pos: -7.5,12.5 parent: 1 type: Transform - - uid: 2429 + - uid: 2436 components: - pos: -6.5,11.5 parent: 1 type: Transform - - uid: 2430 + - uid: 2437 components: - pos: -4.5,11.5 parent: 1 type: Transform - - uid: 2431 + - uid: 2438 components: - pos: -3.5,11.5 parent: 1 type: Transform - - uid: 2432 + - uid: 2439 components: - pos: -2.5,11.5 parent: 1 type: Transform - - uid: 2433 + - uid: 2440 components: - pos: -6.5,17.5 parent: 1 type: Transform - - uid: 2434 + - uid: 2441 components: - pos: -4.5,17.5 parent: 1 type: Transform - - uid: 2435 + - uid: 2442 components: - pos: -5.5,17.5 parent: 1 type: Transform - - uid: 2436 + - uid: 2443 components: - pos: -2.5,17.5 parent: 1 type: Transform - - uid: 2437 + - uid: 2444 components: - pos: -11.5,12.5 parent: 1 type: Transform - - uid: 2438 + - uid: 2445 components: - pos: -11.5,17.5 parent: 1 type: Transform - - uid: 2439 + - uid: 2446 components: - pos: -14.5,13.5 parent: 1 type: Transform - - uid: 2440 + - uid: 2447 components: - pos: -17.5,4.5 parent: 1 type: Transform - - uid: 2441 + - uid: 2448 components: - pos: -13.5,3.5 parent: 1 type: Transform - - uid: 2442 + - uid: 2449 components: - pos: -21.5,17.5 parent: 1 type: Transform - - uid: 2443 + - uid: 2450 components: - pos: -24.5,14.5 parent: 1 type: Transform - - uid: 2444 + - uid: 2451 components: - pos: -18.5,14.5 parent: 1 type: Transform - - uid: 2445 + - uid: 2452 components: - pos: -14.5,17.5 parent: 1 type: Transform - - uid: 2446 + - uid: 2453 components: - pos: -22.5,22.5 parent: 1 type: Transform - - uid: 2447 + - uid: 2454 components: - pos: -29.5,29.5 parent: 1 type: Transform - - uid: 2448 + - uid: 2455 components: - pos: -29.5,32.5 parent: 1 type: Transform - - uid: 2449 + - uid: 2456 components: - pos: -25.5,30.5 parent: 1 type: Transform - - uid: 2450 + - uid: 2457 components: - pos: -23.5,34.5 parent: 1 type: Transform - - uid: 2451 + - uid: 2458 components: - pos: -8.5,23.5 parent: 1 type: Transform - - uid: 2452 + - uid: 2459 components: - pos: -12.5,23.5 parent: 1 type: Transform - - uid: 2453 + - uid: 2460 components: - pos: -3.5,26.5 parent: 1 type: Transform - - uid: 2454 + - uid: 2461 components: - pos: -2.5,25.5 parent: 1 type: Transform - - uid: 2455 + - uid: 2462 components: - pos: 3.5,23.5 parent: 1 type: Transform - - uid: 2456 + - uid: 2463 components: - pos: 8.5,23.5 parent: 1 type: Transform - - uid: 2457 + - uid: 2464 components: - pos: 11.5,23.5 parent: 1 type: Transform - - uid: 2458 + - uid: 2465 components: - pos: 11.5,17.5 parent: 1 type: Transform - - uid: 2459 + - uid: 2466 components: - pos: 15.5,19.5 parent: 1 type: Transform - - uid: 2460 + - uid: 2467 components: - pos: 20.5,14.5 parent: 1 type: Transform - - uid: 2461 + - uid: 2468 components: - pos: 23.5,17.5 parent: 1 type: Transform - - uid: 2462 + - uid: 2469 components: - pos: 24.5,13.5 parent: 1 type: Transform - - uid: 2463 + - uid: 2470 components: - pos: 23.5,23.5 parent: 1 type: Transform - - uid: 2464 + - uid: 2471 components: - pos: 23.5,27.5 parent: 1 type: Transform - - uid: 2465 + - uid: 2472 components: - pos: 30.5,27.5 parent: 1 type: Transform - - uid: 2466 + - uid: 2473 components: - pos: 23.5,32.5 parent: 1 type: Transform - - uid: 2467 + - uid: 2474 components: - pos: -13.5,5.5 parent: 1 type: Transform - - uid: 2468 + - uid: 2475 components: - pos: -13.5,0.5 parent: 1 type: Transform - - uid: 2469 + - uid: 2476 components: - pos: -10.5,4.5 parent: 1 type: Transform - - uid: 2470 + - uid: 2477 components: - pos: -8.5,5.5 parent: 1 type: Transform - proto: RandomSoap entities: - - uid: 2471 + - uid: 2478 components: - pos: 3.5,10.5 parent: 1 type: Transform - proto: RandomVendingDrinks entities: - - uid: 2472 + - uid: 2479 components: - pos: 0.5,18.5 parent: 1 type: Transform - proto: RandomVendingSnacks entities: - - uid: 2473 + - uid: 2480 components: - pos: 0.5,11.5 parent: 1 type: Transform - proto: ReinforcedPlasmaWindow entities: - - uid: 2474 + - uid: 2481 components: - pos: 16.5,11.5 parent: 1 type: Transform - - uid: 2475 + - uid: 2482 components: - pos: 20.5,11.5 parent: 1 type: Transform - - uid: 2476 + - uid: 2483 components: - pos: 22.5,11.5 parent: 1 type: Transform - - uid: 2477 + - uid: 2484 components: - pos: 24.5,34.5 parent: 1 type: Transform - - uid: 2478 + - uid: 2485 components: - pos: 27.5,22.5 parent: 1 type: Transform - - uid: 2479 + - uid: 2486 components: - pos: 27.5,21.5 parent: 1 type: Transform - - uid: 2480 + - uid: 2487 components: - pos: 18.5,11.5 parent: 1 type: Transform - proto: ReinforcedWindow entities: - - uid: 2481 + - uid: 2488 components: - pos: -15.5,9.5 parent: 1 type: Transform - - uid: 2482 + - uid: 2489 components: - pos: 2.5,15.5 parent: 1 type: Transform - - uid: 2483 + - uid: 2490 components: - pos: 2.5,16.5 parent: 1 type: Transform - - uid: 2484 + - uid: 2491 components: - pos: -11.5,6.5 parent: 1 type: Transform - - uid: 2485 + - uid: 2492 components: - pos: -0.5,6.5 parent: 1 type: Transform - - uid: 2486 + - uid: 2493 components: - pos: -7.5,27.5 parent: 1 type: Transform - - uid: 2487 + - uid: 2494 components: - rot: -1.5707963267948966 rad pos: -3.5,28.5 parent: 1 type: Transform - - uid: 2488 + - uid: 2495 components: - rot: -1.5707963267948966 rad pos: -3.5,27.5 parent: 1 type: Transform - - uid: 2489 + - uid: 2496 components: - pos: 1.5,25.5 parent: 1 type: Transform - - uid: 2490 + - uid: 2497 components: - pos: -7.5,26.5 parent: 1 type: Transform - - uid: 2491 + - uid: 2498 components: - pos: 2.5,2.5 parent: 1 type: Transform - - uid: 2492 + - uid: 2499 components: - pos: 1.5,2.5 parent: 1 type: Transform - - uid: 2493 + - uid: 2500 components: - pos: -2.5,6.5 parent: 1 type: Transform - - uid: 2494 + - uid: 2501 components: - pos: -11.5,2.5 parent: 1 type: Transform - - uid: 2495 + - uid: 2502 components: - pos: -16.5,9.5 parent: 1 type: Transform - - uid: 2496 + - uid: 2503 components: - pos: -25.5,19.5 parent: 1 type: Transform - - uid: 2497 + - uid: 2504 components: - pos: -17.5,7.5 parent: 1 type: Transform - - uid: 2498 + - uid: 2505 components: - pos: -12.5,6.5 parent: 1 type: Transform - - uid: 2499 + - uid: 2506 components: - pos: -10.5,6.5 parent: 1 type: Transform - - uid: 2500 + - uid: 2507 components: - pos: 0.5,19.5 parent: 1 type: Transform - - uid: 2501 + - uid: 2508 components: - pos: 0.5,10.5 parent: 1 type: Transform - - uid: 2502 + - uid: 2509 components: - pos: 27.5,29.5 parent: 1 type: Transform - - uid: 2503 + - uid: 2510 components: - pos: 27.5,28.5 parent: 1 type: Transform - proto: ResearchAndDevelopmentServer entities: - - uid: 2504 + - uid: 2511 components: - pos: 29.5,33.5 parent: 1 type: Transform - proto: ResearchAndDevelopmentServerMachineCircuitboard entities: - - uid: 1201 + - uid: 1208 components: - flags: InContainer type: MetaData - - parent: 1193 + - parent: 1200 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ResearchComputerCircuitboard entities: - - uid: 1202 + - uid: 1209 components: - flags: InContainer type: MetaData - - parent: 1193 + - parent: 1200 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: Rickenbacker4003Instrument entities: - - uid: 2505 + - uid: 2512 components: - pos: -5.6646686,14.752985 parent: 1 type: Transform - proto: RubberStampCaptain entities: - - uid: 2506 + - uid: 2513 components: - pos: 5.3989453,12.53084 parent: 1 type: Transform - proto: RubberStampRd entities: - - uid: 1203 + - uid: 1210 components: - flags: InContainer type: MetaData - - parent: 1193 + - parent: 1200 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: ScienceTechFab entities: - - uid: 2507 + - uid: 2514 components: - pos: 24.5,23.5 parent: 1 type: Transform - proto: SeedExtractor entities: - - uid: 2508 + - uid: 2515 components: - pos: 9.5,3.5 parent: 1 type: Transform - proto: SheetGlass entities: - - uid: 2509 + - uid: 2516 components: - pos: 25.321365,12.687096 parent: 1 type: Transform - - uid: 2510 + - uid: 2517 components: - pos: 25.602615,12.515221 parent: 1 type: Transform - proto: SheetPlasma entities: - - uid: 2511 + - uid: 2518 components: - pos: 24.5239,26.62412 parent: 1 type: Transform - proto: SheetSteel entities: - - uid: 2512 + - uid: 2519 components: - pos: 24.258865,12.671471 parent: 1 type: Transform - - uid: 2513 + - uid: 2520 components: - pos: 24.571365,12.530846 parent: 1 type: Transform - proto: ShuttersNormal entities: - - uid: 2514 + - uid: 2521 components: - pos: 1.5,25.5 parent: 1 type: Transform - links: - - 2599 + - 2606 type: DeviceLinkSink - - uid: 2515 + - uid: 2522 components: - rot: -1.5707963267948966 rad pos: 2.5,15.5 parent: 1 type: Transform - links: - - 2594 + - 2601 type: DeviceLinkSink - - uid: 2516 + - uid: 2523 components: - rot: -1.5707963267948966 rad pos: 2.5,16.5 parent: 1 type: Transform - links: - - 2594 + - 2601 type: DeviceLinkSink - proto: ShuttersNormalOpen entities: - - uid: 2517 + - uid: 2524 components: - rot: -1.5707963267948966 rad pos: 0.5,3.5 parent: 1 type: Transform - links: - - 2596 + - 2603 type: DeviceLinkSink - - uid: 2518 + - uid: 2525 components: - rot: -1.5707963267948966 rad pos: 0.5,4.5 parent: 1 type: Transform - links: - - 2596 + - 2603 type: DeviceLinkSink - - uid: 2519 + - uid: 2526 components: - rot: -1.5707963267948966 rad pos: 0.5,5.5 parent: 1 type: Transform - links: - - 2596 + - 2603 type: DeviceLinkSink - - uid: 2520 + - uid: 2527 components: - rot: 1.5707963267948966 rad pos: -3.5,3.5 parent: 1 type: Transform - links: - - 2595 + - 2602 type: DeviceLinkSink - - uid: 2521 + - uid: 2528 components: - rot: 1.5707963267948966 rad pos: -3.5,4.5 parent: 1 type: Transform - links: - - 2595 + - 2602 type: DeviceLinkSink - - uid: 2522 + - uid: 2529 components: - rot: 1.5707963267948966 rad pos: -3.5,5.5 parent: 1 type: Transform - links: - - 2595 + - 2602 type: DeviceLinkSink - - uid: 2523 + - uid: 2530 components: - rot: 1.5707963267948966 rad pos: -17.5,8.5 parent: 1 type: Transform - - uid: 2524 + - uid: 2531 components: - pos: 1.5,2.5 parent: 1 type: Transform - links: - - 2596 + - 2603 type: DeviceLinkSink - - uid: 2525 + - uid: 2532 components: - pos: 2.5,2.5 parent: 1 type: Transform - links: - - 2596 + - 2603 type: DeviceLinkSink - - uid: 2526 + - uid: 2533 components: - rot: 1.5707963267948966 rad pos: 8.5,15.5 parent: 1 type: Transform - links: - - 2601 + - 2608 type: DeviceLinkSink - - uid: 2527 + - uid: 2534 components: - rot: 1.5707963267948966 rad pos: 8.5,14.5 parent: 1 type: Transform - links: - - 2601 + - 2608 type: DeviceLinkSink - - uid: 2528 + - uid: 2535 components: - rot: 1.5707963267948966 rad pos: 8.5,13.5 parent: 1 type: Transform - links: - - 2601 + - 2608 type: DeviceLinkSink - proto: ShuttersWindowOpen entities: - - uid: 2529 + - uid: 2536 components: - pos: 3.5,31.5 parent: 1 type: Transform - links: - - 2600 + - 2607 type: DeviceLinkSink - - uid: 2530 + - uid: 2537 components: - pos: 3.5,32.5 parent: 1 type: Transform - links: - - 2600 + - 2607 type: DeviceLinkSink - - uid: 2531 + - uid: 2538 components: - pos: 4.5,32.5 parent: 1 type: Transform - links: - - 2600 + - 2607 type: DeviceLinkSink - - uid: 2532 + - uid: 2539 components: - pos: 5.5,32.5 parent: 1 type: Transform - links: - - 2600 + - 2607 type: DeviceLinkSink - - uid: 2533 + - uid: 2540 components: - pos: 6.5,32.5 parent: 1 type: Transform - links: - - 2600 + - 2607 type: DeviceLinkSink - - uid: 2534 + - uid: 2541 components: - pos: 7.5,32.5 parent: 1 type: Transform - links: - - 2600 + - 2607 type: DeviceLinkSink - - uid: 2535 + - uid: 2542 components: - pos: 8.5,32.5 parent: 1 type: Transform - links: - - 2600 + - 2607 type: DeviceLinkSink - - uid: 2536 + - uid: 2543 components: - pos: 8.5,31.5 parent: 1 type: Transform - links: - - 2600 + - 2607 type: DeviceLinkSink - - uid: 2537 + - uid: 2544 components: - pos: 9.5,29.5 parent: 1 type: Transform - links: - - 2600 + - 2607 type: DeviceLinkSink - proto: ShuttleWindow entities: - - uid: 2538 + - uid: 2545 components: - pos: 8.5,14.5 parent: 1 type: Transform - - uid: 2539 + - uid: 2546 components: - pos: 5.5,-1.5 parent: 1 type: Transform - - uid: 2540 + - uid: 2547 components: - pos: -1.5,-2.5 parent: 1 type: Transform - - uid: 2541 + - uid: 2548 components: - pos: -4.5,-1.5 parent: 1 type: Transform - - uid: 2542 + - uid: 2549 components: - rot: 1.5707963267948966 rad pos: 27.5,8.5 parent: 1 type: Transform - - uid: 2543 + - uid: 2550 components: - rot: 1.5707963267948966 rad pos: 27.5,9.5 parent: 1 type: Transform - - uid: 2544 + - uid: 2551 components: - rot: 3.141592653589793 rad pos: 29.5,18.5 parent: 1 type: Transform - - uid: 2545 + - uid: 2552 components: - rot: 3.141592653589793 rad pos: 29.5,19.5 parent: 1 type: Transform - - uid: 2546 + - uid: 2553 components: - pos: -7.5,41.5 parent: 1 type: Transform - - uid: 2547 + - uid: 2554 components: - pos: -7.5,42.5 parent: 1 type: Transform - - uid: 2548 + - uid: 2555 components: - pos: -2.5,41.5 parent: 1 type: Transform - - uid: 2549 + - uid: 2556 components: - pos: 9.5,29.5 parent: 1 type: Transform - - uid: 2550 + - uid: 2557 components: - pos: 8.5,13.5 parent: 1 type: Transform - - uid: 2551 + - uid: 2558 components: - pos: 8.5,15.5 parent: 1 type: Transform - - uid: 2552 + - uid: 2559 components: - pos: 8.5,32.5 parent: 1 type: Transform - - uid: 2553 + - uid: 2560 components: - pos: 8.5,31.5 parent: 1 type: Transform - - uid: 2554 + - uid: 2561 components: - rot: 3.141592653589793 rad pos: -7.5,34.5 parent: 1 type: Transform - - uid: 2555 + - uid: 2562 components: - rot: 3.141592653589793 rad pos: -3.5,31.5 parent: 1 type: Transform - - uid: 2556 + - uid: 2563 components: - rot: 3.141592653589793 rad pos: -7.5,33.5 parent: 1 type: Transform - - uid: 2557 + - uid: 2564 components: - rot: 3.141592653589793 rad pos: -3.5,34.5 parent: 1 type: Transform - - uid: 2558 + - uid: 2565 components: - rot: 3.141592653589793 rad pos: -3.5,32.5 parent: 1 type: Transform - - uid: 2559 + - uid: 2566 components: - rot: 3.141592653589793 rad pos: -3.5,33.5 parent: 1 type: Transform - - uid: 2560 + - uid: 2567 components: - rot: 3.141592653589793 rad pos: -7.5,32.5 parent: 1 type: Transform - - uid: 2561 + - uid: 2568 components: - pos: 4.5,32.5 parent: 1 type: Transform - - uid: 2562 + - uid: 2569 components: - rot: 3.141592653589793 rad pos: -7.5,31.5 parent: 1 type: Transform - - uid: 2563 + - uid: 2570 components: - pos: -7.5,37.5 parent: 1 type: Transform - - uid: 2564 + - uid: 2571 components: - pos: -8.5,41.5 parent: 1 type: Transform - - uid: 2565 + - uid: 2572 components: - pos: 3.5,32.5 parent: 1 type: Transform - - uid: 2566 + - uid: 2573 components: - pos: -0.5,-2.5 parent: 1 type: Transform - - uid: 2567 + - uid: 2574 components: - pos: -21.5,37.5 parent: 1 type: Transform - - uid: 2568 + - uid: 2575 components: - pos: -21.5,36.5 parent: 1 type: Transform - - uid: 2569 + - uid: 2576 components: - pos: 2.5,-2.5 parent: 1 type: Transform - - uid: 2570 + - uid: 2577 components: - pos: 1.5,-2.5 parent: 1 type: Transform - - uid: 2571 + - uid: 2578 components: - pos: 0.5,-2.5 parent: 1 type: Transform - - uid: 2572 + - uid: 2579 components: - pos: 6.5,32.5 parent: 1 type: Transform - - uid: 2573 + - uid: 2580 components: - pos: -8.5,37.5 parent: 1 type: Transform - - uid: 2574 + - uid: 2581 components: - pos: -3.5,41.5 parent: 1 type: Transform - - uid: 2575 + - uid: 2582 components: - pos: -2.5,37.5 parent: 1 type: Transform - - uid: 2576 + - uid: 2583 components: - pos: -3.5,42.5 parent: 1 type: Transform - - uid: 2577 + - uid: 2584 components: - pos: -3.5,37.5 parent: 1 type: Transform - - uid: 2578 + - uid: 2585 components: - pos: 5.5,32.5 parent: 1 type: Transform - - uid: 2579 + - uid: 2586 components: - pos: -17.5,17.5 parent: 1 type: Transform - - uid: 2580 + - uid: 2587 components: - pos: -19.5,17.5 parent: 1 type: Transform - - uid: 2581 + - uid: 2588 components: - pos: -18.5,17.5 parent: 1 type: Transform - - uid: 2582 + - uid: 2589 components: - pos: 19.5,17.5 parent: 1 type: Transform - - uid: 2583 + - uid: 2590 components: - pos: 18.5,17.5 parent: 1 type: Transform - - uid: 2584 + - uid: 2591 components: - pos: 20.5,17.5 parent: 1 type: Transform - - uid: 2585 + - uid: 2592 components: - pos: 3.5,31.5 parent: 1 type: Transform - - uid: 2586 + - uid: 2593 components: - pos: 7.5,32.5 parent: 1 type: Transform - - uid: 2587 + - uid: 2594 components: - pos: -14.5,22.5 parent: 1 type: Transform - - uid: 2588 + - uid: 2595 components: - pos: 15.5,21.5 parent: 1 type: Transform - - uid: 2589 + - uid: 2596 components: - pos: -14.5,21.5 parent: 1 type: Transform - - uid: 2590 + - uid: 2597 components: - pos: -8.5,39.5 parent: 1 type: Transform - - uid: 2591 + - uid: 2598 components: - pos: -2.5,39.5 parent: 1 type: Transform - - uid: 2592 + - uid: 2599 components: - pos: -21.5,35.5 parent: 1 type: Transform - proto: SignalButton entities: - - uid: 2593 + - uid: 2600 components: - pos: -10.5,3.5 parent: 1 @@ -17530,48 +17585,48 @@ entities: - Pressed: Toggle type: DeviceLinkSource - type: ItemCooldown - - uid: 2594 + - uid: 2601 components: - pos: 3.5,17.5 parent: 1 type: Transform - linkedPorts: - 2516: + 2523: - Pressed: Toggle - 2515: + 2522: - Pressed: Toggle type: DeviceLinkSource - - uid: 2595 + - uid: 2602 components: - pos: -5.5,2.5 parent: 1 type: Transform - linkedPorts: - 2520: + 2527: - Pressed: Toggle - 2521: + 2528: - Pressed: Toggle - 2522: + 2529: - Pressed: Toggle type: DeviceLinkSource - - uid: 2596 + - uid: 2603 components: - pos: 6.5,5.5 parent: 1 type: Transform - linkedPorts: - 2525: + 2532: - Pressed: Toggle - 2517: + 2524: - Pressed: Toggle - 2518: + 2525: - Pressed: Toggle - 2519: + 2526: - Pressed: Toggle - 2524: + 2531: - Pressed: Toggle type: DeviceLinkSource - - uid: 2597 + - uid: 2604 components: - pos: 27.5,33.5 parent: 1 @@ -17580,7 +17635,7 @@ entities: 196: - Pressed: Toggle type: DeviceLinkSource - - uid: 2598 + - uid: 2605 components: - rot: 3.141592653589793 rad pos: 28.5,25.5 @@ -17590,56 +17645,56 @@ entities: 200: - Pressed: Toggle type: DeviceLinkSource - - uid: 2599 + - uid: 2606 components: - pos: 0.5,29.5 parent: 1 type: Transform - linkedPorts: - 2514: + 2521: - Pressed: Toggle type: DeviceLinkSource - - uid: 2600 + - uid: 2607 components: - pos: 4.5,28.5 parent: 1 type: Transform - linkedPorts: - 2529: + 2536: - Pressed: Toggle - 2530: + 2537: - Pressed: Toggle - 2531: + 2538: - Pressed: Toggle - 2532: + 2539: - Pressed: Toggle - 2533: + 2540: - Pressed: Toggle - 2534: + 2541: - Pressed: Toggle - 2535: + 2542: - Pressed: Toggle - 2536: + 2543: - Pressed: Toggle - 2537: + 2544: - Pressed: Toggle type: DeviceLinkSource - - uid: 2601 + - uid: 2608 components: - pos: 8.5,16.5 parent: 1 type: Transform - linkedPorts: - 2528: + 2535: - Pressed: Toggle - 2527: + 2534: - Pressed: Toggle - 2526: + 2533: - Pressed: Toggle type: DeviceLinkSource - proto: SignAnomaly entities: - - uid: 2602 + - uid: 2609 components: - rot: 1.5707963267948966 rad pos: 27.5,31.5 @@ -17647,72 +17702,72 @@ entities: type: Transform - proto: SignAnomaly2 entities: - - uid: 2603 + - uid: 2610 components: - pos: 23.5,25.5 parent: 1 type: Transform - proto: SignAtmos entities: - - uid: 2604 + - uid: 2611 components: - pos: 19.5,6.5 parent: 1 type: Transform - proto: SignBridge entities: - - uid: 2605 + - uid: 2612 components: - pos: 6.5,28.5 parent: 1 type: Transform - proto: SignChemistry1 entities: - - uid: 2606 + - uid: 2613 components: - pos: -20.5,11.5 parent: 1 type: Transform - proto: SignCryogenicsMed entities: - - uid: 2607 + - uid: 2614 components: - pos: -28.5,27.5 parent: 1 type: Transform - proto: SignDirectionalDorms entities: - - uid: 2608 + - uid: 2615 components: - rot: -1.5707963267948966 rad pos: -1.5,9.5 parent: 1 type: Transform - - uid: 2609 + - uid: 2616 components: - rot: -1.5707963267948966 rad pos: 12.5,9.5 parent: 1 type: Transform - - uid: 2610 + - uid: 2617 components: - rot: 1.5707963267948966 rad pos: -11.5,9.5 parent: 1 type: Transform - - uid: 2611 + - uid: 2618 components: - rot: -1.5707963267948966 rad pos: -1.5,20.5 parent: 1 type: Transform - - uid: 2612 + - uid: 2619 components: - rot: 1.5707963267948966 rad pos: -11.5,20.5 parent: 1 type: Transform - - uid: 2613 + - uid: 2620 components: - rot: 1.5707963267948966 rad pos: 5.5,9.5 @@ -17720,7 +17775,7 @@ entities: type: Transform - proto: SignDirectionalJanitor entities: - - uid: 2614 + - uid: 2621 components: - rot: 3.141592653589793 rad pos: -7.5,24.5 @@ -17728,7 +17783,7 @@ entities: type: Transform - proto: SignDisposalSpace entities: - - uid: 2615 + - uid: 2622 components: - rot: 1.5707963267948966 rad pos: 3.5,6.5 @@ -17736,21 +17791,21 @@ entities: type: Transform - proto: SignHydro3 entities: - - uid: 2616 + - uid: 2623 components: - pos: 10.5,6.5 parent: 1 type: Transform - proto: SignScience1 entities: - - uid: 2617 + - uid: 2624 components: - pos: 24.5,17.5 parent: 1 type: Transform - proto: SignXenolab entities: - - uid: 2618 + - uid: 2625 components: - rot: 1.5707963267948966 rad pos: 27.5,25.5 @@ -17758,12 +17813,12 @@ entities: type: Transform - proto: Sink entities: - - uid: 2619 + - uid: 2626 components: - pos: 4.5,10.5 parent: 1 type: Transform - - uid: 2620 + - uid: 2627 components: - rot: 3.141592653589793 rad pos: 26.5,18.5 @@ -17771,84 +17826,84 @@ entities: type: Transform - proto: SinkWide entities: - - uid: 2621 + - uid: 2628 components: - rot: 1.5707963267948966 rad pos: 3.5,10.5 parent: 1 type: Transform - - uid: 2622 + - uid: 2629 components: - rot: 3.141592653589793 rad pos: -5.5,3.5 parent: 1 type: Transform - - uid: 2623 + - uid: 2630 components: - pos: 1.5,5.5 parent: 1 type: Transform - proto: SMESBasic entities: - - uid: 2624 + - uid: 2631 components: - pos: -27.5,16.5 parent: 1 type: Transform - - uid: 2625 + - uid: 2632 components: - pos: 28.5,16.5 parent: 1 type: Transform - - uid: 2626 + - uid: 2633 components: - pos: 19.5,2.5 parent: 1 type: Transform - - uid: 2627 + - uid: 2634 components: - pos: 20.5,2.5 parent: 1 type: Transform - proto: soda_dispenser entities: - - uid: 2628 + - uid: 2635 components: - pos: 6.5,16.5 parent: 1 type: Transform - - uid: 2629 + - uid: 2636 components: - pos: -5.5,5.5 parent: 1 type: Transform - proto: SpawnMobButterfly entities: - - uid: 2630 + - uid: 2637 components: - rot: -1.5707963267948966 rad pos: 9.5,13.5 parent: 1 type: Transform - - uid: 2631 + - uid: 2638 components: - rot: -1.5707963267948966 rad pos: 10.5,14.5 parent: 1 type: Transform - - uid: 2632 + - uid: 2639 components: - rot: -1.5707963267948966 rad pos: 9.5,15.5 parent: 1 type: Transform - - uid: 2633 + - uid: 2640 components: - rot: -1.5707963267948966 rad pos: 11.5,16.5 parent: 1 type: Transform - - uid: 2634 + - uid: 2641 components: - rot: -1.5707963267948966 rad pos: 11.5,12.5 @@ -17856,7 +17911,7 @@ entities: type: Transform - proto: SpawnMobParrot entities: - - uid: 2635 + - uid: 2642 components: - rot: 1.5707963267948966 rad pos: 10.5,15.5 @@ -17864,180 +17919,180 @@ entities: type: Transform - proto: SpawnPointAtmos entities: - - uid: 2636 + - uid: 2643 components: - pos: 18.5,7.5 parent: 1 type: Transform - proto: SpawnPointBartender entities: - - uid: 2637 + - uid: 2644 components: - pos: -4.5,3.5 parent: 1 type: Transform - proto: SpawnPointBotanist entities: - - uid: 2638 + - uid: 2645 components: - pos: 9.5,4.5 parent: 1 type: Transform - proto: SpawnPointChef entities: - - uid: 2639 + - uid: 2646 components: - pos: 2.5,4.5 parent: 1 type: Transform - proto: SpawnPointChemist entities: - - uid: 2640 + - uid: 2647 components: - pos: -18.5,11.5 parent: 1 type: Transform - proto: SpawnPointChiefEngineer entities: - - uid: 2641 + - uid: 2648 components: - pos: 20.5,3.5 parent: 1 type: Transform - proto: SpawnPointChiefMedicalOfficer entities: - - uid: 2642 + - uid: 2649 components: - pos: -21.5,7.5 parent: 1 type: Transform - proto: SpawnPointJanitor entities: - - uid: 2643 + - uid: 2650 components: - pos: -8.5,24.5 parent: 1 type: Transform - proto: SpawnPointLatejoin entities: - - uid: 2644 + - uid: 2651 components: - pos: -9.5,10.5 parent: 1 type: Transform - - uid: 2645 + - uid: 2652 components: - pos: -6.5,10.5 parent: 1 type: Transform - - uid: 2646 + - uid: 2653 components: - pos: -3.5,10.5 parent: 1 type: Transform - - uid: 2647 + - uid: 2654 components: - pos: -3.5,18.5 parent: 1 type: Transform - - uid: 2648 + - uid: 2655 components: - pos: -6.5,18.5 parent: 1 type: Transform - - uid: 2649 + - uid: 2656 components: - pos: -9.5,18.5 parent: 1 type: Transform - - uid: 2650 + - uid: 2657 components: - pos: 7.5,10.5 parent: 1 type: Transform - - uid: 2651 + - uid: 2658 components: - pos: 10.5,10.5 parent: 1 type: Transform - proto: SpawnPointLawyer entities: - - uid: 2652 + - uid: 2659 components: - pos: 0.5,28.5 parent: 1 type: Transform - proto: SpawnPointMedicalDoctor entities: - - uid: 2653 + - uid: 2660 components: - pos: -27.5,22.5 parent: 1 type: Transform - proto: SpawnPointMercenary entities: - - uid: 2654 + - uid: 2661 components: - pos: -11.5,5.5 parent: 1 type: Transform - proto: SpawnPointMusician entities: - - uid: 2655 + - uid: 2662 components: - pos: -4.5,12.5 parent: 1 type: Transform - proto: SpawnPointQuartermaster entities: - - uid: 2656 + - uid: 2663 components: - pos: -2.5,28.5 parent: 1 type: Transform - proto: SpawnPointResearchDirector entities: - - uid: 2657 + - uid: 2664 components: - pos: 5.5,25.5 parent: 1 type: Transform - proto: SpawnPointScientist entities: - - uid: 2658 + - uid: 2665 components: - pos: 24.5,18.5 parent: 1 type: Transform - proto: SpawnPointStationEngineer entities: - - uid: 2659 + - uid: 2666 components: - pos: 21.5,3.5 parent: 1 type: Transform - proto: SprayBottleWater entities: - - uid: 2660 + - uid: 2667 components: - pos: 28.848612,19.014545 parent: 1 type: Transform - proto: StoolBar entities: - - uid: 2661 + - uid: 2668 components: - rot: -1.5707963267948966 rad pos: -2.5,4.5 parent: 1 type: Transform - - uid: 2662 + - uid: 2669 components: - rot: -1.5707963267948966 rad pos: -2.5,5.5 parent: 1 type: Transform - - uid: 2663 + - uid: 2670 components: - rot: -1.5707963267948966 rad pos: -2.5,3.5 @@ -18045,7 +18100,7 @@ entities: type: Transform - proto: StorageCanister entities: - - uid: 2664 + - uid: 2671 components: - pos: 16.5,13.5 parent: 1 @@ -18063,58 +18118,58 @@ entities: - type: InsideEntityStorage - proto: SubstationBasic entities: - - uid: 2665 + - uid: 2672 components: - pos: -27.5,35.5 parent: 1 type: Transform - - uid: 2666 + - uid: 2673 components: - pos: 22.5,4.5 parent: 1 type: Transform - - uid: 2667 + - uid: 2674 components: - pos: -24.5,7.5 parent: 1 type: Transform - - uid: 2668 + - uid: 2675 components: - pos: 12.5,24.5 parent: 1 type: Transform - - uid: 2669 + - uid: 2676 components: - pos: 28.5,35.5 parent: 1 type: Transform - - uid: 2670 + - uid: 2677 components: - pos: -11.5,24.5 parent: 1 type: Transform - proto: SuitStorageBasic entities: - - uid: 2671 + - uid: 2678 components: - pos: 24.5,32.5 parent: 1 type: Transform - proto: SuitStorageEVA entities: - - uid: 2672 + - uid: 2679 components: - pos: -27.5,14.5 parent: 1 type: Transform - - uid: 2673 + - uid: 2680 components: - pos: 28.5,14.5 parent: 1 type: Transform - proto: SurveillanceCameraGeneral entities: - - uid: 2674 + - uid: 2681 components: - rot: -1.5707963267948966 rad pos: 16.5,8.5 @@ -18125,7 +18180,7 @@ entities: nameSet: True id: Atmospherics type: SurveillanceCamera - - uid: 2675 + - uid: 2682 components: - rot: 1.5707963267948966 rad pos: -23.5,17.5 @@ -18136,7 +18191,7 @@ entities: nameSet: True id: Port Airlock type: SurveillanceCamera - - uid: 2676 + - uid: 2683 components: - pos: -5.5,37.5 parent: 1 @@ -18146,7 +18201,7 @@ entities: nameSet: True id: Docking Array type: SurveillanceCamera - - uid: 2677 + - uid: 2684 components: - rot: -1.5707963267948966 rad pos: 13.5,3.5 @@ -18157,7 +18212,7 @@ entities: nameSet: True id: Engine type: SurveillanceCamera - - uid: 2678 + - uid: 2685 components: - rot: -1.5707963267948966 rad pos: 24.5,14.5 @@ -18168,541 +18223,489 @@ entities: nameSet: True id: Starboard Airlock type: SurveillanceCamera - - uid: 2679 + - uid: 2686 components: - rot: 3.141592653589793 rad pos: -14.5,-0.5 parent: 1 type: Transform - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Blastdoor Camera - type: SurveillanceCamera -- proto: SurveillanceCameraRouterGeneral - entities: - - uid: 2680 - components: - - pos: -9.5,3.5 - parent: 1 - type: Transform -- proto: Table - entities: - - uid: 2681 - components: - - rot: 1.5707963267948966 rad - pos: -0.5,2.5 - parent: 1 - type: Transform - - uid: 2682 - components: - - rot: 1.5707963267948966 rad - pos: 5.5,0.5 - parent: 1 - type: Transform - - uid: 2683 - components: - - rot: 1.5707963267948966 rad - pos: 4.5,0.5 - parent: 1 - type: Transform - - uid: 2684 - components: - - rot: 1.5707963267948966 rad - pos: -4.5,0.5 - parent: 1 - type: Transform - - uid: 2685 - components: - - rot: 1.5707963267948966 rad - pos: -3.5,0.5 - parent: 1 - type: Transform - - uid: 2686 - components: - - pos: -1.5,-0.5 - parent: 1 - type: Transform + - SurveillanceCameraGeneral + nameSet: True + id: Blastdoor Camera + type: SurveillanceCamera +- proto: SurveillanceCameraRouterGeneral + entities: - uid: 2687 components: - - pos: 2.5,-0.5 + - pos: -9.5,3.5 parent: 1 type: Transform +- proto: Table + entities: - uid: 2688 components: - - pos: -12.5,4.5 + - rot: 1.5707963267948966 rad + pos: -0.5,2.5 parent: 1 type: Transform - uid: 2689 components: - - pos: 0.5,-0.5 + - rot: 1.5707963267948966 rad + pos: 5.5,0.5 parent: 1 type: Transform -- proto: TableCounterMetal - entities: - uid: 2690 components: - - pos: 3.5,5.5 + - rot: 1.5707963267948966 rad + pos: 4.5,0.5 parent: 1 type: Transform - uid: 2691 components: - - pos: -3.5,5.5 + - rot: 1.5707963267948966 rad + pos: -4.5,0.5 parent: 1 type: Transform - uid: 2692 components: - - pos: -3.5,4.5 + - rot: 1.5707963267948966 rad + pos: -3.5,0.5 parent: 1 type: Transform - uid: 2693 components: - - pos: -5.5,5.5 + - pos: -1.5,-0.5 parent: 1 type: Transform - uid: 2694 components: - - rot: -1.5707963267948966 rad - pos: -6.5,5.5 + - pos: 2.5,-0.5 parent: 1 type: Transform - uid: 2695 components: - - pos: 4.5,5.5 + - pos: -12.5,4.5 parent: 1 type: Transform - uid: 2696 components: - - pos: 5.5,5.5 + - pos: 0.5,-0.5 parent: 1 type: Transform +- proto: TableCounterMetal + entities: - uid: 2697 components: - - pos: 0.5,3.5 + - pos: 3.5,5.5 parent: 1 type: Transform - uid: 2698 components: - - pos: -3.5,3.5 + - pos: -3.5,5.5 parent: 1 type: Transform - uid: 2699 components: - - pos: 0.5,4.5 + - pos: -3.5,4.5 parent: 1 type: Transform - uid: 2700 components: - - pos: 0.5,5.5 + - pos: -5.5,5.5 parent: 1 type: Transform - uid: 2701 components: - - pos: -25.5,18.5 + - rot: -1.5707963267948966 rad + pos: -6.5,5.5 parent: 1 type: Transform - uid: 2702 components: - - pos: -25.5,23.5 + - pos: 4.5,5.5 parent: 1 type: Transform - uid: 2703 components: - - pos: -17.5,8.5 + - pos: 5.5,5.5 parent: 1 type: Transform - uid: 2704 components: - - pos: -25.5,21.5 + - pos: 0.5,3.5 parent: 1 type: Transform - uid: 2705 components: - - pos: -25.5,22.5 + - pos: -3.5,3.5 parent: 1 type: Transform - uid: 2706 components: - - pos: 2.5,3.5 + - pos: 0.5,4.5 parent: 1 type: Transform - uid: 2707 components: - - pos: 3.5,3.5 + - pos: 0.5,5.5 parent: 1 type: Transform - uid: 2708 components: - - pos: -26.5,23.5 + - pos: -25.5,18.5 parent: 1 type: Transform - uid: 2709 components: - - pos: -28.5,23.5 + - pos: -25.5,23.5 parent: 1 type: Transform - uid: 2710 components: - - rot: -1.5707963267948966 rad - pos: -7.5,5.5 + - pos: -17.5,8.5 parent: 1 type: Transform - uid: 2711 components: - - pos: -7.5,4.5 + - pos: -25.5,21.5 parent: 1 type: Transform - uid: 2712 components: - - pos: 8.5,5.5 + - pos: -25.5,22.5 parent: 1 type: Transform - uid: 2713 components: - - pos: 7.5,5.5 + - pos: 2.5,3.5 parent: 1 type: Transform -- proto: TableCounterWood - entities: - uid: 2714 components: - - pos: -5.5,15.5 + - pos: 3.5,3.5 parent: 1 type: Transform - uid: 2715 components: - - pos: -6.5,15.5 + - pos: -26.5,23.5 parent: 1 type: Transform - uid: 2716 components: - - pos: -6.5,14.5 + - pos: -28.5,23.5 parent: 1 type: Transform - uid: 2717 components: - - pos: -6.5,16.5 + - rot: -1.5707963267948966 rad + pos: -7.5,5.5 parent: 1 type: Transform - uid: 2718 components: - - pos: -6.5,13.5 + - pos: -7.5,4.5 parent: 1 type: Transform - uid: 2719 components: - - pos: -5.5,14.5 + - pos: 8.5,5.5 parent: 1 type: Transform - uid: 2720 components: - - pos: -5.5,16.5 - parent: 1 - type: Transform - - uid: 2721 - components: - - pos: -5.5,12.5 - parent: 1 - type: Transform - - uid: 2722 - components: - - pos: -6.5,12.5 - parent: 1 - type: Transform - - uid: 2723 - components: - - pos: -5.5,13.5 + - pos: 7.5,5.5 parent: 1 type: Transform - proto: TableGlass entities: - - uid: 2724 + - uid: 2723 components: - pos: -18.5,4.5 parent: 1 type: Transform - - uid: 2725 + - uid: 2724 components: - pos: -18.5,5.5 parent: 1 type: Transform - - uid: 2726 + - uid: 2725 components: - rot: 1.5707963267948966 rad pos: -18.5,6.5 parent: 1 type: Transform - - uid: 2727 + - uid: 2726 components: - rot: 1.5707963267948966 rad pos: -15.5,10.5 parent: 1 type: Transform - - uid: 2728 + - uid: 2727 components: - rot: 1.5707963267948966 rad pos: -15.5,11.5 parent: 1 type: Transform - - uid: 2729 + - uid: 2728 components: - rot: 1.5707963267948966 rad pos: -15.5,12.5 parent: 1 type: Transform - - uid: 2730 + - uid: 2729 components: - rot: 1.5707963267948966 rad pos: -16.5,10.5 parent: 1 type: Transform - - uid: 2731 + - uid: 2730 components: - rot: 1.5707963267948966 rad pos: -17.5,10.5 parent: 1 type: Transform - - uid: 2732 + - uid: 2731 components: - pos: -19.5,12.5 parent: 1 type: Transform - - uid: 2733 + - uid: 2732 components: - pos: -19.5,11.5 parent: 1 type: Transform - - uid: 2734 + - uid: 2733 components: - pos: -17.5,13.5 parent: 1 type: Transform - proto: TableReinforced entities: - - uid: 2735 + - uid: 2734 components: - pos: 3.5,29.5 parent: 1 type: Transform - - uid: 2736 + - uid: 2735 components: - pos: 9.5,20.5 parent: 1 type: Transform - - uid: 2737 + - uid: 2736 components: - pos: 10.5,20.5 parent: 1 type: Transform - - uid: 2738 + - uid: 2737 components: - rot: 1.5707963267948966 rad pos: 5.5,14.5 parent: 1 type: Transform - - uid: 2739 + - uid: 2738 components: - rot: 1.5707963267948966 rad pos: 5.5,13.5 parent: 1 type: Transform - - uid: 2740 + - uid: 2739 components: - rot: 1.5707963267948966 rad pos: 5.5,12.5 parent: 1 type: Transform - - uid: 2741 + - uid: 2740 components: - rot: 1.5707963267948966 rad pos: 6.5,14.5 parent: 1 type: Transform - - uid: 2742 + - uid: 2741 components: - pos: 11.5,20.5 parent: 1 type: Transform - - uid: 2743 + - uid: 2742 components: - pos: 12.5,20.5 parent: 1 type: Transform - - uid: 2744 + - uid: 2743 components: - pos: 7.5,19.5 parent: 1 type: Transform - - uid: 2745 + - uid: 2744 components: - pos: 8.5,29.5 parent: 1 type: Transform - - uid: 2746 + - uid: 2745 components: - pos: 7.5,30.5 parent: 1 type: Transform - - uid: 2747 + - uid: 2746 components: - pos: 4.5,31.5 parent: 1 type: Transform - - uid: 2748 + - uid: 2747 components: - pos: 7.5,31.5 parent: 1 type: Transform - - uid: 2749 + - uid: 2748 components: - rot: 3.141592653589793 rad pos: 5.5,16.5 parent: 1 type: Transform - - uid: 2750 + - uid: 2749 components: - rot: 3.141592653589793 rad pos: 6.5,16.5 parent: 1 type: Transform - - uid: 2751 + - uid: 2750 components: - rot: 3.141592653589793 rad pos: 7.5,16.5 parent: 1 type: Transform - - uid: 2752 + - uid: 2751 components: - rot: -1.5707963267948966 rad pos: 6.5,24.5 parent: 1 type: Transform - - uid: 2753 + - uid: 2752 components: - rot: -1.5707963267948966 rad pos: 7.5,24.5 parent: 1 type: Transform - - uid: 2754 + - uid: 2753 components: - rot: -1.5707963267948966 rad pos: 8.5,24.5 parent: 1 type: Transform - - uid: 2755 + - uid: 2754 components: - pos: 26.5,33.5 parent: 1 type: Transform - - uid: 2756 + - uid: 2755 components: - rot: -1.5707963267948966 rad pos: 28.5,19.5 parent: 1 type: Transform - - uid: 2757 + - uid: 2756 components: - rot: -1.5707963267948966 rad pos: 28.5,18.5 parent: 1 type: Transform - - uid: 2758 + - uid: 2757 components: - pos: 21.5,7.5 parent: 1 type: Transform - - uid: 2759 + - uid: 2758 components: - pos: 23.5,7.5 parent: 1 type: Transform - - uid: 2760 + - uid: 2759 components: - pos: 22.5,7.5 parent: 1 type: Transform - proto: TableWoodReinforced entities: - - uid: 2761 + - uid: 2760 components: - rot: -1.5707963267948966 rad pos: 1.5,27.5 parent: 1 type: Transform - - uid: 2762 + - uid: 2761 components: - pos: -2.5,27.5 parent: 1 type: Transform - proto: TaikoInstrument entities: - - uid: 2763 + - uid: 2762 components: - pos: -6.5,16.5 parent: 1 type: Transform - proto: TelecomServer entities: - - uid: 2764 + - uid: 2763 components: - pos: 29.5,32.5 parent: 1 type: Transform - proto: Thruster entities: - - uid: 2765 + - uid: 2764 components: - rot: -1.5707963267948966 rad pos: 17.5,18.5 parent: 1 type: Transform - - uid: 2766 + - uid: 2765 components: - rot: 1.5707963267948966 rad pos: -16.5,18.5 parent: 1 type: Transform - - uid: 2767 + - uid: 2766 components: - pos: -15.5,19.5 parent: 1 type: Transform - - uid: 2768 + - uid: 2767 components: - pos: 16.5,19.5 parent: 1 type: Transform - - uid: 2769 + - uid: 2768 components: - rot: 1.5707963267948966 rad pos: 21.5,18.5 parent: 1 type: Transform - - uid: 2770 + - uid: 2769 components: - rot: -1.5707963267948966 rad pos: -20.5,18.5 parent: 1 type: Transform - - uid: 2771 + - uid: 2770 components: - rot: 3.141592653589793 rad pos: -27.5,11.5 parent: 1 type: Transform - - uid: 2772 + - uid: 2771 components: - rot: 3.141592653589793 rad pos: 28.5,11.5 parent: 1 type: Transform - - uid: 2773 + - uid: 2772 components: - rot: 3.141592653589793 rad pos: 29.5,12.5 parent: 1 type: Transform - - uid: 2774 + - uid: 2773 components: - rot: 3.141592653589793 rad pos: -28.5,12.5 @@ -18710,44 +18713,44 @@ entities: type: Transform - enabled: False type: Thruster - - uid: 2775 + - uid: 2774 components: - rot: 3.141592653589793 rad pos: -24.5,4.5 parent: 1 type: Transform - - uid: 2776 + - uid: 2775 components: - rot: 3.141592653589793 rad pos: 24.5,3.5 parent: 1 type: Transform - - uid: 2777 + - uid: 2776 components: - pos: 22.5,19.5 parent: 1 type: Transform - - uid: 2778 + - uid: 2777 components: - pos: -21.5,19.5 parent: 1 type: Transform - proto: TimpaniInstrument entities: - - uid: 2779 + - uid: 2778 components: - pos: -5.5,15.5 parent: 1 type: Transform - proto: ToiletEmpty entities: - - uid: 2780 + - uid: 2779 components: - rot: -1.5707963267948966 rad pos: 5.5,10.5 parent: 1 type: Transform - - uid: 2781 + - uid: 2780 components: - desc: Gaze upon your crew and flex your muscles, from the comfort of your Porcelain Throne! name: porcelain throne @@ -18760,28 +18763,28 @@ entities: type: Toilet - proto: TomDrumsInstrument entities: - - uid: 2782 + - uid: 2781 components: - pos: -5.5,16.5 parent: 1 type: Transform - proto: ToyFigurineCaptain entities: - - uid: 2783 + - uid: 2782 components: - pos: 7.4858627,31.592508 parent: 1 type: Transform - proto: Vaccinator entities: - - uid: 2784 + - uid: 2783 components: - pos: -28.5,22.5 parent: 1 type: Transform - proto: VendingBarDrobe entities: - - uid: 2785 + - uid: 2784 components: - flags: SessionSpecific type: MetaData @@ -18790,7 +18793,7 @@ entities: type: Transform - proto: VendingMachineAtmosDrobe entities: - - uid: 2786 + - uid: 2785 components: - flags: SessionSpecific type: MetaData @@ -18799,7 +18802,7 @@ entities: type: Transform - proto: VendingMachineBooze entities: - - uid: 2787 + - uid: 2786 components: - flags: SessionSpecific type: MetaData @@ -18808,7 +18811,7 @@ entities: type: Transform - proto: VendingMachineCargoDrobe entities: - - uid: 2788 + - uid: 2787 components: - flags: SessionSpecific type: MetaData @@ -18817,7 +18820,7 @@ entities: type: Transform - proto: VendingMachineChefDrobe entities: - - uid: 2789 + - uid: 2788 components: - flags: SessionSpecific type: MetaData @@ -18826,7 +18829,7 @@ entities: type: Transform - proto: VendingMachineChefvend entities: - - uid: 2790 + - uid: 2789 components: - flags: SessionSpecific type: MetaData @@ -18835,7 +18838,7 @@ entities: type: Transform - proto: VendingMachineChemDrobe entities: - - uid: 2791 + - uid: 2790 components: - flags: SessionSpecific type: MetaData @@ -18844,7 +18847,7 @@ entities: type: Transform - proto: VendingMachineChemicals entities: - - uid: 2792 + - uid: 2791 components: - flags: SessionSpecific type: MetaData @@ -18853,14 +18856,14 @@ entities: type: Transform - proto: VendingMachineCondiments entities: - - uid: 2793 + - uid: 2792 components: - flags: SessionSpecific type: MetaData - pos: -0.5,2.5 parent: 1 type: Transform - - uid: 2794 + - uid: 2793 components: - flags: SessionSpecific type: MetaData @@ -18869,7 +18872,7 @@ entities: type: Transform - proto: VendingMachineCuddlyCritterVend entities: - - uid: 2795 + - uid: 2794 components: - flags: SessionSpecific type: MetaData @@ -18878,7 +18881,7 @@ entities: type: Transform - proto: VendingMachineDinnerware entities: - - uid: 2796 + - uid: 2795 components: - flags: SessionSpecific type: MetaData @@ -18887,7 +18890,7 @@ entities: type: Transform - proto: VendingMachineEngiDrobe entities: - - uid: 2797 + - uid: 2796 components: - flags: SessionSpecific type: MetaData @@ -18896,7 +18899,7 @@ entities: type: Transform - proto: VendingMachineHydrobe entities: - - uid: 2798 + - uid: 2797 components: - flags: SessionSpecific type: MetaData @@ -18905,7 +18908,7 @@ entities: type: Transform - proto: VendingMachineJaniDrobe entities: - - uid: 2799 + - uid: 2798 components: - flags: SessionSpecific type: MetaData @@ -18914,7 +18917,7 @@ entities: type: Transform - proto: VendingMachineLawDrobe entities: - - uid: 2800 + - uid: 2799 components: - flags: SessionSpecific type: MetaData @@ -18923,7 +18926,7 @@ entities: type: Transform - proto: VendingMachineMedical entities: - - uid: 2801 + - uid: 2800 components: - flags: SessionSpecific type: MetaData @@ -18932,7 +18935,7 @@ entities: type: Transform - proto: VendingMachineRoboDrobe entities: - - uid: 2802 + - uid: 2801 components: - flags: SessionSpecific type: MetaData @@ -18941,7 +18944,7 @@ entities: type: Transform - proto: VendingMachineSciDrobe entities: - - uid: 2803 + - uid: 2802 components: - flags: SessionSpecific type: MetaData @@ -18950,7 +18953,7 @@ entities: type: Transform - proto: VendingMachineSmartFridge entities: - - uid: 2804 + - uid: 2803 components: - flags: SessionSpecific type: MetaData @@ -18959,14 +18962,14 @@ entities: type: Transform - proto: VendingMachineTankDispenserEVA entities: - - uid: 2805 + - uid: 2804 components: - flags: SessionSpecific type: MetaData - pos: -25.5,16.5 parent: 1 type: Transform - - uid: 2806 + - uid: 2805 components: - flags: SessionSpecific type: MetaData @@ -18975,7 +18978,7 @@ entities: type: Transform - proto: VendingMachineTheater entities: - - uid: 2807 + - uid: 2806 components: - flags: SessionSpecific type: MetaData @@ -18984,7 +18987,7 @@ entities: type: Transform - proto: VendingMachineViroDrobe entities: - - uid: 2808 + - uid: 2807 components: - flags: SessionSpecific type: MetaData @@ -18993,7 +18996,7 @@ entities: type: Transform - proto: VendingMachineWinter entities: - - uid: 2809 + - uid: 2808 components: - flags: SessionSpecific type: MetaData @@ -19002,3206 +19005,3201 @@ entities: type: Transform - proto: WallmountTelevision entities: - - uid: 2810 + - uid: 2809 components: - pos: 4.5,2.5 parent: 1 type: Transform - - uid: 2811 + - uid: 2810 components: - pos: -4.5,2.5 parent: 1 type: Transform - proto: WallShuttle entities: - - uid: 2812 + - uid: 2811 components: - rot: 1.5707963267948966 rad pos: 24.5,8.5 parent: 1 type: Transform - - uid: 2813 + - uid: 2812 components: - rot: -1.5707963267948966 rad pos: -23.5,13.5 parent: 1 type: Transform - - uid: 2814 + - uid: 2813 components: - rot: 3.141592653589793 rad pos: 24.5,11.5 parent: 1 type: Transform - - uid: 2815 + - uid: 2814 components: - pos: 15.5,22.5 parent: 1 type: Transform - - uid: 2816 + - uid: 2815 components: - pos: -7.5,15.5 parent: 1 type: Transform - - uid: 2817 + - uid: 2816 components: - pos: -7.5,14.5 parent: 1 type: Transform - - uid: 2818 + - uid: 2817 components: - pos: -7.5,13.5 parent: 1 type: Transform - - uid: 2819 + - uid: 2818 components: - pos: -5.5,42.5 parent: 1 type: Transform - - uid: 2820 + - uid: 2819 components: - rot: 1.5707963267948966 rad pos: -29.5,25.5 parent: 1 type: Transform - - uid: 2821 + - uid: 2820 components: - rot: 1.5707963267948966 rad pos: -29.5,26.5 parent: 1 type: Transform - - uid: 2822 + - uid: 2821 components: - rot: 1.5707963267948966 rad pos: -29.5,32.5 parent: 1 type: Transform - - uid: 2823 + - uid: 2822 components: - rot: 1.5707963267948966 rad pos: -29.5,31.5 parent: 1 type: Transform - - uid: 2824 + - uid: 2823 components: - pos: -29.5,30.5 parent: 1 type: Transform - - uid: 2825 + - uid: 2824 components: - rot: 1.5707963267948966 rad pos: -29.5,29.5 parent: 1 type: Transform - - uid: 2826 + - uid: 2825 components: - rot: 1.5707963267948966 rad pos: -29.5,28.5 parent: 1 type: Transform - - uid: 2827 + - uid: 2826 components: - rot: 1.5707963267948966 rad pos: -29.5,27.5 parent: 1 type: Transform - - uid: 2828 + - uid: 2827 components: - rot: 1.5707963267948966 rad pos: -28.5,18.5 parent: 1 type: Transform - - uid: 2829 + - uid: 2828 components: - rot: 1.5707963267948966 rad pos: -28.5,34.5 parent: 1 type: Transform - - uid: 2830 + - uid: 2829 components: - rot: 1.5707963267948966 rad pos: -29.5,24.5 parent: 1 type: Transform - - uid: 2831 + - uid: 2830 components: - rot: 1.5707963267948966 rad pos: -29.5,33.5 parent: 1 type: Transform - - uid: 2832 + - uid: 2831 components: - pos: -22.5,30.5 parent: 1 type: Transform - - uid: 2833 + - uid: 2832 components: - pos: -22.5,27.5 parent: 1 type: Transform - - uid: 2834 + - uid: 2833 components: - pos: -22.5,25.5 parent: 1 type: Transform - - uid: 2835 + - uid: 2834 components: - pos: -22.5,26.5 parent: 1 type: Transform - - uid: 2836 + - uid: 2835 components: - pos: -22.5,21.5 parent: 1 type: Transform - - uid: 2837 + - uid: 2836 components: - pos: -22.5,22.5 parent: 1 type: Transform - - uid: 2838 + - uid: 2837 components: - pos: -22.5,19.5 parent: 1 type: Transform - - uid: 2839 + - uid: 2838 components: - pos: -22.5,20.5 parent: 1 type: Transform - - uid: 2840 + - uid: 2839 components: - pos: -22.5,34.5 parent: 1 type: Transform - - uid: 2841 + - uid: 2840 components: - pos: -22.5,18.5 parent: 1 type: Transform - - uid: 2842 + - uid: 2841 components: - pos: -22.5,33.5 parent: 1 type: Transform - - uid: 2843 + - uid: 2842 components: - pos: -22.5,32.5 parent: 1 type: Transform - - uid: 2844 + - uid: 2843 components: - pos: -22.5,31.5 parent: 1 type: Transform - - uid: 2845 + - uid: 2844 components: - rot: 1.5707963267948966 rad pos: -29.5,23.5 parent: 1 type: Transform - - uid: 2846 + - uid: 2845 components: - rot: 1.5707963267948966 rad pos: -29.5,22.5 parent: 1 type: Transform - - uid: 2847 + - uid: 2846 components: - pos: -28.5,35.5 parent: 1 type: Transform - - uid: 2848 + - uid: 2847 components: - pos: -26.5,37.5 parent: 1 type: Transform - - uid: 2849 + - uid: 2848 components: - pos: -25.5,38.5 parent: 1 type: Transform - - uid: 2850 + - uid: 2849 components: - pos: -24.5,38.5 parent: 1 type: Transform - - uid: 2851 + - uid: 2850 components: - pos: -23.5,38.5 parent: 1 type: Transform - - uid: 2852 + - uid: 2851 components: - pos: -22.5,38.5 parent: 1 type: Transform - - uid: 2853 + - uid: 2852 components: - pos: -21.5,38.5 parent: 1 type: Transform - - uid: 2854 + - uid: 2853 components: - pos: -21.5,34.5 parent: 1 type: Transform - - uid: 2855 + - uid: 2854 components: - pos: -27.5,17.5 parent: 1 type: Transform - - uid: 2856 + - uid: 2855 components: - pos: -28.5,17.5 parent: 1 type: Transform - - uid: 2857 + - uid: 2856 components: - pos: -27.5,13.5 parent: 1 type: Transform - - uid: 2858 + - uid: 2857 components: - pos: -28.5,13.5 parent: 1 type: Transform - - uid: 2859 + - uid: 2858 components: - pos: -27.5,12.5 parent: 1 type: Transform - - uid: 2860 + - uid: 2859 components: - pos: -26.5,12.5 parent: 1 type: Transform - - uid: 2861 + - uid: 2860 components: - pos: -26.5,11.5 parent: 1 type: Transform - - uid: 2862 + - uid: 2861 components: - pos: -26.5,10.5 parent: 1 type: Transform - - uid: 2863 + - uid: 2862 components: - pos: -26.5,9.5 parent: 1 type: Transform - - uid: 2864 + - uid: 2863 components: - rot: 1.5707963267948966 rad pos: -25.5,6.5 parent: 1 type: Transform - - uid: 2865 + - uid: 2864 components: - rot: 1.5707963267948966 rad pos: -25.5,7.5 parent: 1 type: Transform - - uid: 2866 + - uid: 2865 components: - rot: 1.5707963267948966 rad pos: -26.5,7.5 parent: 1 type: Transform - - uid: 2867 + - uid: 2866 components: - rot: 1.5707963267948966 rad pos: -26.5,8.5 parent: 1 type: Transform - - uid: 2868 + - uid: 2867 components: - pos: -24.5,6.5 parent: 1 type: Transform - - uid: 2869 + - uid: 2868 components: - pos: -23.5,6.5 parent: 1 type: Transform - - uid: 2870 + - uid: 2869 components: - pos: -23.5,5.5 parent: 1 type: Transform - - uid: 2871 + - uid: 2870 components: - pos: -22.5,4.5 parent: 1 type: Transform - - uid: 2872 + - uid: 2871 components: - pos: -22.5,3.5 parent: 1 type: Transform - - uid: 2873 + - uid: 2872 components: - pos: -22.5,2.5 parent: 1 type: Transform - - uid: 2874 + - uid: 2873 components: - pos: -21.5,2.5 parent: 1 type: Transform - - uid: 2875 + - uid: 2874 components: - pos: -21.5,1.5 parent: 1 type: Transform - - uid: 2876 + - uid: 2875 components: - pos: -20.5,1.5 parent: 1 type: Transform - - uid: 2877 + - uid: 2876 components: - pos: -19.5,1.5 parent: 1 type: Transform - - uid: 2878 + - uid: 2877 components: - pos: -18.5,1.5 parent: 1 type: Transform - - uid: 2879 + - uid: 2878 components: - pos: -18.5,0.5 parent: 1 type: Transform - - uid: 2880 + - uid: 2879 components: - pos: -17.5,0.5 parent: 1 type: Transform - - uid: 2881 + - uid: 2880 components: - pos: -16.5,0.5 parent: 1 type: Transform - - uid: 2882 + - uid: 2881 components: - pos: -15.5,0.5 parent: 1 type: Transform - - uid: 2883 + - uid: 2882 components: - pos: -14.5,0.5 parent: 1 type: Transform - - uid: 2884 + - uid: 2883 components: - pos: -13.5,0.5 parent: 1 type: Transform - - uid: 2885 + - uid: 2884 components: - pos: -13.5,-0.5 parent: 1 type: Transform - - uid: 2886 + - uid: 2885 components: - pos: -11.5,-0.5 parent: 1 type: Transform - - uid: 2887 + - uid: 2886 components: - rot: 1.5707963267948966 rad pos: -10.5,2.5 parent: 1 type: Transform - - uid: 2888 + - uid: 2887 components: - pos: -9.5,-0.5 parent: 1 type: Transform - - uid: 2889 + - uid: 2888 components: - pos: -8.5,-0.5 parent: 1 type: Transform - - uid: 2890 + - uid: 2889 components: - pos: -7.5,-0.5 parent: 1 type: Transform - - uid: 2891 + - uid: 2890 components: - pos: -6.5,-0.5 parent: 1 type: Transform - - uid: 2892 + - uid: 2891 components: - pos: -5.5,-0.5 parent: 1 type: Transform - - uid: 2893 + - uid: 2892 components: - pos: -5.5,-1.5 parent: 1 type: Transform - - uid: 2894 + - uid: 2893 components: - pos: -3.5,-1.5 parent: 1 type: Transform - - uid: 2895 + - uid: 2894 components: - pos: -3.5,-2.5 parent: 1 type: Transform - - uid: 2896 + - uid: 2895 components: - pos: -2.5,-2.5 parent: 1 type: Transform - - uid: 2897 + - uid: 2896 components: - pos: -11.5,19.5 parent: 1 type: Transform - - uid: 2898 + - uid: 2897 components: - pos: 3.5,-2.5 parent: 1 type: Transform - - uid: 2899 + - uid: 2898 components: - pos: -11.5,18.5 parent: 1 type: Transform - - uid: 2900 + - uid: 2899 components: - pos: 5.5,17.5 parent: 1 type: Transform - - uid: 2901 + - uid: 2900 components: - pos: 4.5,-2.5 parent: 1 type: Transform - - uid: 2902 + - uid: 2901 components: - pos: 4.5,-1.5 parent: 1 type: Transform - - uid: 2903 + - uid: 2902 components: - pos: 6.5,-1.5 parent: 1 type: Transform - - uid: 2904 + - uid: 2903 components: - pos: 6.5,-0.5 parent: 1 type: Transform - - uid: 2905 + - uid: 2904 components: - pos: 7.5,-0.5 parent: 1 type: Transform - - uid: 2906 + - uid: 2905 components: - pos: 8.5,-0.5 parent: 1 type: Transform - - uid: 2907 + - uid: 2906 components: - pos: 9.5,-0.5 parent: 1 type: Transform - - uid: 2908 + - uid: 2907 components: - pos: 10.5,-0.5 parent: 1 type: Transform - - uid: 2909 + - uid: 2908 components: - pos: 11.5,-0.5 parent: 1 type: Transform - - uid: 2910 + - uid: 2909 components: - pos: 12.5,-0.5 parent: 1 type: Transform - - uid: 2911 + - uid: 2910 components: - pos: 12.5,0.5 parent: 1 type: Transform - - uid: 2912 + - uid: 2911 components: - pos: 13.5,0.5 parent: 1 type: Transform - - uid: 2913 + - uid: 2912 components: - pos: 14.5,0.5 parent: 1 type: Transform - - uid: 2914 + - uid: 2913 components: - pos: 15.5,0.5 parent: 1 type: Transform - - uid: 2915 + - uid: 2914 components: - pos: 16.5,0.5 parent: 1 type: Transform - - uid: 2916 + - uid: 2915 components: - pos: 17.5,0.5 parent: 1 type: Transform - - uid: 2917 + - uid: 2916 components: - pos: 18.5,0.5 parent: 1 type: Transform - - uid: 2918 + - uid: 2917 components: - pos: 19.5,0.5 parent: 1 type: Transform - - uid: 2919 + - uid: 2918 components: - pos: 22.5,1.5 parent: 1 type: Transform - - uid: 2920 + - uid: 2919 components: - pos: 22.5,2.5 parent: 1 type: Transform - - uid: 2921 + - uid: 2920 components: - pos: 23.5,2.5 parent: 1 type: Transform - - uid: 2922 + - uid: 2921 components: - pos: 23.5,3.5 parent: 1 type: Transform - - uid: 2923 + - uid: 2922 components: - pos: 23.5,4.5 parent: 1 type: Transform - - uid: 2924 + - uid: 2923 components: - pos: 23.5,5.5 parent: 1 type: Transform - - uid: 2925 + - uid: 2924 components: - pos: 24.5,6.5 parent: 1 type: Transform - - uid: 2926 + - uid: 2925 components: - pos: 25.5,6.5 parent: 1 type: Transform - - uid: 2927 + - uid: 2926 components: - rot: 1.5707963267948966 rad pos: 26.5,7.5 parent: 1 type: Transform - - uid: 2928 + - uid: 2927 components: - rot: 1.5707963267948966 rad pos: 27.5,7.5 parent: 1 type: Transform - - uid: 2929 + - uid: 2928 components: - rot: 1.5707963267948966 rad pos: 26.5,6.5 parent: 1 type: Transform - - uid: 2930 + - uid: 2929 components: - pos: 27.5,10.5 parent: 1 type: Transform - - uid: 2931 + - uid: 2930 components: - pos: 27.5,11.5 parent: 1 type: Transform - - uid: 2932 + - uid: 2931 components: - pos: 27.5,12.5 parent: 1 type: Transform - - uid: 2933 + - uid: 2932 components: - pos: 28.5,12.5 parent: 1 type: Transform - - uid: 2934 + - uid: 2933 components: - pos: 28.5,13.5 parent: 1 type: Transform - - uid: 2935 + - uid: 2934 components: - pos: 29.5,13.5 parent: 1 type: Transform - - uid: 2936 + - uid: 2935 components: - rot: 1.5707963267948966 rad pos: 29.5,17.5 parent: 1 type: Transform - - uid: 2937 + - uid: 2936 components: - rot: 1.5707963267948966 rad pos: 28.5,17.5 parent: 1 type: Transform - - uid: 2938 + - uid: 2937 components: - rot: 1.5707963267948966 rad pos: 30.5,21.5 parent: 1 type: Transform - - uid: 2939 + - uid: 2938 components: - rot: 1.5707963267948966 rad pos: 30.5,20.5 parent: 1 type: Transform - - uid: 2940 + - uid: 2939 components: - rot: 1.5707963267948966 rad pos: 30.5,23.5 parent: 1 type: Transform - - uid: 2941 + - uid: 2940 components: - rot: 1.5707963267948966 rad pos: 30.5,22.5 parent: 1 type: Transform - - uid: 2942 + - uid: 2941 components: - rot: 1.5707963267948966 rad pos: 30.5,25.5 parent: 1 type: Transform - - uid: 2943 + - uid: 2942 components: - rot: 1.5707963267948966 rad pos: 30.5,24.5 parent: 1 type: Transform - - uid: 2944 + - uid: 2943 components: - rot: 1.5707963267948966 rad pos: 30.5,27.5 parent: 1 type: Transform - - uid: 2945 + - uid: 2944 components: - rot: 1.5707963267948966 rad pos: 30.5,26.5 parent: 1 type: Transform - - uid: 2946 + - uid: 2945 components: - rot: 1.5707963267948966 rad pos: 30.5,29.5 parent: 1 type: Transform - - uid: 2947 + - uid: 2946 components: - rot: 1.5707963267948966 rad pos: 30.5,28.5 parent: 1 type: Transform - - uid: 2948 + - uid: 2947 components: - rot: 1.5707963267948966 rad pos: 30.5,31.5 parent: 1 type: Transform - - uid: 2949 + - uid: 2948 components: - rot: 1.5707963267948966 rad pos: 30.5,30.5 parent: 1 type: Transform - - uid: 2950 + - uid: 2949 components: - rot: 1.5707963267948966 rad pos: 30.5,32.5 parent: 1 type: Transform - - uid: 2951 + - uid: 2950 components: - pos: 29.5,36.5 parent: 1 type: Transform - - uid: 2952 + - uid: 2951 components: - pos: 28.5,36.5 parent: 1 type: Transform - - uid: 2953 + - uid: 2952 components: - pos: 27.5,36.5 parent: 1 type: Transform - - uid: 2954 + - uid: 2953 components: - pos: 27.5,37.5 parent: 1 type: Transform - - uid: 2955 + - uid: 2954 components: - pos: -29.5,34.5 parent: 1 type: Transform - - uid: 2956 + - uid: 2955 components: - pos: 25.5,38.5 parent: 1 type: Transform - - uid: 2957 + - uid: 2956 components: - pos: 23.5,38.5 parent: 1 type: Transform - - uid: 2958 + - uid: 2957 components: - pos: 22.5,38.5 parent: 1 type: Transform - - uid: 2959 + - uid: 2958 components: - pos: 22.5,34.5 parent: 1 type: Transform - - uid: 2960 + - uid: 2959 components: - pos: 23.5,34.5 parent: 1 type: Transform - - uid: 2961 + - uid: 2960 components: - pos: 23.5,33.5 parent: 1 type: Transform - - uid: 2962 + - uid: 2961 components: - pos: 23.5,32.5 parent: 1 type: Transform - - uid: 2963 + - uid: 2962 components: - pos: 23.5,31.5 parent: 1 type: Transform - - uid: 2964 + - uid: 2963 components: - pos: 23.5,30.5 parent: 1 type: Transform - - uid: 2965 + - uid: 2964 components: - pos: 23.5,29.5 parent: 1 type: Transform - - uid: 2966 + - uid: 2965 components: - pos: 23.5,28.5 parent: 1 type: Transform - - uid: 2967 + - uid: 2966 components: - pos: 23.5,27.5 parent: 1 type: Transform - - uid: 2968 + - uid: 2967 components: - pos: 23.5,26.5 parent: 1 type: Transform - - uid: 2969 + - uid: 2968 components: - pos: 23.5,25.5 parent: 1 type: Transform - - uid: 2970 + - uid: 2969 components: - pos: 23.5,24.5 parent: 1 type: Transform - - uid: 2971 + - uid: 2970 components: - pos: 23.5,23.5 parent: 1 type: Transform - - uid: 2972 + - uid: 2971 components: - pos: 23.5,22.5 parent: 1 type: Transform - - uid: 2973 + - uid: 2972 components: - pos: 23.5,21.5 parent: 1 type: Transform - - uid: 2974 + - uid: 2973 components: - pos: 23.5,20.5 parent: 1 type: Transform - - uid: 2975 + - uid: 2974 components: - pos: 23.5,19.5 parent: 1 type: Transform - - uid: 2976 + - uid: 2975 components: - pos: 23.5,18.5 parent: 1 type: Transform - - uid: 2977 + - uid: 2976 components: - pos: 23.5,17.5 parent: 1 type: Transform - - uid: 2978 + - uid: 2977 components: - rot: 3.141592653589793 rad pos: -15.5,18.5 parent: 1 type: Transform - - uid: 2979 + - uid: 2978 components: - pos: 2.5,26.5 parent: 1 type: Transform - - uid: 2980 + - uid: 2979 components: - rot: 1.5707963267948966 rad pos: 29.5,20.5 parent: 1 type: Transform - - uid: 2981 + - uid: 2980 components: - pos: 6.5,28.5 parent: 1 type: Transform - - uid: 2982 + - uid: 2981 components: - pos: 6.5,23.5 parent: 1 type: Transform - - uid: 2983 + - uid: 2982 components: - pos: 7.5,23.5 parent: 1 type: Transform - - uid: 2984 + - uid: 2983 components: - pos: -13.5,23.5 parent: 1 type: Transform - - uid: 2985 + - uid: 2984 components: - pos: -7.5,23.5 parent: 1 type: Transform - - uid: 2986 + - uid: 2985 components: - pos: -10.5,17.5 parent: 1 type: Transform - - uid: 2987 + - uid: 2986 components: - pos: 8.5,11.5 parent: 1 type: Transform - - uid: 2988 + - uid: 2987 components: - pos: -9.5,17.5 parent: 1 type: Transform - - uid: 2989 + - uid: 2988 components: - pos: 12.5,11.5 parent: 1 type: Transform - - uid: 2990 + - uid: 2989 components: - pos: 12.5,15.5 parent: 1 type: Transform - - uid: 2991 + - uid: 2990 components: - pos: 8.5,12.5 parent: 1 type: Transform - - uid: 2992 + - uid: 2991 components: - pos: 8.5,16.5 parent: 1 type: Transform - - uid: 2993 + - uid: 2992 components: - pos: 8.5,17.5 parent: 1 type: Transform - - uid: 2994 + - uid: 2993 components: - pos: 10.5,17.5 parent: 1 type: Transform - - uid: 2995 + - uid: 2994 components: - pos: -9.5,11.5 parent: 1 type: Transform - - uid: 2996 + - uid: 2995 components: - pos: 11.5,17.5 parent: 1 type: Transform - - uid: 2997 + - uid: 2996 components: - pos: 10.5,23.5 parent: 1 type: Transform - - uid: 2998 + - uid: 2997 components: - pos: -21.5,18.5 parent: 1 type: Transform - - uid: 2999 + - uid: 2998 components: - rot: 3.141592653589793 rad pos: 16.5,18.5 parent: 1 type: Transform - - uid: 3000 + - uid: 2999 components: - pos: 24.5,13.5 parent: 1 type: Transform - - uid: 3001 + - uid: 3000 components: - pos: 25.5,13.5 parent: 1 type: Transform - - uid: 3002 + - uid: 3001 components: - rot: 3.141592653589793 rad pos: 9.5,10.5 parent: 1 type: Transform - - uid: 3003 + - uid: 3002 components: - rot: 3.141592653589793 rad pos: 9.5,9.5 parent: 1 type: Transform - - uid: 3004 + - uid: 3003 components: - rot: 3.141592653589793 rad pos: 6.5,10.5 parent: 1 type: Transform - - uid: 3005 + - uid: 3004 components: - pos: -3.5,30.5 parent: 1 type: Transform - - uid: 3006 + - uid: 3005 components: - pos: -3.5,36.5 parent: 1 type: Transform - - uid: 3007 + - uid: 3006 components: - pos: -7.5,36.5 parent: 1 type: Transform - - uid: 3008 + - uid: 3007 components: - pos: -7.5,30.5 parent: 1 type: Transform - - uid: 3009 + - uid: 3008 components: - pos: -3.5,35.5 parent: 1 type: Transform - - uid: 3010 + - uid: 3009 components: - pos: -7.5,35.5 parent: 1 type: Transform - - uid: 3011 + - uid: 3010 components: - pos: -3.5,29.5 parent: 1 type: Transform - - uid: 3012 + - uid: 3011 components: - pos: -9.5,23.5 parent: 1 type: Transform - - uid: 3013 + - uid: 3012 components: - pos: -2.5,29.5 parent: 1 type: Transform - - uid: 3014 + - uid: 3013 components: - pos: -1.5,29.5 parent: 1 type: Transform - - uid: 3015 + - uid: 3014 components: - pos: -0.5,29.5 parent: 1 type: Transform - - uid: 3016 + - uid: 3015 components: - pos: 2.5,29.5 parent: 1 type: Transform - - uid: 3017 + - uid: 3016 components: - pos: 1.5,29.5 parent: 1 type: Transform - - uid: 3018 + - uid: 3017 components: - rot: 3.141592653589793 rad pos: 6.5,9.5 parent: 1 type: Transform - - uid: 3019 + - uid: 3018 components: - pos: -20.5,14.5 parent: 1 type: Transform - - uid: 3020 + - uid: 3019 components: - rot: 3.141592653589793 rad pos: 8.5,9.5 parent: 1 type: Transform - - uid: 3021 + - uid: 3020 components: - rot: 3.141592653589793 rad pos: -5.5,10.5 parent: 1 type: Transform - - uid: 3022 + - uid: 3021 components: - rot: 3.141592653589793 rad pos: -5.5,9.5 parent: 1 type: Transform - - uid: 3023 + - uid: 3022 components: - rot: 3.141592653589793 rad pos: -4.5,9.5 parent: 1 type: Transform - - uid: 3024 + - uid: 3023 components: - rot: 3.141592653589793 rad pos: 3.5,9.5 parent: 1 type: Transform - - uid: 3025 + - uid: 3024 components: - rot: 3.141592653589793 rad pos: -2.5,9.5 parent: 1 type: Transform - - uid: 3026 + - uid: 3025 components: - rot: 3.141592653589793 rad pos: -8.5,9.5 parent: 1 type: Transform - - uid: 3027 + - uid: 3026 components: - rot: 3.141592653589793 rad pos: -8.5,10.5 parent: 1 type: Transform - - uid: 3028 + - uid: 3027 components: - pos: -7.5,24.5 parent: 1 type: Transform - - uid: 3029 + - uid: 3028 components: - pos: -5.5,18.5 parent: 1 type: Transform - - uid: 3030 + - uid: 3029 components: - pos: -5.5,19.5 parent: 1 type: Transform - - uid: 3031 + - uid: 3030 components: - pos: -8.5,28.5 parent: 1 type: Transform - - uid: 3032 + - uid: 3031 components: - pos: 10.5,11.5 parent: 1 type: Transform - - uid: 3033 + - uid: 3032 components: - pos: 9.5,11.5 parent: 1 type: Transform - - uid: 3034 + - uid: 3033 components: - pos: -7.5,17.5 parent: 1 type: Transform - - uid: 3035 + - uid: 3034 components: - pos: -7.5,16.5 parent: 1 type: Transform - - uid: 3036 + - uid: 3035 components: - pos: 3.5,11.5 parent: 1 type: Transform - - uid: 3037 + - uid: 3036 components: - pos: 2.5,11.5 parent: 1 type: Transform - - uid: 3038 + - uid: 3037 components: - pos: -6.5,11.5 parent: 1 type: Transform - - uid: 3039 + - uid: 3038 components: - pos: -7.5,12.5 parent: 1 type: Transform - - uid: 3040 + - uid: 3039 components: - pos: -7.5,11.5 parent: 1 type: Transform - - uid: 3041 + - uid: 3040 components: - pos: -10.5,11.5 parent: 1 type: Transform - - uid: 3042 + - uid: 3041 components: - pos: -8.5,11.5 parent: 1 type: Transform - - uid: 3043 + - uid: 3042 components: - pos: -11.5,11.5 parent: 1 type: Transform - - uid: 3044 + - uid: 3043 components: - pos: 12.5,26.5 parent: 1 type: Transform - - uid: 3045 + - uid: 3044 components: - pos: 12.5,25.5 parent: 1 type: Transform - - uid: 3046 + - uid: 3045 components: - pos: 2.5,18.5 parent: 1 type: Transform - - uid: 3047 + - uid: 3046 components: - pos: -8.5,18.5 parent: 1 type: Transform - - uid: 3048 + - uid: 3047 components: - rot: 1.5707963267948966 rad pos: -3.5,17.5 parent: 1 type: Transform - - uid: 3049 + - uid: 3048 components: - pos: -2.5,20.5 parent: 1 type: Transform - - uid: 3050 + - uid: 3049 components: - pos: -1.5,19.5 parent: 1 type: Transform - - uid: 3051 + - uid: 3050 components: - pos: -1.5,18.5 parent: 1 type: Transform - - uid: 3052 + - uid: 3051 components: - pos: 2.5,19.5 parent: 1 type: Transform - - uid: 3053 + - uid: 3052 components: - pos: -1.5,20.5 parent: 1 type: Transform - - uid: 3054 + - uid: 3053 components: - pos: 10.5,28.5 parent: 1 type: Transform - - uid: 3055 + - uid: 3054 components: - pos: -8.5,19.5 parent: 1 type: Transform - - uid: 3056 + - uid: 3055 components: - pos: -9.5,2.5 parent: 1 type: Transform - - uid: 3057 + - uid: 3056 components: - pos: -22.5,17.5 parent: 1 type: Transform - - uid: 3058 + - uid: 3057 components: - pos: 22.5,37.5 parent: 1 type: Transform - - uid: 3059 + - uid: 3058 components: - pos: -11.5,20.5 parent: 1 type: Transform - - uid: 3060 + - uid: 3059 components: - pos: -4.5,17.5 parent: 1 type: Transform - - uid: 3061 + - uid: 3060 components: - pos: 6.5,17.5 parent: 1 type: Transform - - uid: 3062 + - uid: 3061 components: - pos: 4.5,20.5 parent: 1 type: Transform - - uid: 3063 + - uid: 3062 components: - pos: 2.5,20.5 parent: 1 type: Transform - - uid: 3064 + - uid: 3063 components: - pos: 5.5,20.5 parent: 1 type: Transform - - uid: 3065 + - uid: 3064 components: - pos: 2.5,12.5 parent: 1 type: Transform - - uid: 3066 + - uid: 3065 components: - pos: -5.5,17.5 parent: 1 type: Transform - - uid: 3067 + - uid: 3066 components: - pos: 3.5,28.5 parent: 1 type: Transform - - uid: 3068 + - uid: 3067 components: - pos: -2.5,11.5 parent: 1 type: Transform - - uid: 3069 + - uid: 3068 components: - pos: 4.5,28.5 parent: 1 type: Transform - - uid: 3070 + - uid: 3069 components: - pos: 29.5,30.5 parent: 1 type: Transform - - uid: 3071 + - uid: 3070 components: - pos: 22.5,36.5 parent: 1 type: Transform - - uid: 3072 + - uid: 3071 components: - pos: 22.5,35.5 parent: 1 type: Transform - - uid: 3073 + - uid: 3072 components: - pos: -5.5,36.5 parent: 1 type: Transform - - uid: 3074 + - uid: 3073 components: - pos: -6.5,17.5 parent: 1 type: Transform - - uid: 3075 + - uid: 3074 components: - pos: -1.5,11.5 parent: 1 type: Transform - - uid: 3076 + - uid: 3075 components: - pos: -8.5,20.5 parent: 1 type: Transform - - uid: 3077 + - uid: 3076 components: - pos: 8.5,2.5 parent: 1 type: Transform - - uid: 3078 + - uid: 3077 components: - pos: -2.5,17.5 parent: 1 type: Transform - - uid: 3079 + - uid: 3078 components: - pos: -4.5,11.5 parent: 1 type: Transform - - uid: 3080 + - uid: 3079 components: - pos: -1.5,17.5 parent: 1 type: Transform - - uid: 3081 + - uid: 3080 components: - pos: 7.5,17.5 parent: 1 type: Transform - - uid: 3082 + - uid: 3081 components: - pos: -5.5,11.5 parent: 1 type: Transform - - uid: 3083 + - uid: 3082 components: - pos: 2.5,17.5 parent: 1 type: Transform - - uid: 3084 + - uid: 3083 components: - pos: 2.5,28.5 parent: 1 type: Transform - - uid: 3085 + - uid: 3084 components: - pos: 3.5,17.5 parent: 1 type: Transform - - uid: 3086 + - uid: 3085 components: - pos: 6.5,11.5 parent: 1 type: Transform - - uid: 3087 + - uid: 3086 components: - pos: 12.5,13.5 parent: 1 type: Transform - - uid: 3088 + - uid: 3087 components: - pos: -3.5,11.5 parent: 1 type: Transform - - uid: 3089 + - uid: 3088 components: - pos: 5.5,28.5 parent: 1 type: Transform - - uid: 3090 + - uid: 3089 components: - pos: -8.5,17.5 parent: 1 type: Transform - - uid: 3091 + - uid: 3090 components: - pos: -11.5,15.5 parent: 1 type: Transform - - uid: 3092 + - uid: 3091 components: - pos: -5.5,0.5 parent: 1 type: Transform - - uid: 3093 + - uid: 3092 components: - pos: -5.5,1.5 parent: 1 type: Transform - - uid: 3094 + - uid: 3093 components: - pos: -5.5,2.5 parent: 1 type: Transform - - uid: 3095 + - uid: 3094 components: - pos: -9.5,1.5 parent: 1 type: Transform - - uid: 3096 + - uid: 3095 components: - pos: -7.5,2.5 parent: 1 type: Transform - - uid: 3097 + - uid: 3096 components: - pos: -8.5,2.5 parent: 1 type: Transform - - uid: 3098 + - uid: 3097 components: - pos: -6.5,6.5 parent: 1 type: Transform - - uid: 3099 + - uid: 3098 components: - pos: -12.5,2.5 parent: 1 type: Transform - - uid: 3100 + - uid: 3099 components: - pos: 9.5,2.5 parent: 1 type: Transform - - uid: 3101 + - uid: 3100 components: - pos: -8.5,3.5 parent: 1 type: Transform - - uid: 3102 + - uid: 3101 components: - pos: -14.5,6.5 parent: 1 type: Transform - - uid: 3103 + - uid: 3102 components: - pos: -13.5,6.5 parent: 1 type: Transform - - uid: 3104 + - uid: 3103 components: - pos: 6.5,5.5 parent: 1 type: Transform - - uid: 3105 + - uid: 3104 components: - pos: 7.5,11.5 parent: 1 type: Transform - - uid: 3106 + - uid: 3105 components: - pos: 24.5,17.5 parent: 1 type: Transform - - uid: 3107 + - uid: 3106 components: - pos: 6.5,2.5 parent: 1 type: Transform - - uid: 3108 + - uid: 3107 components: - pos: 6.5,1.5 parent: 1 type: Transform - - uid: 3109 + - uid: 3108 components: - pos: 6.5,0.5 parent: 1 type: Transform - - uid: 3110 + - uid: 3109 components: - pos: -5.5,6.5 parent: 1 type: Transform - uid: 3111 - components: - - pos: -4.5,6.5 - parent: 1 - type: Transform - - uid: 3112 components: - pos: -3.5,6.5 parent: 1 type: Transform - - uid: 3113 + - uid: 3112 components: - pos: 12.5,4.5 parent: 1 type: Transform - - uid: 3114 + - uid: 3113 components: - pos: 12.5,5.5 parent: 1 type: Transform - - uid: 3115 + - uid: 3114 components: - pos: 0.5,6.5 parent: 1 type: Transform - - uid: 3116 + - uid: 3115 components: - pos: 2.5,6.5 parent: 1 type: Transform - - uid: 3117 + - uid: 3116 components: - pos: 3.5,6.5 parent: 1 type: Transform - - uid: 3118 + - uid: 3117 components: - pos: 4.5,6.5 parent: 1 type: Transform - - uid: 3119 + - uid: 3118 components: - pos: 6.5,6.5 parent: 1 type: Transform - - uid: 3120 + - uid: 3119 components: - pos: 7.5,6.5 parent: 1 type: Transform - - uid: 3121 + - uid: 3120 components: - pos: 8.5,6.5 parent: 1 type: Transform - - uid: 3122 + - uid: 3121 components: - pos: 5.5,6.5 parent: 1 type: Transform - - uid: 3123 + - uid: 3122 components: - pos: 10.5,6.5 parent: 1 type: Transform - - uid: 3124 + - uid: 3123 components: - pos: 11.5,6.5 parent: 1 type: Transform - - uid: 3125 + - uid: 3124 components: - pos: 12.5,6.5 parent: 1 type: Transform - - uid: 3126 + - uid: 3125 components: - rot: 1.5707963267948966 rad pos: 15.5,7.5 parent: 1 type: Transform - - uid: 3127 + - uid: 3126 components: - rot: 1.5707963267948966 rad pos: 15.5,8.5 parent: 1 type: Transform - - uid: 3128 + - uid: 3127 components: - pos: 15.5,6.5 parent: 1 type: Transform - - uid: 3129 + - uid: 3128 components: - pos: 23.5,6.5 parent: 1 type: Transform - - uid: 3130 + - uid: 3129 components: - pos: 16.5,14.5 parent: 1 type: Transform - - uid: 3131 + - uid: 3130 components: - pos: -22.5,14.5 parent: 1 type: Transform - - uid: 3132 + - uid: 3131 components: - pos: 24.5,7.5 parent: 1 type: Transform - - uid: 3133 + - uid: 3132 components: - rot: 3.141592653589793 rad pos: -14.5,9.5 parent: 1 type: Transform - - uid: 3134 + - uid: 3133 components: - rot: 3.141592653589793 rad pos: -14.5,10.5 parent: 1 type: Transform - - uid: 3135 + - uid: 3134 components: - rot: 3.141592653589793 rad pos: -11.5,10.5 parent: 1 type: Transform - - uid: 3136 + - uid: 3135 components: - rot: 3.141592653589793 rad pos: -11.5,9.5 parent: 1 type: Transform - - uid: 3137 + - uid: 3136 components: - rot: 3.141592653589793 rad pos: -1.5,10.5 parent: 1 type: Transform - - uid: 3138 + - uid: 3137 components: - rot: 3.141592653589793 rad pos: -1.5,9.5 parent: 1 type: Transform - - uid: 3139 + - uid: 3138 components: - pos: 13.5,25.5 parent: 1 type: Transform - - uid: 3140 + - uid: 3139 components: - pos: 22.5,14.5 parent: 1 type: Transform - - uid: 3141 + - uid: 3140 components: - pos: 21.5,14.5 parent: 1 type: Transform - - uid: 3142 + - uid: 3141 components: - pos: 23.5,14.5 parent: 1 type: Transform - - uid: 3143 + - uid: 3142 components: - pos: 23.5,13.5 parent: 1 type: Transform - - uid: 3144 + - uid: 3143 components: - pos: 11.5,26.5 parent: 1 type: Transform - - uid: 3145 + - uid: 3144 components: - pos: 23.5,11.5 parent: 1 type: Transform - - uid: 3146 + - uid: 3145 components: - rot: 3.141592653589793 rad pos: 2.5,10.5 parent: 1 type: Transform - - uid: 3147 + - uid: 3146 components: - rot: 3.141592653589793 rad pos: 23.5,12.5 parent: 1 type: Transform - - uid: 3148 + - uid: 3147 components: - rot: 3.141592653589793 rad pos: 11.5,9.5 parent: 1 type: Transform - - uid: 3149 + - uid: 3148 components: - rot: 3.141592653589793 rad pos: 2.5,9.5 parent: 1 type: Transform - - uid: 3150 + - uid: 3149 components: - rot: 3.141592653589793 rad pos: 12.5,9.5 parent: 1 type: Transform - - uid: 3151 + - uid: 3150 components: - rot: 3.141592653589793 rad pos: 12.5,10.5 parent: 1 type: Transform - - uid: 3152 + - uid: 3151 components: - pos: -14.5,23.5 parent: 1 type: Transform - - uid: 3153 + - uid: 3152 components: - pos: 6.5,18.5 parent: 1 type: Transform - - uid: 3154 + - uid: 3153 components: - pos: 6.5,19.5 parent: 1 type: Transform - - uid: 3155 + - uid: 3154 components: - pos: 5.5,23.5 parent: 1 type: Transform - - uid: 3156 + - uid: 3155 components: - pos: 8.5,23.5 parent: 1 type: Transform - - uid: 3157 + - uid: 3156 components: - pos: -7.5,28.5 parent: 1 type: Transform - - uid: 3158 + - uid: 3157 components: - pos: 9.5,23.5 parent: 1 type: Transform - - uid: 3159 + - uid: 3158 components: - pos: 3.5,30.5 parent: 1 type: Transform - - uid: 3160 + - uid: 3159 components: - pos: 9.5,30.5 parent: 1 type: Transform - - uid: 3161 + - uid: 3160 components: - pos: 8.5,30.5 parent: 1 type: Transform - - uid: 3162 + - uid: 3161 components: - pos: -10.5,23.5 parent: 1 type: Transform - - uid: 3163 + - uid: 3162 components: - pos: 2.5,23.5 parent: 1 type: Transform - - uid: 3164 + - uid: 3163 components: - pos: -3.5,26.5 parent: 1 type: Transform - - uid: 3165 + - uid: 3164 components: - pos: -3.5,25.5 parent: 1 type: Transform - - uid: 3166 + - uid: 3165 components: - pos: 3.5,23.5 parent: 1 type: Transform - - uid: 3167 + - uid: 3166 components: - pos: 2.5,27.5 parent: 1 type: Transform - - uid: 3168 + - uid: 3167 components: - pos: 2.5,24.5 parent: 1 type: Transform - - uid: 3169 + - uid: 3168 components: - rot: -1.5707963267948966 rad pos: -2.5,25.5 parent: 1 type: Transform - - uid: 3170 + - uid: 3169 components: - pos: 6.5,20.5 parent: 1 type: Transform - - uid: 3171 + - uid: 3170 components: - pos: 3.5,20.5 parent: 1 type: Transform - - uid: 3172 + - uid: 3171 components: - pos: 8.5,28.5 parent: 1 type: Transform - - uid: 3173 + - uid: 3172 components: - pos: 2.5,14.5 parent: 1 type: Transform - - uid: 3174 + - uid: 3173 components: - rot: 1.5707963267948966 rad pos: -21.5,17.5 parent: 1 type: Transform - - uid: 3175 + - uid: 3174 components: - rot: 1.5707963267948966 rad pos: -20.5,17.5 parent: 1 type: Transform - - uid: 3176 + - uid: 3175 components: - pos: 13.5,23.5 parent: 1 type: Transform - - uid: 3177 + - uid: 3176 components: - pos: 14.5,23.5 parent: 1 type: Transform - - uid: 3178 + - uid: 3177 components: - pos: -16.5,17.5 parent: 1 type: Transform - - uid: 3179 + - uid: 3178 components: - pos: -15.5,17.5 parent: 1 type: Transform - - uid: 3180 + - uid: 3179 components: - rot: 1.5707963267948966 rad pos: 22.5,17.5 parent: 1 type: Transform - - uid: 3181 + - uid: 3180 components: - rot: 1.5707963267948966 rad pos: 21.5,17.5 parent: 1 type: Transform - - uid: 3182 + - uid: 3181 components: - pos: 11.5,11.5 parent: 1 type: Transform - - uid: 3183 + - uid: 3182 components: - pos: -7.5,20.5 parent: 1 type: Transform - - uid: 3184 + - uid: 3183 components: - pos: 11.5,23.5 parent: 1 type: Transform - - uid: 3185 + - uid: 3184 components: - pos: 2.5,30.5 parent: 1 type: Transform - - uid: 3186 + - uid: 3185 components: - pos: -8.5,29.5 parent: 1 type: Transform - - uid: 3187 + - uid: 3186 components: - pos: -7.5,29.5 parent: 1 type: Transform - - uid: 3188 + - uid: 3187 components: - rot: 1.5707963267948966 rad pos: -28.5,16.5 parent: 1 type: Transform - - uid: 3189 + - uid: 3188 components: - rot: 1.5707963267948966 rad pos: -28.5,14.5 parent: 1 type: Transform - - uid: 3190 + - uid: 3189 components: - rot: 1.5707963267948966 rad pos: -26.5,17.5 parent: 1 type: Transform - - uid: 3191 + - uid: 3190 components: - rot: 1.5707963267948966 rad pos: -26.5,13.5 parent: 1 type: Transform - - uid: 3192 + - uid: 3191 components: - rot: 1.5707963267948966 rad pos: -26.5,16.5 parent: 1 type: Transform - - uid: 3193 + - uid: 3192 components: - rot: 1.5707963267948966 rad pos: -26.5,14.5 parent: 1 type: Transform - - uid: 3194 + - uid: 3193 components: - rot: 1.5707963267948966 rad pos: 29.5,16.5 parent: 1 type: Transform - - uid: 3195 + - uid: 3194 components: - rot: 1.5707963267948966 rad pos: 29.5,14.5 parent: 1 type: Transform - - uid: 3196 + - uid: 3195 components: - rot: 1.5707963267948966 rad pos: 27.5,17.5 parent: 1 type: Transform - - uid: 3197 + - uid: 3196 components: - rot: 1.5707963267948966 rad pos: 27.5,13.5 parent: 1 type: Transform - - uid: 3198 + - uid: 3197 components: - rot: 1.5707963267948966 rad pos: 27.5,14.5 parent: 1 type: Transform - - uid: 3199 + - uid: 3198 components: - rot: 1.5707963267948966 rad pos: -29.5,21.5 parent: 1 type: Transform - - uid: 3200 + - uid: 3199 components: - rot: 1.5707963267948966 rad pos: -29.5,20.5 parent: 1 type: Transform - - uid: 3201 + - uid: 3200 components: - rot: 1.5707963267948966 rad pos: -28.5,20.5 parent: 1 type: Transform - - uid: 3202 + - uid: 3201 components: - rot: 1.5707963267948966 rad pos: -28.5,19.5 parent: 1 type: Transform - - uid: 3203 + - uid: 3202 components: - rot: 1.5707963267948966 rad pos: 30.5,33.5 parent: 1 type: Transform - - uid: 3204 + - uid: 3203 components: - rot: 1.5707963267948966 rad pos: 30.5,34.5 parent: 1 type: Transform - - uid: 3205 + - uid: 3204 components: - rot: 1.5707963267948966 rad pos: 29.5,34.5 parent: 1 type: Transform - - uid: 3206 + - uid: 3205 components: - rot: 1.5707963267948966 rad pos: 29.5,35.5 parent: 1 type: Transform - - uid: 3207 + - uid: 3206 components: - pos: -26.5,20.5 parent: 1 type: Transform - - uid: 3208 + - uid: 3207 components: - rot: 1.5707963267948966 rad pos: -25.5,17.5 parent: 1 type: Transform - - uid: 3209 + - uid: 3208 components: - pos: -10.5,20.5 parent: 1 type: Transform - - uid: 3210 + - uid: 3209 components: - pos: 12.5,3.5 parent: 1 type: Transform - - uid: 3211 + - uid: 3210 components: - pos: 12.5,2.5 parent: 1 type: Transform - - uid: 3212 + - uid: 3211 components: - pos: 12.5,1.5 parent: 1 type: Transform - - uid: 3213 + - uid: 3212 components: - rot: 1.5707963267948966 rad pos: 0.5,2.5 parent: 1 type: Transform - - uid: 3214 + - uid: 3213 components: - rot: 1.5707963267948966 rad pos: 3.5,2.5 parent: 1 type: Transform - - uid: 3215 + - uid: 3214 components: - rot: 1.5707963267948966 rad pos: 4.5,2.5 parent: 1 type: Transform - - uid: 3216 + - uid: 3215 components: - rot: 1.5707963267948966 rad pos: 5.5,2.5 parent: 1 type: Transform - - uid: 3217 + - uid: 3216 components: - pos: -4.5,2.5 parent: 1 type: Transform - - uid: 3218 + - uid: 3217 components: - pos: -3.5,2.5 parent: 1 type: Transform - - uid: 3219 + - uid: 3218 components: - pos: 6.5,3.5 parent: 1 type: Transform - - uid: 3220 + - uid: 3219 components: - pos: 21.5,13.5 parent: 1 type: Transform - - uid: 3221 + - uid: 3220 components: - pos: 17.5,5.5 parent: 1 type: Transform - - uid: 3222 + - uid: 3221 components: - pos: 5.5,11.5 parent: 1 type: Transform - - uid: 3223 + - uid: 3222 components: - pos: 26.5,17.5 parent: 1 type: Transform - - uid: 3224 + - uid: 3223 components: - pos: 9.5,28.5 parent: 1 type: Transform - - uid: 3225 + - uid: 3224 components: - pos: 10.5,27.5 parent: 1 type: Transform - - uid: 3226 + - uid: 3225 components: - pos: -22.5,23.5 parent: 1 type: Transform - - uid: 3227 + - uid: 3226 components: - pos: 15.5,11.5 parent: 1 type: Transform - - uid: 3228 + - uid: 3227 components: - pos: -24.5,14.5 parent: 1 type: Transform - - uid: 3229 + - uid: 3228 components: - pos: -23.5,14.5 parent: 1 type: Transform - - uid: 3230 + - uid: 3229 components: - pos: -25.5,14.5 parent: 1 type: Transform - - uid: 3231 + - uid: 3230 components: - pos: 11.5,27.5 parent: 1 type: Transform - - uid: 3232 + - uid: 3231 components: - pos: -11.5,13.5 parent: 1 type: Transform - - uid: 3233 + - uid: 3232 components: - pos: 12.5,14.5 parent: 1 type: Transform - - uid: 3234 + - uid: 3233 components: - pos: 4.5,11.5 parent: 1 type: Transform - - uid: 3235 + - uid: 3234 components: - rot: 3.141592653589793 rad pos: 5.5,9.5 parent: 1 type: Transform - - uid: 3236 + - uid: 3235 components: - rot: 3.141592653589793 rad pos: -7.5,9.5 parent: 1 type: Transform - - uid: 3237 + - uid: 3236 components: - pos: 13.5,24.5 parent: 1 type: Transform - - uid: 3238 + - uid: 3237 components: - pos: 17.5,11.5 parent: 1 type: Transform - - uid: 3239 + - uid: 3238 components: - rot: 3.141592653589793 rad pos: 15.5,9.5 parent: 1 type: Transform - - uid: 3240 + - uid: 3239 components: - rot: 3.141592653589793 rad pos: 15.5,10.5 parent: 1 type: Transform - - uid: 3241 + - uid: 3240 components: - pos: 19.5,11.5 parent: 1 type: Transform - - uid: 3242 + - uid: 3241 components: - pos: 26.5,13.5 parent: 1 type: Transform - - uid: 3243 + - uid: 3242 components: - pos: 14.5,24.5 parent: 1 type: Transform - - uid: 3244 + - uid: 3243 components: - pos: 27.5,34.5 parent: 1 type: Transform - - uid: 3245 + - uid: 3244 components: - pos: 27.5,33.5 parent: 1 type: Transform - - uid: 3246 + - uid: 3245 components: - pos: 26.5,35.5 parent: 1 type: Transform - - uid: 3247 + - uid: 3246 components: - pos: 17.5,17.5 parent: 1 type: Transform - - uid: 3248 + - uid: 3247 components: - pos: 16.5,17.5 parent: 1 type: Transform - - uid: 3249 + - uid: 3248 components: - pos: -14.5,18.5 parent: 1 type: Transform - - uid: 3250 + - uid: 3249 components: - pos: -14.5,19.5 parent: 1 type: Transform - - uid: 3251 + - uid: 3250 components: - pos: -14.5,17.5 parent: 1 type: Transform - - uid: 3252 + - uid: 3251 components: - pos: -14.5,20.5 parent: 1 type: Transform - - uid: 3253 + - uid: 3252 components: - pos: -12.5,23.5 parent: 1 type: Transform - - uid: 3254 + - uid: 3253 components: - pos: -11.5,26.5 parent: 1 type: Transform - - uid: 3255 + - uid: 3254 components: - pos: -10.5,26.5 parent: 1 type: Transform - - uid: 3256 + - uid: 3255 components: - pos: -10.5,27.5 parent: 1 type: Transform - - uid: 3257 + - uid: 3256 components: - pos: -9.5,27.5 parent: 1 type: Transform - - uid: 3258 + - uid: 3257 components: - pos: -9.5,28.5 parent: 1 type: Transform - - uid: 3259 + - uid: 3258 components: - pos: -11.5,17.5 parent: 1 type: Transform - - uid: 3260 + - uid: 3259 components: - pos: -11.5,16.5 parent: 1 type: Transform - - uid: 3261 + - uid: 3260 components: - pos: -5.5,20.5 parent: 1 type: Transform - - uid: 3262 + - uid: 3261 components: - pos: -4.5,20.5 parent: 1 type: Transform - - uid: 3263 + - uid: 3262 components: - pos: -11.5,12.5 parent: 1 type: Transform - - uid: 3264 + - uid: 3263 components: - pos: -14.5,11.5 parent: 1 type: Transform - - uid: 3265 + - uid: 3264 components: - pos: -14.5,13.5 parent: 1 type: Transform - - uid: 3266 + - uid: 3265 components: - pos: -14.5,12.5 parent: 1 type: Transform - - uid: 3267 + - uid: 3266 components: - pos: 12.5,23.5 parent: 1 type: Transform - - uid: 3268 + - uid: 3267 components: - pos: -11.5,23.5 parent: 1 type: Transform - - uid: 3269 + - uid: 3268 components: - pos: -13.5,24.5 parent: 1 type: Transform - - uid: 3270 + - uid: 3269 components: - pos: -12.5,24.5 parent: 1 type: Transform - - uid: 3271 + - uid: 3270 components: - pos: -12.5,25.5 parent: 1 type: Transform - - uid: 3272 + - uid: 3271 components: - pos: -11.5,25.5 parent: 1 type: Transform - - uid: 3273 + - uid: 3272 components: - pos: 12.5,17.5 parent: 1 type: Transform - - uid: 3274 + - uid: 3273 components: - pos: 12.5,16.5 parent: 1 type: Transform - - uid: 3275 + - uid: 3274 components: - pos: 12.5,12.5 parent: 1 type: Transform - - uid: 3276 + - uid: 3275 components: - pos: -14.5,14.5 parent: 1 type: Transform - - uid: 3277 + - uid: 3276 components: - pos: 18.5,14.5 parent: 1 type: Transform - - uid: 3278 + - uid: 3277 components: - pos: 17.5,14.5 parent: 1 type: Transform - - uid: 3279 + - uid: 3278 components: - pos: 15.5,23.5 parent: 1 type: Transform - - uid: 3280 + - uid: 3279 components: - pos: 15.5,20.5 parent: 1 type: Transform - - uid: 3281 + - uid: 3280 components: - pos: 15.5,19.5 parent: 1 type: Transform - - uid: 3282 + - uid: 3281 components: - pos: 15.5,18.5 parent: 1 type: Transform - - uid: 3283 + - uid: 3282 components: - pos: 15.5,17.5 parent: 1 type: Transform - - uid: 3284 + - uid: 3283 components: - pos: 20.5,14.5 parent: 1 type: Transform - - uid: 3285 + - uid: 3284 components: - pos: 15.5,13.5 parent: 1 type: Transform - - uid: 3286 + - uid: 3285 components: - pos: 19.5,14.5 parent: 1 type: Transform - - uid: 3287 + - uid: 3286 components: - pos: 15.5,14.5 parent: 1 type: Transform - - uid: 3288 + - uid: 3287 components: - pos: 15.5,12.5 parent: 1 type: Transform - - uid: 3289 + - uid: 3288 components: - rot: 3.141592653589793 rad pos: -10.5,9.5 parent: 1 type: Transform - - uid: 3290 + - uid: 3289 components: - pos: -19.5,14.5 parent: 1 type: Transform - - uid: 3291 + - uid: 3290 components: - pos: -18.5,14.5 parent: 1 type: Transform - - uid: 3292 + - uid: 3291 components: - pos: -17.5,14.5 parent: 1 type: Transform - - uid: 3293 + - uid: 3292 components: - pos: -16.5,14.5 parent: 1 type: Transform - - uid: 3294 + - uid: 3293 components: - pos: -15.5,14.5 parent: 1 type: Transform - - uid: 3295 + - uid: 3294 components: - pos: -7.5,6.5 parent: 1 type: Transform - - uid: 3296 + - uid: 3295 components: - pos: -8.5,4.5 parent: 1 type: Transform - - uid: 3297 + - uid: 3296 components: - pos: -8.5,5.5 parent: 1 type: Transform - - uid: 3298 + - uid: 3297 components: - pos: -9.5,0.5 parent: 1 type: Transform - - uid: 3299 + - uid: 3298 components: - pos: -8.5,6.5 parent: 1 type: Transform - - uid: 3300 + - uid: 3299 components: - pos: 0.5,29.5 parent: 1 type: Transform - - uid: 3301 + - uid: 3300 components: - pos: 10.5,26.5 parent: 1 type: Transform - - uid: 3302 + - uid: 3301 components: - pos: 10.5,25.5 parent: 1 type: Transform - - uid: 3303 + - uid: 3302 components: - pos: -25.5,20.5 parent: 1 type: Transform - - uid: 3304 + - uid: 3303 components: - pos: -25.5,34.5 parent: 1 type: Transform - - uid: 3305 + - uid: 3304 components: - pos: -23.5,34.5 parent: 1 type: Transform - - uid: 3306 + - uid: 3305 components: - pos: 27.5,16.5 parent: 1 type: Transform - - uid: 3307 + - uid: 3306 components: - pos: -13.5,3.5 parent: 1 type: Transform - - uid: 3308 + - uid: 3307 components: - pos: 21.5,12.5 parent: 1 type: Transform - - uid: 3309 + - uid: 3308 components: - pos: 19.5,13.5 parent: 1 type: Transform - - uid: 3310 + - uid: 3309 components: - pos: 19.5,12.5 parent: 1 type: Transform - - uid: 3311 + - uid: 3310 components: - pos: 17.5,13.5 parent: 1 type: Transform - - uid: 3312 + - uid: 3311 components: - pos: 17.5,12.5 parent: 1 type: Transform - - uid: 3313 + - uid: 3312 components: - pos: 21.5,11.5 parent: 1 type: Transform - - uid: 3314 + - uid: 3313 components: - pos: 18.5,5.5 parent: 1 type: Transform - - uid: 3315 + - uid: 3314 components: - rot: 1.5707963267948966 rad pos: 15.5,5.5 parent: 1 type: Transform - - uid: 3316 + - uid: 3315 components: - rot: 1.5707963267948966 rad pos: 16.5,5.5 parent: 1 type: Transform - - uid: 3317 + - uid: 3316 components: - pos: 21.5,1.5 parent: 1 type: Transform - - uid: 3318 + - uid: 3317 components: - rot: 1.5707963267948966 rad pos: 9.5,1.5 parent: 1 type: Transform - - uid: 3319 + - uid: 3318 components: - rot: 1.5707963267948966 rad pos: 9.5,0.5 parent: 1 type: Transform - - uid: 3320 + - uid: 3319 components: - rot: 1.5707963267948966 rad pos: -17.5,6.5 parent: 1 type: Transform - - uid: 3321 + - uid: 3320 components: - rot: 1.5707963267948966 rad pos: -17.5,5.5 parent: 1 type: Transform - - uid: 3322 + - uid: 3321 components: - rot: 1.5707963267948966 rad pos: -17.5,4.5 parent: 1 type: Transform - - uid: 3323 + - uid: 3322 components: - rot: 1.5707963267948966 rad pos: -17.5,1.5 parent: 1 type: Transform - - uid: 3324 + - uid: 3323 components: - rot: 1.5707963267948966 rad pos: -17.5,9.5 parent: 1 type: Transform - - uid: 3325 + - uid: 3324 components: - pos: -24.5,25.5 parent: 1 type: Transform - - uid: 3326 + - uid: 3325 components: - pos: -19.5,3.5 parent: 1 type: Transform - - uid: 3327 + - uid: 3326 components: - rot: 1.5707963267948966 rad pos: -19.5,9.5 parent: 1 type: Transform - - uid: 3328 + - uid: 3327 components: - rot: 1.5707963267948966 rad pos: -20.5,9.5 parent: 1 type: Transform - - uid: 3329 + - uid: 3328 components: - pos: -18.5,3.5 parent: 1 type: Transform - - uid: 3330 + - uid: 3329 components: - pos: -23.5,8.5 parent: 1 type: Transform - - uid: 3331 + - uid: 3330 components: - rot: 1.5707963267948966 rad pos: -17.5,3.5 parent: 1 type: Transform - - uid: 3332 + - uid: 3331 components: - pos: -20.5,13.5 parent: 1 type: Transform - - uid: 3333 + - uid: 3332 components: - rot: 1.5707963267948966 rad pos: -20.5,11.5 parent: 1 type: Transform - - uid: 3334 + - uid: 3333 components: - rot: 1.5707963267948966 rad pos: -20.5,12.5 parent: 1 type: Transform - - uid: 3335 + - uid: 3334 components: - rot: -1.5707963267948966 rad pos: -23.5,11.5 parent: 1 type: Transform - - uid: 3336 + - uid: 3335 components: - rot: 1.5707963267948966 rad pos: -23.5,10.5 parent: 1 type: Transform - - uid: 3337 + - uid: 3336 components: - rot: 1.5707963267948966 rad pos: -24.5,10.5 parent: 1 type: Transform - - uid: 3338 + - uid: 3337 components: - rot: 1.5707963267948966 rad pos: -25.5,10.5 parent: 1 type: Transform - - uid: 3339 + - uid: 3338 components: - rot: 1.5707963267948966 rad pos: -13.5,2.5 parent: 1 type: Transform - - uid: 3340 + - uid: 3339 components: - rot: 1.5707963267948966 rad pos: 24.5,10.5 parent: 1 type: Transform - - uid: 3341 + - uid: 3340 components: - rot: -1.5707963267948966 rad pos: 2.5,25.5 parent: 1 type: Transform - - uid: 3342 + - uid: 3341 components: - rot: -1.5707963267948966 rad pos: -0.5,25.5 parent: 1 type: Transform - - uid: 3343 + - uid: 3342 components: - pos: -8.5,23.5 parent: 1 type: Transform - - uid: 3344 + - uid: 3343 components: - pos: 26.5,36.5 parent: 1 type: Transform - - uid: 3345 + - uid: 3344 components: - pos: 26.5,37.5 parent: 1 type: Transform - - uid: 3346 + - uid: 3345 components: - pos: 27.5,35.5 parent: 1 type: Transform - - uid: 3347 + - uid: 3346 components: - pos: -26.5,34.5 parent: 1 type: Transform - - uid: 3348 + - uid: 3347 components: - pos: -26.5,26.5 parent: 1 type: Transform - - uid: 3349 + - uid: 3348 components: - pos: 26.5,38.5 parent: 1 type: Transform - - uid: 3350 + - uid: 3349 components: - pos: 27.5,30.5 parent: 1 type: Transform - - uid: 3351 + - uid: 3350 components: - pos: 1.5,6.5 parent: 1 type: Transform - - uid: 3352 + - uid: 3351 components: - pos: -26.5,25.5 parent: 1 type: Transform - - uid: 3353 + - uid: 3352 components: - pos: -24.5,26.5 parent: 1 type: Transform - - uid: 3354 + - uid: 3353 components: - pos: -23.5,7.5 parent: 1 type: Transform - - uid: 3355 + - uid: 3354 components: - rot: 3.141592653589793 rad pos: -10.5,25.5 parent: 1 type: Transform - - uid: 3356 + - uid: 3355 components: - rot: 3.141592653589793 rad pos: -21.5,3.5 parent: 1 type: Transform - - uid: 3357 + - uid: 3356 components: - pos: -22.5,28.5 parent: 1 type: Transform - - uid: 3358 + - uid: 3357 components: - pos: -0.5,28.5 parent: 1 type: Transform - - uid: 3359 + - uid: 3358 components: - pos: -0.5,27.5 parent: 1 type: Transform - - uid: 3360 + - uid: 3359 components: - pos: -0.5,26.5 parent: 1 type: Transform - - uid: 3361 + - uid: 3360 components: - pos: -26.5,36.5 parent: 1 type: Transform - - uid: 3362 + - uid: 3361 components: - pos: -22.5,24.5 parent: 1 type: Transform - - uid: 3363 + - uid: 3362 components: - pos: -22.5,29.5 parent: 1 type: Transform - - uid: 3364 + - uid: 3363 components: - pos: -28.5,36.5 parent: 1 type: Transform - - uid: 3365 + - uid: 3364 components: - pos: -27.5,36.5 parent: 1 type: Transform - - uid: 3366 + - uid: 3365 components: - pos: -26.5,35.5 parent: 1 type: Transform - - uid: 3367 + - uid: 3366 components: - pos: 28.5,37.5 parent: 1 type: Transform - - uid: 3368 + - uid: 3367 components: - pos: 27.5,38.5 parent: 1 type: Transform - - uid: 3369 + - uid: 3368 components: - pos: -26.5,38.5 parent: 1 type: Transform - - uid: 3370 + - uid: 3369 components: - pos: -27.5,37.5 parent: 1 type: Transform - - uid: 3371 + - uid: 3370 components: - pos: -26.5,27.5 parent: 1 type: Transform - - uid: 3372 + - uid: 3371 components: - pos: 4.5,27.5 parent: 1 type: Transform - - uid: 3373 + - uid: 3372 components: - pos: -25.5,27.5 parent: 1 type: Transform - - uid: 3374 + - uid: 3373 components: - pos: -24.5,27.5 parent: 1 type: Transform - - uid: 3375 + - uid: 3374 components: - pos: -23.5,27.5 parent: 1 type: Transform - - uid: 3376 + - uid: 3375 components: - pos: 4.5,26.5 parent: 1 type: Transform - - uid: 3377 + - uid: 3376 components: - pos: 6.5,27.5 parent: 1 type: Transform - - uid: 3378 + - uid: 3377 components: - pos: 6.5,26.5 parent: 1 type: Transform - - uid: 3379 + - uid: 3378 components: - pos: 8.5,27.5 parent: 1 type: Transform - - uid: 3380 + - uid: 3379 components: - pos: 8.5,26.5 parent: 1 type: Transform - - uid: 3381 + - uid: 3380 components: - pos: 22.5,6.5 parent: 1 type: Transform - - uid: 3382 + - uid: 3381 components: - pos: 21.5,6.5 parent: 1 type: Transform - - uid: 3383 + - uid: 3382 components: - pos: 19.5,6.5 parent: 1 type: Transform - - uid: 3384 + - uid: 3383 components: - pos: 18.5,6.5 parent: 1 type: Transform - - uid: 3385 + - uid: 3384 components: - pos: -26.5,30.5 parent: 1 type: Transform - - uid: 3386 + - uid: 3385 components: - pos: -26.5,29.5 parent: 1 type: Transform - - uid: 3387 + - uid: 3386 components: - pos: -26.5,28.5 parent: 1 type: Transform - - uid: 3388 + - uid: 3387 components: - pos: -25.5,30.5 parent: 1 type: Transform - - uid: 3389 + - uid: 3388 components: - pos: -23.5,30.5 parent: 1 type: Transform - - uid: 3390 + - uid: 3389 components: - rot: -1.5707963267948966 rad pos: -13.5,5.5 parent: 1 type: Transform - - uid: 3391 + - uid: 3390 components: - rot: -1.5707963267948966 rad pos: -13.5,4.5 parent: 1 type: Transform - - uid: 3392 + - uid: 3391 components: - pos: -10.5,3.5 parent: 1 type: Transform - - uid: 3393 + - uid: 3392 components: - pos: 26.5,34.5 parent: 1 type: Transform - - uid: 3394 + - uid: 3393 components: - rot: 3.141592653589793 rad pos: 24.5,30.5 parent: 1 type: Transform - - uid: 3395 + - uid: 3394 components: - rot: 3.141592653589793 rad pos: 25.5,30.5 parent: 1 type: Transform - - uid: 3396 + - uid: 3395 components: - pos: 26.5,30.5 parent: 1 type: Transform - - uid: 3397 + - uid: 3396 components: - rot: 3.141592653589793 rad pos: 28.5,20.5 parent: 1 type: Transform - - uid: 3398 + - uid: 3397 components: - rot: 3.141592653589793 rad pos: 27.5,20.5 parent: 1 type: Transform - - uid: 3399 + - uid: 3398 components: - rot: 3.141592653589793 rad pos: 27.5,23.5 parent: 1 type: Transform - - uid: 3400 + - uid: 3399 components: - rot: 3.141592653589793 rad pos: 28.5,23.5 parent: 1 type: Transform - - uid: 3401 + - uid: 3400 components: - pos: 28.5,24.5 parent: 1 type: Transform - - uid: 3402 + - uid: 3401 components: - pos: 28.5,25.5 parent: 1 type: Transform - - uid: 3403 + - uid: 3402 components: - rot: 1.5707963267948966 rad pos: 27.5,25.5 parent: 1 type: Transform - - uid: 3404 + - uid: 3403 components: - rot: 1.5707963267948966 rad pos: 27.5,31.5 parent: 1 type: Transform - - uid: 3405 + - uid: 3404 components: - rot: 3.141592653589793 rad pos: 26.5,20.5 parent: 1 type: Transform - - uid: 3406 + - uid: 3405 components: - rot: 3.141592653589793 rad pos: 24.5,20.5 parent: 1 type: Transform - - uid: 3407 + - uid: 3406 components: - rot: -1.5707963267948966 rad pos: 27.5,27.5 parent: 1 type: Transform - - uid: 3408 + - uid: 3407 components: - pos: -28.5,27.5 parent: 1 type: Transform - - uid: 3409 + - uid: 3408 components: - rot: 1.5707963267948966 rad pos: -10.5,4.5 parent: 1 type: Transform - - uid: 3410 + - uid: 3409 components: - pos: 20.5,1.5 parent: 1 type: Transform - - uid: 3411 + - uid: 3410 components: - pos: 19.5,1.5 parent: 1 type: Transform - - uid: 3412 + - uid: 3411 components: - pos: 22.5,18.5 parent: 1 type: Transform - - uid: 3413 + - uid: 3412 components: - pos: 13.5,-0.5 parent: 1 type: Transform - - uid: 3414 + - uid: 3413 components: - pos: 14.5,-0.5 parent: 1 type: Transform - - uid: 3415 + - uid: 3414 components: - pos: -24.5,5.5 parent: 1 type: Transform - - uid: 3416 + - uid: 3415 components: - pos: -23.5,4.5 parent: 1 type: Transform - - uid: 3417 + - uid: 3416 components: - pos: -23.5,3.5 parent: 1 type: Transform - - uid: 3418 + - uid: 3417 components: - pos: 24.5,4.5 parent: 1 type: Transform - - uid: 3419 + - uid: 3418 components: - pos: 25.5,4.5 parent: 1 type: Transform - - uid: 3420 + - uid: 3419 components: - rot: -1.5707963267948966 rad pos: 24.5,5.5 parent: 1 type: Transform - - uid: 3421 + - uid: 3420 components: - rot: 3.141592653589793 rad pos: 15.5,-0.5 @@ -22209,7 +22207,7 @@ entities: type: Transform - proto: WarningCO2 entities: - - uid: 3422 + - uid: 3421 components: - rot: -1.5707963267948966 rad pos: 16.5,11.5 @@ -22217,7 +22215,7 @@ entities: type: Transform - proto: WarningN2 entities: - - uid: 3423 + - uid: 3422 components: - rot: -1.5707963267948966 rad pos: 20.5,11.5 @@ -22225,7 +22223,7 @@ entities: type: Transform - proto: WarningO2 entities: - - uid: 3424 + - uid: 3423 components: - rot: -1.5707963267948966 rad pos: 22.5,11.5 @@ -22233,7 +22231,7 @@ entities: type: Transform - proto: WarningPlasma entities: - - uid: 3425 + - uid: 3424 components: - rot: -1.5707963267948966 rad pos: 18.5,11.5 @@ -22241,14 +22239,14 @@ entities: type: Transform - proto: WarningWaste entities: - - uid: 3426 + - uid: 3425 components: - pos: 16.5,5.5 parent: 1 type: Transform - proto: WarpPointShip entities: - - uid: 3427 + - uid: 3426 components: - rot: 1.5707963267948966 rad pos: -2.5,22.5 @@ -22258,37 +22256,37 @@ entities: type: WarpPoint - proto: WaterCooler entities: - - uid: 3428 + - uid: 3427 components: - pos: 7.5,18.5 parent: 1 type: Transform - proto: WaterVaporCanister entities: - - uid: 3429 + - uid: 3428 components: - pos: -10.5,13.5 parent: 1 type: Transform - proto: WeaponAntiqueLaser entities: - - uid: 1190 + - uid: 1197 components: - flags: InContainer type: MetaData - - parent: 1173 + - parent: 1180 type: Transform - canCollide: False type: Physics - type: InsideEntityStorage - proto: WeaponCapacitorRecharger entities: - - uid: 3430 + - uid: 3429 components: - pos: 7.5,24.5 parent: 1 type: Transform - - uid: 3431 + - uid: 3430 components: - pos: -12.5,4.5 parent: 1 @@ -22326,47 +22324,47 @@ entities: - type: InsideEntityStorage - proto: WindoorSecure entities: - - uid: 3432 + - uid: 3431 components: - pos: -23.5,25.5 parent: 1 type: Transform - - uid: 3433 + - uid: 3432 components: - pos: -25.5,25.5 parent: 1 type: Transform - - uid: 3434 + - uid: 3433 components: - rot: 1.5707963267948966 rad pos: 3.5,10.5 parent: 1 type: Transform - - uid: 3435 + - uid: 3434 components: - rot: 1.5707963267948966 rad pos: -17.5,8.5 parent: 1 type: Transform - - uid: 3436 + - uid: 3435 components: - rot: -1.5707963267948966 rad pos: -17.5,8.5 parent: 1 type: Transform - - uid: 3437 + - uid: 3436 components: - rot: -1.5707963267948966 rad pos: -25.5,18.5 parent: 1 type: Transform - - uid: 3438 + - uid: 3437 components: - rot: 1.5707963267948966 rad pos: -25.5,18.5 parent: 1 type: Transform - - uid: 3439 + - uid: 3438 components: - rot: -1.5707963267948966 rad pos: 27.5,24.5 diff --git a/Resources/Maps/Shuttles/empress.yml b/Resources/Maps/Shuttles/empress.yml index 4a7a522ccd3..09d835c1b37 100644 --- a/Resources/Maps/Shuttles/empress.yml +++ b/Resources/Maps/Shuttles/empress.yml @@ -6594,7 +6594,7 @@ entities: occludes: True ent: null type: ContainerContainer -- proto: Gyroscope +- proto: GyroscopeSecurity entities: - uid: 86 components: @@ -6790,7 +6790,7 @@ entities: - canCollide: False type: Physics - type: InsideEntityStorage -- proto: hydroponicsTray +- proto: hydroponicsTrayAnchored entities: - uid: 533 components: diff --git a/Resources/Maps/Shuttles/marauder.yml b/Resources/Maps/Shuttles/marauder.yml index 66b1eb737d6..dcc2bc895dc 100644 --- a/Resources/Maps/Shuttles/marauder.yml +++ b/Resources/Maps/Shuttles/marauder.yml @@ -6281,7 +6281,7 @@ entities: occludes: True ent: null type: ContainerContainer -- proto: Gyroscope +- proto: GyroscopeSecurity entities: - uid: 902 components: @@ -8573,7 +8573,7 @@ entities: pos: 3.5,15.5 parent: 1 type: Transform -- proto: Thruster +- proto: ThrusterSecurity entities: - uid: 1197 components: diff --git a/Resources/Maps/Shuttles/skipper.yml b/Resources/Maps/Shuttles/skipper.yml index c255df30699..bd437576662 100644 --- a/Resources/Maps/Shuttles/skipper.yml +++ b/Resources/Maps/Shuttles/skipper.yml @@ -1812,7 +1812,7 @@ entities: - pos: -1.3298461,3.5920248 parent: 1 type: Transform -- proto: hydroponicsTray +- proto: hydroponicsTrayAnchored entities: - uid: 226 components: diff --git a/Resources/Maps/tinnia.yml b/Resources/Maps/tinnia.yml index 9908536c30d..ffb4108e946 100644 --- a/Resources/Maps/tinnia.yml +++ b/Resources/Maps/tinnia.yml @@ -10243,7 +10243,7 @@ entities: - pos: -5.967525,12.464038 parent: 1 type: Transform -- proto: hydroponicsTray +- proto: hydroponicsTrayAnchored entities: - uid: 257 components: diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml index cc25c738fa3..2fff0480689 100644 --- a/Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml @@ -2,7 +2,7 @@ id: TattooHiveChest bodyPart: Chest markingCategory: Chest - speciesRestriction: [Human, Oni, Felinid, Dwarf] + speciesRestriction: [Human, Oni, Felinid, Dwarf, Oni] coloring: default: type: @@ -16,7 +16,7 @@ id: TattooNightlingChest bodyPart: Chest markingCategory: Chest - speciesRestriction: [Human, Dwarf] + speciesRestriction: [Human, Dwarf, Oni, Felinid] coloring: default: type: @@ -30,7 +30,7 @@ id: TattooSilverburghLeftLeg bodyPart: LLeg markingCategory: Legs - speciesRestriction: [Human, Dwarf] + speciesRestriction: [Human, Dwarf, Oni, Felinid] coloring: default: type: @@ -44,7 +44,7 @@ id: TattooSilverburghRightLeg bodyPart: RLeg markingCategory: Legs - speciesRestriction: [Human, Dwarf] + speciesRestriction: [Human, Dwarf, Oni, Felinid] coloring: default: type: @@ -58,7 +58,7 @@ id: TattooCampbellLeftArm bodyPart: LArm markingCategory: Arms - speciesRestriction: [Human, Dwarf] + speciesRestriction: [Human, Dwarf, Oni, Felinid] coloring: default: type: @@ -72,7 +72,7 @@ id: TattooCampbellRightArm bodyPart: RArm markingCategory: Arms - speciesRestriction: [Human, Dwarf] + speciesRestriction: [Human, Dwarf, Oni, Felinid] coloring: default: type: @@ -86,7 +86,7 @@ id: TattooCampbellLeftLeg bodyPart: LLeg markingCategory: Legs - speciesRestriction: [Human, Dwarf] + speciesRestriction: [Human, Dwarf, Oni, Felinid] coloring: default: type: @@ -100,7 +100,7 @@ id: TattooCampbellRightLeg bodyPart: RLeg markingCategory: Legs - speciesRestriction: [Human, Dwarf] + speciesRestriction: [Human, Dwarf, Oni, Felinid] coloring: default: type: @@ -114,7 +114,7 @@ id: TattooEyeRight bodyPart: Eyes markingCategory: Head - speciesRestriction: [Human, SlimePerson, Reptilian, Dwarf] + speciesRestriction: [Human, SlimePerson, Reptilian, Dwarf, Oni, Felinid, Reptilian] coloring: default: type: @@ -128,7 +128,7 @@ id: TattooEyeLeft bodyPart: Eyes markingCategory: Head - speciesRestriction: [Human, SlimePerson, Reptilian, Dwarf] + speciesRestriction: [Human, SlimePerson, Reptilian, Dwarf, Oni, Felinid, Reptilian] coloring: default: type: diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml b/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml index 3972dd11a11..0e3ee42a601 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml @@ -233,8 +233,6 @@ - type: Tag tags: - CannotSuicide - - type: ReplacementAccent - accent: genericAggressive - type: entity name: Ravager diff --git a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml index eb57e32ec2a..57c4ab0309a 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml @@ -158,3 +158,4 @@ spawned: - id: FoodMeatDragon amount: 1 + - type: SalvageMobRestrictions diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/baseball_bat.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/baseball_bat.yml index c8134180bcc..72925bbc508 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/baseball_bat.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/baseball_bat.yml @@ -22,6 +22,7 @@ quickEquip: false slots: - back + - suitStorage - type: Construction graph: WoodenBat node: bat diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml index 9e747328f94..289f6a24c60 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml @@ -33,6 +33,7 @@ quickEquip: false slots: - back + - suitStorage - type: Tool qualities: - Prying @@ -55,3 +56,4 @@ quickEquip: false slots: - back + - suitStorage diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/mining.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/mining.yml index 5c9c997e771..4da05ece3f2 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/mining.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/mining.yml @@ -63,6 +63,11 @@ - type: Tool qualities: - Prying + - type: Clothing + quickEquip: false + slots: + - back + - suitStorage - type: entity name: crusher dagger @@ -109,3 +114,8 @@ size: 150 - type: StaticPrice price: 285 + - type: Clothing + quickEquip: false + slots: + - back + - suitStorage diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml index 413acce1619..9f80bfaf2dc 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml @@ -25,6 +25,11 @@ sprite: Objects/Weapons/Melee/pickaxe.rsi - type: StaticPrice price: 15.5 + - type: Clothing + quickEquip: false + slots: + - back + - suitStorage - type: entity name: mining drill diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/spear.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/spear.yml index 8936f786b2b..9fdbab50658 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/spear.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/spear.yml @@ -27,6 +27,7 @@ quickEquip: false slots: - back + - suitStorage - type: Construction graph: Spear node: spear @@ -106,6 +107,7 @@ quickEquip: false slots: - back + - suitStorage - type: Construction graph: SpearReinforced node: spear @@ -185,6 +187,7 @@ quickEquip: false slots: - back + - suitStorage - type: Construction graph: SpearPlasma node: spear @@ -266,6 +269,7 @@ quickEquip: false slots: - back + - suitStorage - type: Construction graph: SpearUranium node: spear diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml index 3ced854c5a0..aefb6b119a7 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml @@ -18,7 +18,7 @@ - type: Reflect enabled: true reflectProb: .5 - spread: 90 + spread: 90 - type: Item size: 15 sprite: Objects/Weapons/Melee/captain_sabre.rsi @@ -26,6 +26,11 @@ tags: - CaptainSabre - type: DisarmMalus + - type: Clothing + quickEquip: false + slots: + - back + - suitStorage - type: entity name: katana @@ -50,6 +55,11 @@ size: 15 sprite: Objects/Weapons/Melee/katana.rsi - type: DisarmMalus + - type: Clothing + quickEquip: false + slots: + - back + - suitStorage - type: entity name: machete @@ -74,6 +84,11 @@ size: 15 sprite: Objects/Weapons/Melee/machete.rsi - type: DisarmMalus + - type: Clothing + quickEquip: false + slots: + - back + - suitStorage - type: entity name: claymore @@ -98,6 +113,7 @@ sprite: Objects/Weapons/Melee/claymore.rsi slots: - back + - suitStorage - type: DisarmMalus - type: entity @@ -123,3 +139,8 @@ size: 15 sprite: Objects/Weapons/Melee/cutlass.rsi - type: DisarmMalus + - type: Clothing + quickEquip: false + slots: + - back + - suitStorage diff --git a/Resources/Prototypes/Entities/Structures/Shuttles/thrusters.yml b/Resources/Prototypes/Entities/Structures/Shuttles/thrusters.yml index 018ef58fbe0..746da050635 100644 --- a/Resources/Prototypes/Entities/Structures/Shuttles/thrusters.yml +++ b/Resources/Prototypes/Entities/Structures/Shuttles/thrusters.yml @@ -19,7 +19,6 @@ damage: types: Heat: 40 - Structural: 1 - type: InteractionOutline - type: Sprite - type: Appearance @@ -40,6 +39,19 @@ acts: ["Destruction"] - type: StaticPrice price: 300 + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.45,-0.45,0.45,0.45" + density: 60 + mask: + - MachineMask + layer: + - MidImpassable + - LowImpassable + - BulletImpassable placement: mode: SnapgridCenter diff --git a/Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml b/Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml index d618f0d0b2c..77cd422920d 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml @@ -72,7 +72,7 @@ bounds: "-0.25,-0.25,0.25,0.25" density: 190 mask: - - MachineMask + - SmallMobMask #this is so they can go under plastic flaps layer: - MachineLayer - type: AtmosDevice diff --git a/Resources/Prototypes/Entities/Structures/hydro_tray.yml b/Resources/Prototypes/Entities/Structures/hydro_tray.yml index 8acaaaac1fb..2855a6f9d35 100644 --- a/Resources/Prototypes/Entities/Structures/hydro_tray.yml +++ b/Resources/Prototypes/Entities/Structures/hydro_tray.yml @@ -14,6 +14,8 @@ hard: true mask: - MachineMask + layer: + - MachineLayer - type: Anchorable - type: Pullable - type: Sprite @@ -86,3 +88,4 @@ range: 5 sound: path: /Audio/Ambience/Objects/flowing_water_open.ogg + - type: Climbable diff --git a/Resources/Prototypes/Procedural/salvage_factions.yml b/Resources/Prototypes/Procedural/salvage_factions.yml index 74757697f20..67363f9aaca 100644 --- a/Resources/Prototypes/Procedural/salvage_factions.yml +++ b/Resources/Prototypes/Procedural/salvage_factions.yml @@ -32,7 +32,7 @@ configs: DefenseStructure: XenoWardingTower Mining: Xenos - Megafauna: MobXenoQueen + Megafauna: MobXenoQueenDungeon - type: salvageFaction id: Carps diff --git a/Resources/Prototypes/Procedural/salvage_rewards.yml b/Resources/Prototypes/Procedural/salvage_rewards.yml index e13a9bad96d..5afe73d68d0 100644 --- a/Resources/Prototypes/Procedural/salvage_rewards.yml +++ b/Resources/Prototypes/Procedural/salvage_rewards.yml @@ -8,8 +8,8 @@ CrateMaterialSteel: 1.0 # things the station might want CrateEngineeringAMEJar: 0.25 - CrateFoodPizzaLarge: 0.25 - CrateFoodSoftdrinks: 0.25 + #CrateFoodPizzaLarge: 0.25 + #CrateFoodSoftdrinks: 0.25 CrateFunATV: 0.25 CrateFunInstrumentsVariety: 0.25 CrateSalvageEquipment: 0.25 diff --git a/Resources/Prototypes/_NF/Catalog/Cargo/cargo_materials.yml b/Resources/Prototypes/_NF/Catalog/Cargo/cargo_materials.yml new file mode 100644 index 00000000000..414b632fef6 --- /dev/null +++ b/Resources/Prototypes/_NF/Catalog/Cargo/cargo_materials.yml @@ -0,0 +1,9 @@ +- type: cargoProduct + id: Materials + icon: + sprite: Objects/Materials/Sheets/metal.rsi + state: steel_3 + product: CrateMaterials + cost: 8400 # TODO: Lower the cost back when possible + category: Materials + group: market diff --git a/Resources/Prototypes/_NF/Catalog/Fills/Crates/materials.yml b/Resources/Prototypes/_NF/Catalog/Fills/Crates/materials.yml new file mode 100644 index 00000000000..d1a57be6b7e --- /dev/null +++ b/Resources/Prototypes/_NF/Catalog/Fills/Crates/materials.yml @@ -0,0 +1,11 @@ +- type: entity + id: CrateMaterials + parent: CrateGenericSteel + components: + - type: StorageFill + contents: + - id: SheetGlass + - id: SheetPlastic + - id: SheetSteel + - id: SheetPlasma + - id: SheetPlasteel diff --git a/Resources/Prototypes/_NF/Entities/Mobs/NPCs/xeno.yml b/Resources/Prototypes/_NF/Entities/Mobs/NPCs/xeno.yml new file mode 100644 index 00000000000..89a1482b633 --- /dev/null +++ b/Resources/Prototypes/_NF/Entities/Mobs/NPCs/xeno.yml @@ -0,0 +1,11 @@ +- type: entity + name: Queen + parent: MobXenoQueen + id: MobXenoQueenDungeon + components: + - type: Tag + tags: + - CannotSuicide + - type: SalvageMobRestrictions + - type: ReplacementAccent + accent: xeno diff --git a/Resources/Prototypes/_NF/Entities/Objects/Specific/Hydroponics/seeds.yml b/Resources/Prototypes/_NF/Entities/Objects/Specific/Hydroponics/seeds.yml index 11f7152544d..8041efdd6e4 100644 --- a/Resources/Prototypes/_NF/Entities/Objects/Specific/Hydroponics/seeds.yml +++ b/Resources/Prototypes/_NF/Entities/Objects/Specific/Hydroponics/seeds.yml @@ -2,24 +2,12 @@ parent: SeedBase name: packet of money tree seeds description: "these seeds seem like a miracle, but expert farmers get rich from the kitchen" - id: MoneytreeSeeds + id: MoneyTreeSeeds components: - type: Seed - seedId: moneytree + seedId: moneyTree - type: Sprite sprite: _NF/Objects/Specific/Hydroponics/moneytree.rsi -#Description Is Sneaky KitchenFarms Tribute, LLKF, CentCom Owes Us a Million! =) - -# - type: entity -# parent: MoneytreeSeeds -# name: packet of money tree seeds -# suffix: "1000" -# description: "these seeds really are a miracle!" -# id: MoneytreeSeeds1000 -# components: -# - type: Seed -# seedId: moneytree1000 -# commented out at present, intended to be admin spawn item? can be changed easily. - type: entity parent: SeedBase diff --git a/Resources/Prototypes/_NF/Entities/Structures/Shuttles/thrusters.yml b/Resources/Prototypes/_NF/Entities/Structures/Shuttles/thrusters.yml index fdf6edf33c6..b8d2d5eaab0 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Shuttles/thrusters.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Shuttles/thrusters.yml @@ -19,7 +19,6 @@ damage: types: Heat: 40 - Structural: 1 thrusterIgnoreEmp: true - type: InteractionOutline - type: Sprite @@ -41,6 +40,19 @@ acts: ["Destruction"] - type: StaticPrice price: 600 + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.45,-0.45,0.45,0.45" + density: 60 + mask: + - MachineMask + layer: + - MidImpassable + - LowImpassable + - BulletImpassable placement: mode: SnapgridCenter diff --git a/Resources/Prototypes/_NF/Entities/Structures/Windows/window.yml b/Resources/Prototypes/_NF/Entities/Structures/Windows/window.yml index 390548159f9..b4343582c62 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Windows/window.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Windows/window.yml @@ -1,10 +1,14 @@ -# Mime - - type: entity - id: WallInvisibleShip name: Invisible Wall suffix: Ship + id: WallInvisibleShip + placement: + mode: SnapgridCenter + snap: + - Wall components: + - type: Transform + anchored: true - type: Sprite drawdepth: WallTops - type: Fixtures @@ -22,7 +26,9 @@ damageModifierSet: RGlass - type: Physics bodyType: Static +# - type: Occluder - type: Airtight + noAirWhenFullyAirBlocked: false - type: Destructible thresholds: - trigger: @@ -39,4 +45,7 @@ interactSuccessString: comp-window-knock messagePerceivedByOthers: comp-window-knock interactSuccessSound: - path: /Audio/Effects/glass_knock.ogg \ No newline at end of file + path: /Audio/Effects/glass_knock.ogg + - type: Tag + tags: + - Wall diff --git a/Resources/Prototypes/_NF/Entities/Structures/hydro_tray.yml b/Resources/Prototypes/_NF/Entities/Structures/hydro_tray.yml index e68159593f0..20518b9fa05 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/hydro_tray.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/hydro_tray.yml @@ -15,6 +15,8 @@ hard: true mask: - MachineMask + layer: + - MachineLayer - type: Sprite layers: - sprite: _NF/Structures/Hydroponics/containers.rsi @@ -79,3 +81,4 @@ range: 5 sound: path: /Audio/Ambience/Objects/flowing_water_open.ogg + - type: Climbable diff --git a/Resources/Prototypes/_NF/Hydroponics/seeds.yml b/Resources/Prototypes/_NF/Hydroponics/seeds.yml index 6e852c3bf2e..cb234b94a4c 100644 --- a/Resources/Prototypes/_NF/Hydroponics/seeds.yml +++ b/Resources/Prototypes/_NF/Hydroponics/seeds.yml @@ -1,10 +1,10 @@ - type: seed - id: moneytree - name: money tree + id: moneyTree + name: seeds-moneytree-name noun: seeds-noun-seeds - displayName: money + displayName: seeds-moneytree-display-name plantRsi: _NF/Objects/Specific/Hydroponics/moneytree.rsi - packetPrototype: MoneytreeSeeds + packetPrototype: MoneyTreeSeeds productPrototypes: - SpaceCash harvestRepeat: Repeat @@ -16,29 +16,11 @@ growthStages: 2 idealLight: 6 -# - type: seed -# id: moneytree1000 -# name: money tree -# noun: seeds-noun-seeds -# displayName: money -# plantRsi: _NF/Objects/Specific/Hydroponics/moneytree.rsi -# packetPrototype: MoneytreeSeeds1000 -# productPrototypes: -# - SpaceCash1000 -# harvestRepeat: Repeat -# lifespan: 45 -# maturation: 15 -# production: 8 -# yield: 3 -# potency: 10 -# growthStages: 2 -# idealLight: 6 - - type: seed id: pear - name: pear + name: seeds-pear-name noun: seeds-noun-seeds - displayName: pear tree + displayName: seeds-pear-display-name plantRsi: _NF/Objects/Specific/Hydroponics/pear.rsi packetPrototype: PearSeeds productPrototypes: diff --git a/Resources/Prototypes/_NF/Shipyard/bocadillo.yml b/Resources/Prototypes/_NF/Shipyard/bocadillo.yml new file mode 100644 index 00000000000..48652d4c64a --- /dev/null +++ b/Resources/Prototypes/_NF/Shipyard/bocadillo.yml @@ -0,0 +1,27 @@ +- type: vessel + id: Bocadillo + name: NC Bocadillo + description: A tiny food truck perfect for a solo chef. + price: 18250 + category: Small + group: Civilian + shuttlePath: /Maps/Shuttles/bocadillo.yml + +- type: gameMap + id: Bocadillo + mapName: 'NC Bocadillo' + mapPath: /Maps/Shuttles/bocadillo.yml + minPlayers: 0 + stations: + Bocadillo: + stationProto: StandardFrontierVessel + components: + - type: StationNameSetup + mapNameTemplate: '{0} Bocadillo {1}' + nameGenerator: + !type:NanotrasenNameGenerator + prefixCreator: '14' + - type: StationJobs + overflowJobs: [] + availableJobs: + Passenger: [ 0, 0 ] diff --git a/Resources/Prototypes/_Nyano/Entities/Mobs/Customization/Markings/oni_horns.yml b/Resources/Prototypes/_Nyano/Entities/Mobs/Customization/Markings/oni_horns.yml index b08b191a22b..0829ef67ecb 100644 --- a/Resources/Prototypes/_Nyano/Entities/Mobs/Customization/Markings/oni_horns.yml +++ b/Resources/Prototypes/_Nyano/Entities/Mobs/Customization/Markings/oni_horns.yml @@ -68,3 +68,62 @@ sprites: - sprite: Nyanotrasen/Mobs/Customization/oni_horns.rsi state: double_right_broke_curved + +- type: marking + id: OniHornAngular + bodyPart: HeadTop + markingCategory: HeadTop + forcedColoring: false + speciesRestriction: [Oni] + sprites: + - sprite: Nyanotrasen/Mobs/Customization/oni_horns.rsi + state: horns_angular + +- type: marking + id: OniHornCurled + bodyPart: HeadTop + markingCategory: HeadTop + forcedColoring: false + speciesRestriction: [Oni] + sprites: + - sprite: Nyanotrasen/Mobs/Customization/oni_horns.rsi + state: horns_curled + +- type: marking + id: OniHornRam + bodyPart: HeadTop + markingCategory: HeadTop + forcedColoring: false + speciesRestriction: [Oni] + sprites: + - sprite: Nyanotrasen/Mobs/Customization/oni_horns.rsi + state: horns_ram + +- type: marking + id: OniHornShort + bodyPart: HeadTop + markingCategory: HeadTop + forcedColoring: false + speciesRestriction: [Oni] + sprites: + - sprite: Nyanotrasen/Mobs/Customization/oni_horns.rsi + state: horns_short + +- type: marking + id: OniHornSimple + bodyPart: HeadTop + markingCategory: HeadTop + forcedColoring: false + speciesRestriction: [Oni] + sprites: + - sprite: Nyanotrasen/Mobs/Customization/oni_horns.rsi + state: horns_simple + +- type: marking + id: OniTail + bodyPart: Tail + markingCategory: Tail + speciesRestriction: [Oni] + sprites: + - sprite: Nyanotrasen/Mobs/Customization/oni_horns.rsi + state: tail_oni \ No newline at end of file diff --git a/Resources/Prototypes/_Nyano/Species/oni.yml b/Resources/Prototypes/_Nyano/Species/oni.yml index 84c6eac63d2..0869369d0c5 100644 --- a/Resources/Prototypes/_Nyano/Species/oni.yml +++ b/Resources/Prototypes/_Nyano/Species/oni.yml @@ -25,6 +25,9 @@ points: 1 required: true defaultMarkings: [ OniHornSingleCurved ] + Tail: + points: 1 + required: false Chest: points: 1 required: false diff --git a/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/horns_angular.png b/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/horns_angular.png new file mode 100644 index 00000000000..6988c45df63 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/horns_angular.png differ diff --git a/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/horns_curled.png b/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/horns_curled.png new file mode 100644 index 00000000000..9d09efdb1eb Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/horns_curled.png differ diff --git a/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/horns_ram.png b/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/horns_ram.png new file mode 100644 index 00000000000..36e83cee283 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/horns_ram.png differ diff --git a/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/horns_short.png b/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/horns_short.png new file mode 100644 index 00000000000..31123df89b4 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/horns_short.png differ diff --git a/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/horns_simple.png b/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/horns_simple.png new file mode 100644 index 00000000000..c81572d3090 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/horns_simple.png differ diff --git a/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/meta.json b/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/meta.json index 73fe4fb60c0..173ec5e5195 100644 --- a/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/meta.json +++ b/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/meta.json @@ -32,8 +32,40 @@ "directions": 4 }, { + "name": "horns_angular", + "directions": 4 + }, + { + "name": "horns_curled", + "directions": 4 + }, + { + "name": "horns_ram", + "directions": 4 + }, + { + "name": "horns_short", + "directions": 4 + }, + { + "name": "horns_simple", + "directions": 4 + }, + { "name": "double_right_broke_curved", "directions": 4 + }, + { + "name": "tail_oni", + "directions": 4 + }, + { + "name": "tail_oni_front", + "directions": 4 + }, + { + "name": "tail_oni_behind", + "directions": 4 } ] } diff --git a/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/tail_oni.png b/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/tail_oni.png new file mode 100644 index 00000000000..cba0ad925c6 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/tail_oni.png differ diff --git a/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/tail_oni_behind.png b/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/tail_oni_behind.png new file mode 100644 index 00000000000..daee783884d Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/tail_oni_behind.png differ diff --git a/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/tail_oni_front.png b/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/tail_oni_front.png new file mode 100644 index 00000000000..b0b2baab46e Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Mobs/Customization/oni_horns.rsi/tail_oni_front.png differ diff --git a/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/boxingdrobe.rsi/broken.png b/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/boxingdrobe.rsi/broken.png index b2f64a725dc..534b0ad735d 100644 Binary files a/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/boxingdrobe.rsi/broken.png and b/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/boxingdrobe.rsi/broken.png differ diff --git a/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/boxingdrobe.rsi/meta.json b/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/boxingdrobe.rsi/meta.json index 6064e8eee3f..50eef37e74f 100644 --- a/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/boxingdrobe.rsi/meta.json +++ b/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/boxingdrobe.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Hyenh#6078", + "copyright": "Hyenh#6078 Modified by potato1234x (Github)", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/boxingdrobe.rsi/off.png b/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/boxingdrobe.rsi/off.png index 93bad8e8296..fbd9c9e1d8a 100644 Binary files a/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/boxingdrobe.rsi/off.png and b/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/boxingdrobe.rsi/off.png differ diff --git a/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/maildrobe.rsi/broken.png b/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/maildrobe.rsi/broken.png index 954a82c984d..c4db5419544 100644 Binary files a/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/maildrobe.rsi/broken.png and b/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/maildrobe.rsi/broken.png differ diff --git a/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/maildrobe.rsi/meta.json b/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/maildrobe.rsi/meta.json index 6064e8eee3f..50eef37e74f 100644 --- a/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/maildrobe.rsi/meta.json +++ b/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/maildrobe.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Hyenh#6078", + "copyright": "Hyenh#6078 Modified by potato1234x (Github)", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/maildrobe.rsi/off.png b/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/maildrobe.rsi/off.png index 754bbb96c66..4e14755d8ce 100644 Binary files a/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/maildrobe.rsi/off.png and b/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/maildrobe.rsi/off.png differ diff --git a/Resources/Textures/_NF/Structures/astrovend.rsi/broken.png b/Resources/Textures/_NF/Structures/astrovend.rsi/broken.png index 954a82c984d..c4db5419544 100644 Binary files a/Resources/Textures/_NF/Structures/astrovend.rsi/broken.png and b/Resources/Textures/_NF/Structures/astrovend.rsi/broken.png differ diff --git a/Resources/Textures/_NF/Structures/astrovend.rsi/meta.json b/Resources/Textures/_NF/Structures/astrovend.rsi/meta.json index 6064e8eee3f..50eef37e74f 100644 --- a/Resources/Textures/_NF/Structures/astrovend.rsi/meta.json +++ b/Resources/Textures/_NF/Structures/astrovend.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Hyenh#6078", + "copyright": "Hyenh#6078 Modified by potato1234x (Github)", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/_NF/Structures/astrovend.rsi/off.png b/Resources/Textures/_NF/Structures/astrovend.rsi/off.png index 754bbb96c66..4e14755d8ce 100644 Binary files a/Resources/Textures/_NF/Structures/astrovend.rsi/off.png and b/Resources/Textures/_NF/Structures/astrovend.rsi/off.png differ diff --git a/Resources/Textures/_NF/Structures/bountyvend.rsi/broken.png b/Resources/Textures/_NF/Structures/bountyvend.rsi/broken.png index 8f62fc56ca6..bb4c9615e11 100644 Binary files a/Resources/Textures/_NF/Structures/bountyvend.rsi/broken.png and b/Resources/Textures/_NF/Structures/bountyvend.rsi/broken.png differ diff --git a/Resources/Textures/_NF/Structures/bountyvend.rsi/meta.json b/Resources/Textures/_NF/Structures/bountyvend.rsi/meta.json index 6064e8eee3f..50eef37e74f 100644 --- a/Resources/Textures/_NF/Structures/bountyvend.rsi/meta.json +++ b/Resources/Textures/_NF/Structures/bountyvend.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Hyenh#6078", + "copyright": "Hyenh#6078 Modified by potato1234x (Github)", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/_NF/Structures/bountyvend.rsi/off.png b/Resources/Textures/_NF/Structures/bountyvend.rsi/off.png index 06802faef83..f1ee10d6c6f 100644 Binary files a/Resources/Textures/_NF/Structures/bountyvend.rsi/off.png and b/Resources/Textures/_NF/Structures/bountyvend.rsi/off.png differ diff --git a/Tools/changelog/changelog.js b/Tools/changelog/changelog.js new file mode 100644 index 00000000000..f97c4a6e0cd --- /dev/null +++ b/Tools/changelog/changelog.js @@ -0,0 +1,153 @@ +// Dependencies +const fs = require("fs"); +const yaml = require("js-yaml"); +const axios = require("axios"); + +// Use GitHub token if available +if (process.env.GITHUB_TOKEN) axios.defaults.headers.common["Authorization"] = `Bearer ${process.env.GITHUB_TOKEN}`; + +// Regexes +const HeaderRegex = /^\s*(?::cl:|🆑) *([a-z0-9_\- ]+)?\s+/im; // :cl: or 🆑 [0] followed by optional author name [1] +const EntryRegex = /^ *[*-]? *(add|remove|tweak|fix): *([^\n\r]+)\r?$/img; // * or - followed by change type [0] and change message [1] +const CommentRegex = //gs; // HTML comments + +// Main function +async function main() { + // Get PR details + const pr = await axios.get(`https://api.github.com/repos/${process.env.GITHUB_REPOSITORY}/pulls/${process.env.PR_NUMBER}`); + const { merged_at, body, user } = pr.data; + + // Remove comments from the body + commentlessBody = body.replace(CommentRegex, ''); + + // Get author + const headerMatch = HeaderRegex.exec(commentlessBody); + if (!headerMatch) { + console.log("No changelog entry found, skipping"); + return; + } + + let author = headerMatch[1]; + if (!author) { + console.log("No author found, setting it to author of the PR\n"); + author = user.login; + } + + // Get all changes from the body + const entries = getChanges(commentlessBody); + + + // Time is something like 2021-08-29T20:00:00Z + // Time should be something like 2023-02-18T00:00:00.0000000+00:00 + let time = merged_at; + if (time) + { + time = time.replace("z", ".0000000+00:00").replace("Z", ".0000000+00:00"); + } + else + { + console.log("Pull request was not merged, skipping"); + return; + } + + + // Construct changelog yml entry + const entry = { + author: author, + changes: entries, + id: getHighestCLNumber() + 1, + time: time, + }; + + // Write changelogs + writeChangelog(entry); + + console.log(`Changelog updated with changes from PR #${process.env.PR_NUMBER}`); +} + + +// Code chunking + +// Get all changes from the PR body +function getChanges(body) { + const matches = []; + const entries = []; + + for (const match of body.matchAll(EntryRegex)) { + matches.push([match[1], match[2]]); + } + + if (!matches) + { + console.log("No changes found, skipping"); + return; + } + + + // Check change types and construct changelog entry + matches.forEach((entry) => { + let type; + + switch (entry[0].toLowerCase()) { + case "add": + type = "Add"; + break; + case "remove": + type = "Remove"; + break; + case "tweak": + type = "Tweak"; + break; + case "fix": + type = "Fix"; + break; + default: + break; + } + + if (type) { + entries.push({ + type: type, + message: entry[1], + }); + } + }); + + return entries; +} + +// Get the highest changelog number from the changelogs file +function getHighestCLNumber() { + // Read changelogs file + const file = fs.readFileSync(`../../${process.env.CHANGELOG_DIR}`, "utf8"); + + // Get list of CL numbers + const data = yaml.load(file); + const entries = data && data.Entries ? Array.from(data.Entries) : []; + const clNumbers = entries.map((entry) => entry.id); + + // Return highest changelog number + return Math.max(...clNumbers, 0); +} + +function writeChangelog(entry) { + let data = { Entries: [] }; + + // Create a new changelogs file if it does not exist + if (fs.existsSync(`../../${process.env.CHANGELOG_DIR}`)) { + const file = fs.readFileSync(`../../${process.env.CHANGELOG_DIR}`, "utf8"); + data = yaml.load(file); + } + + data.Entries.push(entry); + + // Write updated changelogs file + fs.writeFileSync( + `../../${process.env.CHANGELOG_DIR}`, + "Entries:\n" + + yaml.dump(data.Entries, { indent: 2 }).replace(/^---/, "") + ); +} + +// Run main +main(); diff --git a/Tools/changelog/package.json b/Tools/changelog/package.json new file mode 100644 index 00000000000..50ba5b6549d --- /dev/null +++ b/Tools/changelog/package.json @@ -0,0 +1,7 @@ +{ + "name": "changelogs", + "dependencies": { + "axios": "^1.3.4", + "js-yaml": "^4.1.0" + } +} diff --git a/Tools/manual_changelog.py b/Tools/manual_changelog.py new file mode 100755 index 00000000000..3227e41df2c --- /dev/null +++ b/Tools/manual_changelog.py @@ -0,0 +1,150 @@ +#!/usr/bin/python +# Update the changelog manually, for when you don't want to bother setting up the bot. + +import argparse +import datetime +from re import compile as re_compile, I as re_I +from sys import stdin +from yaml import safe_load as yaml_safe_load, dump as yaml_dump + + +def make_timestamp(): + now = datetime.datetime.now(datetime.timezone.utc) + return now.isoformat() + +def load_changelog(infile): + print(f"Loading changelog {infile.name} ...") + return yaml_safe_load(infile) + +def make_change(change_type, message): + change_type = change_type.lower().capitalize() + + assert(type(message) == str) + assert(change_type in ['Add', 'Remove', 'Fix', 'Tweak']) + + return { + 'message': message, + 'type': change_type, + } + +def get_last_id(changelog): + return changelog['Entries'][-1]['id'] + +def insert_entry(changelog, author, changes): + new_id = 1 + get_last_id(changelog) + + assert(type(author) == str) + + entry = { + 'author': author, + 'changes': changes, + 'id': new_id, + 'time': make_timestamp(), + } + + changelog['Entries'].append(entry) + +def prune_entries(changelog, max_entries=500): + print(f"Pruning changelog to a maxmimum of {max_entries} entries ...") + changelog['Entries'] = changelog['Entries'][-max_entries:] + +def save_changelog(changelog, outfile): + print(f"Saving changelog to {outfile.name} ...") + yaml_dump(changelog, outfile) + +def parse_github_pull_request(changelog, stream): + re_changelog_header = re_compile(r'^\s*:?cl:?\s*(?P.*)', re_I) + re_change = re_compile(r'^\s*-?\s*(?Padd|fix|remove|tweak):(?P.+)', re_I) + + pending_entries_with_unspecified_author = [] + author = '' + stored_changes = [] + + def flush_changes(changes): + if len(changes) > 0: + if author == '': + pending_entries_with_unspecified_author.append(changes[:]) + else: + insert_entry(changelog, author, changes[:]) + + changes[:] = [] + + print("Type or paste in changelog entries from GitHub.\n") + + try: + # Parse the stream. + for line in stream: + line = line.strip() + + # Read change lines. + match = re_change.match(line) + + if match: + group = match.groupdict() + + ctype = group['type'].strip() + cmessage = group['message'].strip() + + stored_changes.append(make_change( + ctype, + cmessage, + )) + continue + + # Read author lines. + match = re_changelog_header.match(line) + + if match: + # Flush any changes before setting the new author. + flush_changes(stored_changes) + + group = match.groupdict() + author = group['author'].strip() + except KeyboardInterrupt: + pass + + # Finished reading from stream. + + # Flush any changes. + flush_changes(stored_changes) + + print("") + + # Deal with unspecified authors. + for entry in pending_entries_with_unspecified_author: + print(f"[!] Entry with unspecified author:\n{entry}") + print("\nEnter author> ", end='') + author = input() + insert_entry(changelog, author, entry) + + +def main(): + default_filename = 'Resources/Changelog/Changelog.yml' + + parser = argparse.ArgumentParser(description='Update the changelog manually.') + + parser.add_argument('--infile', type=str, + default=default_filename, + help='which file to load current entries from') + + parser.add_argument('--outfile', type=str, + default=default_filename, + help='which file to save results to') + + args = parser.parse_args() + + infile = open(args.infile, 'r') + cl = load_changelog(infile) + infile.close() + + parse_github_pull_request(cl, stdin) + prune_entries(cl) + + outfile = open(args.outfile, 'w') + save_changelog(cl, outfile) + outfile.close() + + print("Done!") + +if __name__ == "__main__": + main()