Cardboard box, weight changes, bureaucracy crate (#5903)
Co-authored-by: fishfish458 <fishfish458>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
parent: BoxCardboard
|
||||
name: monkey cube box
|
||||
id: MonkeyCubeBox
|
||||
description: Drymate brand monkey cubes. Just add water!
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -312,6 +312,7 @@
|
||||
- ServiceSmokeables
|
||||
- ServiceCustomSmokable
|
||||
- SalvageEquipment
|
||||
- ServiceBureaucracy
|
||||
- EngineeringCableLv
|
||||
- EngineeringCableMv
|
||||
- EngineeringCableHv
|
||||
|
||||
Reference in New Issue
Block a user