Adds Science, Chemistry, Mime Duffelbags. (#3026)

* Sprites

* Entities

* Adds fills and roles

* Cleans up inconsistent duffel bag naming.
This commit is contained in:
Swept
2021-01-19 08:54:43 +00:00
committed by GitHub
parent 5bc7343a9b
commit 23c1b5e05d
26 changed files with 141 additions and 17 deletions

View File

@@ -16,7 +16,7 @@
- type: Storage
capacity: 100
storageSoundCollection : storageRustle
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelEngineering
@@ -72,6 +72,39 @@
- type: Clothing
sprite: Clothing/Back/Duffels/security.rsi
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelChemistry
name: chemistry duffel bag
description: "A large duffel bag for holding extra beakers and test tubes."
components:
- type: Sprite
sprite: Clothing/Back/Duffels/chemistry.rsi
- type: Clothing
sprite: Clothing/Back/Duffels/chemistry.rsi
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelMime
name: mime duffel bag
description: "A large duffel bag for holding... mime... stuff."
components:
- type: Sprite
sprite: Clothing/Back/Duffels/mime.rsi
- type: Clothing
sprite: Clothing/Back/Duffels/mime.rsi
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelScience
name: science duffel bag
description: "A large duffel bag for holding extra science related goods."
components:
- type: Sprite
sprite: Clothing/Back/Duffels/science.rsi
- type: Clothing
sprite: Clothing/Back/Duffels/science.rsi
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelSyndicate