From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Sat, 30 Dec 2023 02:23:07 +0000 (-0600) Subject: Add minor bureaucracy buff (#23185) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3f8b16561d4c29a16dab49f7a6da033de368305d;p=space-station-14.git Add minor bureaucracy buff (#23185) * add minor bureaucracy buff * 25->20 --------- Co-authored-by: Jeff --- diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/folders.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/folders.yml new file mode 100644 index 0000000000..3ca5731bd8 --- /dev/null +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/folders.yml @@ -0,0 +1,24 @@ +- type: entity + name: Random Folder Spawner + id: FolderSpawner + parent: MarkerBase + placement: + mode: PlaceFree + components: + - type: Transform + anchored: false + - type: Sprite + sprite: Objects/Misc/bureaucracy.rsi + layers: + - state: folder-base + - state: folder-colormap + - type: RandomSpawner + offset: 0 + prototypes: + - BoxFolderRed + - BoxFolderBlue + - BoxFolderYellow + - BoxFolderWhite + - BoxFolderGrey + - BoxFolderBlack + - BoxFolderGreen diff --git a/Resources/Prototypes/Entities/Structures/Storage/paper_bin.yml b/Resources/Prototypes/Entities/Structures/Storage/paper_bin.yml index 5d53ccddd1..44caba4c0d 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/paper_bin.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/paper_bin.yml @@ -76,3 +76,35 @@ tags: - Document - Write + +- type: entity + parent: PaperBin + id: PaperBin20 + suffix: 20 + components: + - type: Bin + initialContents: + - Paper + - Paper + - Paper + - Paper + - Paper + - Paper + - Paper + - Paper + - Paper + - Paper + - Paper + - Paper + - Paper + - Paper + - Paper + - Paper + - Paper + - Paper + - Paper + - Paper + whitelist: + tags: + - Document + - Write