Cardboard box, weight changes, bureaucracy crate (#5903)

Co-authored-by: fishfish458 <fishfish458>
This commit is contained in:
Fishfish458
2021-12-30 20:28:38 -06:00
committed by GitHub
parent 27b216bdd7
commit 2aad04ccb9
13 changed files with 99 additions and 69 deletions

View File

@@ -19,7 +19,7 @@
- type: Item
sprite: Objects/Consumable/Food/snacks.rsi
HeldPrefix: packet
size: 3
# Snacks
# "Snacks" means food in a packet. Down the line this stuff can have multiple

View File

@@ -1,6 +1,6 @@
- type: entity
id: CigCartonGreen
parent: BoxBase
parent: BoxCardboard
name: Spessman's Smokes carton
description: "A carton containing 6 packets of Spessman's Smokes."
components:
@@ -12,6 +12,7 @@
capacity: 36
- type: Item
sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/green.rsi
size: 36
- type: StorageFill
contents:
- id: CigPackGreen

View File

@@ -206,7 +206,7 @@
- CrayonPurple
- type: entity
parent: BaseItem
parent: BoxCardboard
id: CrayonBox
name: crayon box
description: "It's a box of crayons."
@@ -219,7 +219,7 @@
capacity: 7
- type: Item
sprite: Objects/Fun/crayons.rsi
size: 9999
size: 7
HeldPrefix: box
- type: StorageFill
contents:

View File

@@ -1,5 +1,5 @@
- type: entity
parent: BaseItem
parent: BoxCardboard
name: monkey cube box
id: MonkeyCubeBox
description: Drymate brand monkey cubes. Just add water!

View File

@@ -23,6 +23,8 @@
# This default isn't actually explicitly used right now.
enum.PaperStatus.Blank: paper
enum.PaperStatus.Written: paper_words
- type: Item
size: 1
- type: entity
parent: Paper
@@ -62,3 +64,4 @@
- type: Item
sprite: Objects/Misc/bureaucracy.rsi
HeldPrefix: pen
size: 2

View File

@@ -8,6 +8,7 @@
state: icon-3
- type: Item
sprite: Objects/Specific/Janitorial/trashbag.rsi
size: 125
- type: Storage
capacity: 125
quickInsert: true
@@ -18,20 +19,12 @@
- type: entity
name: trash bag
id: TrashBagBlue
parent: BaseItem
parent: TrashBag
components:
- type: Sprite
sprite: Objects/Specific/Janitorial/trashbag.rsi
state: blue-icon-3
- type: Item
sprite: Objects/Specific/Janitorial/trashbag.rsi
HeldPrefix: blue
- type: Storage
capacity: 125
quickInsert: true
areaInsert: true
storageSoundCollection:
collection: trashBagRustle
- type: entity
name: spell of all-consuming cleanliness

View File

@@ -312,6 +312,7 @@
- ServiceSmokeables
- ServiceCustomSmokable
- SalvageEquipment
- ServiceBureaucracy
- EngineeringCableLv
- EngineeringCableMv
- EngineeringCableHv