Clipboards added to autolathe (and other folder changes) (#37705)

* Added plastic clipboards; added plastic clipboards to the PTech machine; added clipboards & plastic clipboards to the autolathe

* Fixed plastic clipboard inhand sprites; added and implemented 'empty' clipboard prototypes

* Cleaned up code for empty clipboards; removed BoxFolderBaseEmpty since now it's redundant

* Extensive folder cleanup

* Bugfixed random folder spawns

* Reduced amount of paper in CrateServiceBureaucracy

* Medical folder sprite rename

* BaseTraitorSocialObjective sprite fix

* Added office paper to bureaucracy crate

* First pass at addressing recent review

* Second pass at addressing recent review

* Fix of weird migration.yml error

* whoops, forgot to undo the rename to folder-white.png in the last few commits

* whoops, didn't commit that last commit properly

* whoops, forgot to undo this reordering
This commit is contained in:
Hitlinemoss
2025-08-27 03:07:32 -04:00
committed by GitHub
parent 2965522cdd
commit 60ea2b37fb
22 changed files with 247 additions and 89 deletions

View File

@@ -38,6 +38,12 @@
- CableMVStack
- CableHVStack
- type: latheRecipePack
id: PaperworkStatic
recipes:
- BoxFolderClipboardEmpty
- BoxFolderPlasticClipboardEmpty
## Dynamic
# Things you'd expect sci salv and engi to make use of

View File

@@ -276,4 +276,19 @@
completetime: 1
materials:
Steel: 30
- type: latheRecipe
id: BoxFolderClipboardEmpty
result: BoxFolderClipboardEmpty
completetime: 2
materials:
Wood: 100
Steel: 25
- type: latheRecipe
id: BoxFolderPlasticClipboardEmpty
result: BoxFolderPlasticClipboardEmpty
completetime: 2
materials:
Plastic: 100
Steel: 25