Adds Science, Chemistry, Mime Duffelbags. (#3026)
* Sprites * Entities * Adds fills and roles * Cleans up inconsistent duffel bag naming.
This commit is contained in:
@@ -56,14 +56,23 @@
|
||||
contents:
|
||||
- name: BoxSurvival
|
||||
|
||||
#- type: entity
|
||||
# abstract: true
|
||||
# parent: ClothingBackpackDuffelScience
|
||||
# id: ClothingBackpackDuffelScienceFilled
|
||||
# components:
|
||||
# - type: StorageFill
|
||||
# contents:
|
||||
# - name: BoxSurvival
|
||||
- type: entity
|
||||
abstract: true
|
||||
parent: ClothingBackpackDuffelScience
|
||||
id: ClothingBackpackDuffelScienceFilled
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- name: BoxSurvival
|
||||
|
||||
- type: entity
|
||||
abstract: true
|
||||
parent: ClothingBackpackDuffelMime
|
||||
id: ClothingBackpackDuffelMimeFilled
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- name: BoxSurvival
|
||||
|
||||
#- type: entity
|
||||
# abstract: true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- type: entity
|
||||
parent: ClothingBackpackDuffelMedical
|
||||
id: ClothingBackpackDuffelSurgeryFilled
|
||||
name: surgical duffelbag
|
||||
name: surgical duffel bag
|
||||
description: "A large duffel bag for holding extra medical supplies - this one seems to be designed for holding surgical tools."
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -16,7 +16,7 @@
|
||||
- type: entity
|
||||
parent: ClothingBackpackDuffelSyndicateMedical
|
||||
id: ClothingBackpackDuffelSyndicateFilledMedical
|
||||
name: syndicate surgical duffelbag
|
||||
name: syndicate surgical duffel bag
|
||||
description: "A large duffel bag for holding extra medical supplies - this one seems to be designed for holding surgical tools."
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -86,7 +86,7 @@
|
||||
- type: entity
|
||||
parent: ClothingBackpackDuffel
|
||||
id: ClothingBackpackDuffelSyndicateCostumeCentcom
|
||||
name: Centcom official costume duffelbag
|
||||
name: Centcom official costume duffel bag
|
||||
description: "Contains a full CentCom Official uniform set, headset and clipboard included. The headset comes without an encryption key."
|
||||
components:
|
||||
- type: StorageFill
|
||||
@@ -105,7 +105,7 @@
|
||||
- type: entity
|
||||
parent: ClothingBackpackDuffelClown
|
||||
id: ClothingBackpackDuffelSyndicateCostumeClown
|
||||
name: clown costume duffelbag
|
||||
name: clown costume duffel bag
|
||||
description: "Contains a complete Clown outfit."
|
||||
components:
|
||||
- type: StorageFill
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -26,4 +26,4 @@
|
||||
ears: ClothingHeadsetService
|
||||
innerclothingskirt: ClothingUniformJumpskirtMime
|
||||
satchel: ClothingBackpackSatchelFilled
|
||||
duffelbag: ClothingBackpackDuffelFilled
|
||||
duffelbag: ClothingBackpackDuffelMimeFilled
|
||||
|
||||
@@ -24,4 +24,4 @@
|
||||
ears: ClothingHeadsetScience
|
||||
innerclothingskirt: ClothingUniformJumpskirtResearchDirector
|
||||
satchel: ClothingBackpackSatchelScienceFilled
|
||||
duffelbag: ClothingBackpackDuffelFilled
|
||||
duffelbag: ClothingBackpackDuffelScienceFilled
|
||||
|
||||
@@ -22,4 +22,4 @@
|
||||
ears: ClothingHeadsetScience
|
||||
innerclothingskirt: ClothingUniformJumpskirtScientist
|
||||
satchel: ClothingBackpackSatchelScienceFilled
|
||||
duffelbag: ClothingBackpackDuffelFilled
|
||||
duffelbag: ClothingBackpackDuffelScienceFilled
|
||||
|
||||
Reference in New Issue
Block a user