]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add smuggler stashes (#19460)
authorVelcroboy <107660393+IamVelcroboy@users.noreply.github.com>
Wed, 26 Mar 2025 15:20:15 +0000 (10:20 -0500)
committerGitHub <noreply@github.com>
Wed, 26 Mar 2025 15:20:15 +0000 (16:20 +0100)
commitb7b3167302bf5ad32e8bff23758f1aeb0ef4d49c
treefcf67418e93264110371264819e6e889ac3e4b54
parent9b28aedbc560f402db36275b6cadd7c3094f13a3
Add smuggler stashes (#19460)

* Add smuggler stashes

* Prevent anchor/collision test fail

* Enabled = false

* Oops, missed one

* NYAH!1984

* Split/Rebalance loot pools and fix test fail

* Errg, still with the canCollide thing

* Removed notes, additional balance tweaking, removed some blank lines

* Replace generator IDs

* Adjust briefcase fill

* Node moved

* Use noSpawn

* Goldschlonger

* Adjusts fills for grid-inv

* Replace removed items

* Replace removed items part 2

* Add empty satchel to clothesmate contraband inventory

* Merge master and switch spawning to roundstart event

* Cleaned up and converted to entity spawn tables + Added funny clown satchel

* Adds comp to prevent stacking bags

* Inital cleanup

* More changes

* ff

* Some fixes but yaml needs to be organized and a few bugs remain

* Final fixes

* Cleanup

* good

* One more

* minor tweaks

* Rename

* Combine dupe fields

* address review

* review

* make linter happy

* names, contraband status

* uplink

* small bugfix

---------

Co-authored-by: Jeff <velcroboy333@hotmail.com>
Co-authored-by: beck-thompson <beck314159@hotmail.com>
Co-authored-by: Milon <milonpl.git@proton.me>
Co-authored-by: ScarKy0 <scarky0@onet.eu>
17 files changed:
Content.Shared/Construction/Components/BlockAnchorOnComponent.cs [new file with mode: 0644]
Content.Shared/Construction/EntitySystems/BlockAnchorOnSystem.cs [new file with mode: 0644]
Content.Shared/Storage/Components/AnchoredStorageFilterComponent.cs [new file with mode: 0644]
Content.Shared/Storage/EntitySystems/AnchoredStorageFilterSystem.cs [new file with mode: 0644]
Resources/Locale/en-US/construction/components/block-anchor-component.ftl [new file with mode: 0644]
Resources/Locale/en-US/store/uplink-catalog.ftl
Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml
Resources/Prototypes/Catalog/uplink_catalog.yml
Resources/Prototypes/Entities/Clothing/Back/smuggler.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Clothing/Back/smuggler_tables.yml [new file with mode: 0644]
Resources/Prototypes/GameRules/events.yml
Resources/Prototypes/GameRules/roundstart.yml
Resources/Textures/Clothing/Back/Satchels/smuggler.rsi/equipped-BACKPACK.png [new file with mode: 0644]
Resources/Textures/Clothing/Back/Satchels/smuggler.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Back/Satchels/smuggler.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Back/Satchels/smuggler.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Back/Satchels/smuggler.rsi/meta.json [new file with mode: 0644]