Adds Science, Chemistry, Mime Duffelbags. (#3026)
* Sprites * Entities * Adds fills and roles * Cleans up inconsistent duffel bag naming.
@@ -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
|
||||
|
||||
|
After Width: | Height: | Size: 657 B |
BIN
Resources/Textures/Clothing/Back/Duffels/chemistry.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 477 B |
|
After Width: | Height: | Size: 579 B |
|
After Width: | Height: | Size: 534 B |
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 795 B After Width: | Height: | Size: 683 B |
|
Before Width: | Height: | Size: 524 B After Width: | Height: | Size: 438 B |
|
Before Width: | Height: | Size: 541 B After Width: | Height: | Size: 591 B |
|
Before Width: | Height: | Size: 551 B After Width: | Height: | Size: 540 B |
@@ -8,7 +8,8 @@
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
"name": "icon",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "equipped-BACKPACK",
|
||||
|
||||
|
After Width: | Height: | Size: 759 B |
BIN
Resources/Textures/Clothing/Back/Duffels/mime.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 502 B |
|
After Width: | Height: | Size: 631 B |
|
After Width: | Height: | Size: 593 B |
27
Resources/Textures/Clothing/Back/Duffels/mime.rsi/meta.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 666 B |
BIN
Resources/Textures/Clothing/Back/Duffels/science.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 403 B |
|
After Width: | Height: | Size: 565 B |
|
After Width: | Height: | Size: 526 B |
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||