Cardboard box, weight changes, bureaucracy crate (#5903)
Co-authored-by: fishfish458 <fishfish458>
This commit is contained in:
@@ -45,3 +45,15 @@
|
|||||||
cost: 1000
|
cost: 1000
|
||||||
category: Service
|
category: Service
|
||||||
group: market
|
group: market
|
||||||
|
|
||||||
|
- type: cargoProduct
|
||||||
|
name: "bureaucracy crate"
|
||||||
|
id: ServiceBureaucracy
|
||||||
|
description: "Several stacks of paper and a few pens, what more can you ask for."
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Misc/bureaucracy.rsi
|
||||||
|
state: pen
|
||||||
|
product: CrateServiceBureaucracy
|
||||||
|
cost: 1000
|
||||||
|
category: Service
|
||||||
|
group: market
|
||||||
|
|||||||
@@ -1,6 +1,21 @@
|
|||||||
|
- type: entity
|
||||||
|
name: cardboard box
|
||||||
|
parent: BoxBase
|
||||||
|
id: BoxCardboard
|
||||||
|
description: A cardboard box for storing things.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: box
|
||||||
|
- type: Item
|
||||||
|
size: 20
|
||||||
|
- type: Storage
|
||||||
|
capacity: 20
|
||||||
|
size: 20
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: lightbulb box
|
name: lightbulb box
|
||||||
parent: BoxBase
|
parent: BoxCardboard
|
||||||
id: BoxLightbulb
|
id: BoxLightbulb
|
||||||
description: This box is shaped on the inside so that only light tubes and bulbs fit.
|
description: This box is shaped on the inside so that only light tubes and bulbs fit.
|
||||||
components:
|
components:
|
||||||
@@ -12,11 +27,15 @@
|
|||||||
layers:
|
layers:
|
||||||
- state: box
|
- state: box
|
||||||
- state: light
|
- state: light
|
||||||
- type: Item
|
- type: Storage
|
||||||
|
capacity: 60
|
||||||
|
whitelist:
|
||||||
|
components:
|
||||||
|
- LightBulb
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: lighttube box
|
name: lighttube box
|
||||||
parent: BoxBase
|
parent: BoxCardboard
|
||||||
id: BoxLighttube
|
id: BoxLighttube
|
||||||
description: This box is shaped on the inside so that only light tubes and bulbs fit.
|
description: This box is shaped on the inside so that only light tubes and bulbs fit.
|
||||||
components:
|
components:
|
||||||
@@ -28,11 +47,15 @@
|
|||||||
layers:
|
layers:
|
||||||
- state: box
|
- state: box
|
||||||
- state: lighttube
|
- state: lighttube
|
||||||
- type: Item
|
- type: Storage
|
||||||
|
capacity: 60
|
||||||
|
whitelist:
|
||||||
|
components:
|
||||||
|
- LightBulb
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: mixed lights box
|
name: mixed lights box
|
||||||
parent: BoxBase
|
parent: BoxCardboard
|
||||||
id: BoxLightMixed
|
id: BoxLightMixed
|
||||||
description: This box is shaped on the inside so that only light tubes and bulbs fit.
|
description: This box is shaped on the inside so that only light tubes and bulbs fit.
|
||||||
components:
|
components:
|
||||||
@@ -46,29 +69,35 @@
|
|||||||
layers:
|
layers:
|
||||||
- state: box
|
- state: box
|
||||||
- state: lightmixed
|
- state: lightmixed
|
||||||
- type: Item
|
- type: Storage
|
||||||
|
capacity: 60
|
||||||
|
whitelist:
|
||||||
|
components:
|
||||||
|
- LightBulb
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: pda box
|
name: pda box
|
||||||
parent: BoxBase
|
parent: BoxCardboard
|
||||||
id: BoxPDA
|
id: BoxPDA
|
||||||
description: A box of spare PDA microcomputers.
|
description: A box of spare PDA microcomputers.
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: AssistantPDA
|
- id: AssistantPDA
|
||||||
amount: 3
|
amount: 6
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: box
|
- state: box
|
||||||
- state: pda
|
- state: pda
|
||||||
- type: Item
|
|
||||||
- type: Storage
|
- type: Storage
|
||||||
capacity: 30
|
capacity: 60
|
||||||
|
whitelist:
|
||||||
|
components:
|
||||||
|
- PDA
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: meson box
|
name: meson box
|
||||||
parent: BoxBase
|
parent: BoxCardboard
|
||||||
id: BoxMesonScanners
|
id: BoxMesonScanners
|
||||||
description: A box of spare meson goggles.
|
description: A box of spare meson goggles.
|
||||||
components:
|
components:
|
||||||
@@ -80,13 +109,10 @@
|
|||||||
layers:
|
layers:
|
||||||
- state: box
|
- state: box
|
||||||
- state: meson
|
- state: meson
|
||||||
- type: Item
|
|
||||||
- type: Storage
|
|
||||||
capacity: 20
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: survival box
|
name: survival box
|
||||||
parent: BoxBase
|
parent: BoxCardboard
|
||||||
id: BoxSurvival
|
id: BoxSurvival
|
||||||
description: It's box with basic internals inside.
|
description: It's box with basic internals inside.
|
||||||
components:
|
components:
|
||||||
@@ -101,15 +127,13 @@
|
|||||||
layers:
|
layers:
|
||||||
- state: box
|
- state: box
|
||||||
- state: writing
|
- state: writing
|
||||||
- type: Item
|
|
||||||
size: 20
|
|
||||||
- type: Storage
|
- type: Storage
|
||||||
capacity: 30
|
capacity: 30
|
||||||
size: 30
|
size: 30
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: box of hugs
|
name: box of hugs
|
||||||
parent: BoxSurvival
|
parent: BoxCardboard
|
||||||
id: BoxHug
|
id: BoxHug
|
||||||
description: A special box for sensitive people.
|
description: A special box for sensitive people.
|
||||||
components:
|
components:
|
||||||
@@ -119,3 +143,10 @@
|
|||||||
- state: heart
|
- state: heart
|
||||||
- type: Item
|
- type: Item
|
||||||
HeldPrefix: hug
|
HeldPrefix: hug
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: Brutepack
|
||||||
|
amount: 6
|
||||||
|
- type: Storage
|
||||||
|
capacity: 30
|
||||||
|
size: 30
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
name: syringe box
|
name: syringe box
|
||||||
parent: BoxBase
|
parent: BoxCardboard
|
||||||
id: BoxSyringe
|
id: BoxSyringe
|
||||||
description: A box full of syringes.
|
description: A box full of syringes.
|
||||||
components:
|
components:
|
||||||
@@ -12,14 +12,14 @@
|
|||||||
layers:
|
layers:
|
||||||
- state: box
|
- state: box
|
||||||
- state: syringe
|
- state: syringe
|
||||||
|
|
||||||
- type: Item
|
- type: Item
|
||||||
|
size: 30
|
||||||
- type: Storage
|
- type: Storage
|
||||||
capacity: 30
|
capacity: 30
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: pill canister box
|
name: pill canister box
|
||||||
parent: BoxBase
|
parent: BoxCardboard
|
||||||
id: BoxPillCanister
|
id: BoxPillCanister
|
||||||
description: A box full of pill canisters.
|
description: A box full of pill canisters.
|
||||||
components:
|
components:
|
||||||
@@ -31,14 +31,14 @@
|
|||||||
layers:
|
layers:
|
||||||
- state: box
|
- state: box
|
||||||
- state: pillbox
|
- state: pillbox
|
||||||
|
|
||||||
- type: Item
|
- type: Item
|
||||||
|
size: 30
|
||||||
- type: Storage
|
- type: Storage
|
||||||
capacity: 30
|
capacity: 30
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: sterile box
|
name: sterile box
|
||||||
parent: BoxBase
|
parent: BoxCardboard
|
||||||
id: BoxSterile
|
id: BoxSterile
|
||||||
description: This box contains sterile medical masks.
|
description: This box contains sterile medical masks.
|
||||||
components:
|
components:
|
||||||
@@ -51,13 +51,9 @@
|
|||||||
- state: box
|
- state: box
|
||||||
- state: sterile
|
- state: sterile
|
||||||
|
|
||||||
- type: Item
|
|
||||||
- type: Storage
|
|
||||||
capacity: 20
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: latex box
|
name: latex box
|
||||||
parent: BoxBase
|
parent: BoxCardboard
|
||||||
id: BoxLatex
|
id: BoxLatex
|
||||||
description: Contains sterile latex gloves.
|
description: Contains sterile latex gloves.
|
||||||
components:
|
components:
|
||||||
@@ -69,7 +65,3 @@
|
|||||||
layers:
|
layers:
|
||||||
- state: box
|
- state: box
|
||||||
- state: latex
|
- state: latex
|
||||||
|
|
||||||
- type: Item
|
|
||||||
- type: Storage
|
|
||||||
capacity: 20
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
name: beaker box
|
name: beaker box
|
||||||
parent: BoxBase
|
parent: BoxCardboard
|
||||||
id: BoxBeaker
|
id: BoxBeaker
|
||||||
description: A box full of beakers.
|
description: A box full of beakers.
|
||||||
components:
|
components:
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
layers:
|
layers:
|
||||||
- state: box
|
- state: box
|
||||||
- state: beaker
|
- state: beaker
|
||||||
|
|
||||||
- type: Item
|
- type: Item
|
||||||
|
size: 30
|
||||||
- type: Storage
|
- type: Storage
|
||||||
capacity: 30
|
capacity: 30
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
name: handcuff box
|
name: handcuff box
|
||||||
parent: BoxBase
|
parent: BoxCardboard
|
||||||
id: BoxHandcuff
|
id: BoxHandcuff
|
||||||
description: A box full of handcuffs.
|
description: A box full of handcuffs.
|
||||||
components:
|
components:
|
||||||
@@ -13,13 +13,9 @@
|
|||||||
- state: box_security
|
- state: box_security
|
||||||
- state: handcuff
|
- state: handcuff
|
||||||
|
|
||||||
- type: Item
|
|
||||||
- type: Storage
|
|
||||||
capacity: 20
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: flashbang box
|
name: flashbang box
|
||||||
parent: BoxBase
|
parent: BoxCardboard
|
||||||
id: BoxFlashbang
|
id: BoxFlashbang
|
||||||
description: 'WARNING: These devices are extremely dangerous and can cause blindness or deafness in repeated use.'
|
description: 'WARNING: These devices are extremely dangerous and can cause blindness or deafness in repeated use.'
|
||||||
components:
|
components:
|
||||||
@@ -32,13 +28,9 @@
|
|||||||
- state: box_security
|
- state: box_security
|
||||||
- state: flashbang
|
- state: flashbang
|
||||||
|
|
||||||
- type: Item
|
|
||||||
- type: Storage
|
|
||||||
capacity: 20
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: sechud box
|
name: sechud box
|
||||||
parent: BoxBase
|
parent: BoxCardboard
|
||||||
id: BoxSechud
|
id: BoxSechud
|
||||||
description: A box of security glasses.
|
description: A box of security glasses.
|
||||||
components:
|
components:
|
||||||
@@ -51,13 +43,9 @@
|
|||||||
- state: box_security
|
- state: box_security
|
||||||
- state: sechud
|
- state: sechud
|
||||||
|
|
||||||
- type: Item
|
|
||||||
- type: Storage
|
|
||||||
capacity: 20
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: ziptie box
|
name: ziptie box
|
||||||
parent: BoxBase
|
parent: BoxCardboard
|
||||||
id: BoxZiptie
|
id: BoxZiptie
|
||||||
description: A box full of zipties.
|
description: A box full of zipties.
|
||||||
components:
|
components:
|
||||||
@@ -69,7 +57,3 @@
|
|||||||
layers:
|
layers:
|
||||||
- state: box_security
|
- state: box_security
|
||||||
- state: ziptie
|
- state: ziptie
|
||||||
|
|
||||||
- type: Item
|
|
||||||
- type: Storage
|
|
||||||
capacity: 20
|
|
||||||
|
|||||||
@@ -74,3 +74,16 @@
|
|||||||
- id: GroundTobacco
|
- id: GroundTobacco
|
||||||
amount: 4
|
amount: 4
|
||||||
- id: Matchbox
|
- id: Matchbox
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: CrateServiceBureaucracy
|
||||||
|
name: bureaucracy crate
|
||||||
|
description: Several stacks of paper and a few pens, what more can you ask for.
|
||||||
|
parent: CrateGenericSteel
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: Paper
|
||||||
|
amount: 15
|
||||||
|
- id: Pen
|
||||||
|
amount: 2
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Consumable/Food/snacks.rsi
|
sprite: Objects/Consumable/Food/snacks.rsi
|
||||||
HeldPrefix: packet
|
HeldPrefix: packet
|
||||||
|
size: 3
|
||||||
# Snacks
|
# Snacks
|
||||||
|
|
||||||
# "Snacks" means food in a packet. Down the line this stuff can have multiple
|
# "Snacks" means food in a packet. Down the line this stuff can have multiple
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
id: CigCartonGreen
|
id: CigCartonGreen
|
||||||
parent: BoxBase
|
parent: BoxCardboard
|
||||||
name: Spessman's Smokes carton
|
name: Spessman's Smokes carton
|
||||||
description: "A carton containing 6 packets of Spessman's Smokes."
|
description: "A carton containing 6 packets of Spessman's Smokes."
|
||||||
components:
|
components:
|
||||||
@@ -12,6 +12,7 @@
|
|||||||
capacity: 36
|
capacity: 36
|
||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/green.rsi
|
sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/green.rsi
|
||||||
|
size: 36
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: CigPackGreen
|
- id: CigPackGreen
|
||||||
|
|||||||
@@ -206,7 +206,7 @@
|
|||||||
- CrayonPurple
|
- CrayonPurple
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseItem
|
parent: BoxCardboard
|
||||||
id: CrayonBox
|
id: CrayonBox
|
||||||
name: crayon box
|
name: crayon box
|
||||||
description: "It's a box of crayons."
|
description: "It's a box of crayons."
|
||||||
@@ -219,7 +219,7 @@
|
|||||||
capacity: 7
|
capacity: 7
|
||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Fun/crayons.rsi
|
sprite: Objects/Fun/crayons.rsi
|
||||||
size: 9999
|
size: 7
|
||||||
HeldPrefix: box
|
HeldPrefix: box
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseItem
|
parent: BoxCardboard
|
||||||
name: monkey cube box
|
name: monkey cube box
|
||||||
id: MonkeyCubeBox
|
id: MonkeyCubeBox
|
||||||
description: Drymate brand monkey cubes. Just add water!
|
description: Drymate brand monkey cubes. Just add water!
|
||||||
|
|||||||
@@ -23,6 +23,8 @@
|
|||||||
# This default isn't actually explicitly used right now.
|
# This default isn't actually explicitly used right now.
|
||||||
enum.PaperStatus.Blank: paper
|
enum.PaperStatus.Blank: paper
|
||||||
enum.PaperStatus.Written: paper_words
|
enum.PaperStatus.Written: paper_words
|
||||||
|
- type: Item
|
||||||
|
size: 1
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: Paper
|
parent: Paper
|
||||||
@@ -62,3 +64,4 @@
|
|||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Misc/bureaucracy.rsi
|
sprite: Objects/Misc/bureaucracy.rsi
|
||||||
HeldPrefix: pen
|
HeldPrefix: pen
|
||||||
|
size: 2
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
state: icon-3
|
state: icon-3
|
||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Specific/Janitorial/trashbag.rsi
|
sprite: Objects/Specific/Janitorial/trashbag.rsi
|
||||||
|
size: 125
|
||||||
- type: Storage
|
- type: Storage
|
||||||
capacity: 125
|
capacity: 125
|
||||||
quickInsert: true
|
quickInsert: true
|
||||||
@@ -18,20 +19,12 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
name: trash bag
|
name: trash bag
|
||||||
id: TrashBagBlue
|
id: TrashBagBlue
|
||||||
parent: BaseItem
|
parent: TrashBag
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Specific/Janitorial/trashbag.rsi
|
|
||||||
state: blue-icon-3
|
state: blue-icon-3
|
||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Specific/Janitorial/trashbag.rsi
|
|
||||||
HeldPrefix: blue
|
HeldPrefix: blue
|
||||||
- type: Storage
|
|
||||||
capacity: 125
|
|
||||||
quickInsert: true
|
|
||||||
areaInsert: true
|
|
||||||
storageSoundCollection:
|
|
||||||
collection: trashBagRustle
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: spell of all-consuming cleanliness
|
name: spell of all-consuming cleanliness
|
||||||
|
|||||||
@@ -312,6 +312,7 @@
|
|||||||
- ServiceSmokeables
|
- ServiceSmokeables
|
||||||
- ServiceCustomSmokable
|
- ServiceCustomSmokable
|
||||||
- SalvageEquipment
|
- SalvageEquipment
|
||||||
|
- ServiceBureaucracy
|
||||||
- EngineeringCableLv
|
- EngineeringCableLv
|
||||||
- EngineeringCableMv
|
- EngineeringCableMv
|
||||||
- EngineeringCableHv
|
- EngineeringCableHv
|
||||||
|
|||||||
Reference in New Issue
Block a user