Adds Science, Chemistry, Mime Duffelbags. (#3026)
* Sprites * Entities * Adds fills and roles * Cleans up inconsistent duffel bag naming.
@@ -56,14 +56,23 @@
|
|||||||
contents:
|
contents:
|
||||||
- name: BoxSurvival
|
- name: BoxSurvival
|
||||||
|
|
||||||
#- type: entity
|
- type: entity
|
||||||
# abstract: true
|
abstract: true
|
||||||
# parent: ClothingBackpackDuffelScience
|
parent: ClothingBackpackDuffelScience
|
||||||
# id: ClothingBackpackDuffelScienceFilled
|
id: ClothingBackpackDuffelScienceFilled
|
||||||
# components:
|
components:
|
||||||
# - type: StorageFill
|
- type: StorageFill
|
||||||
# contents:
|
contents:
|
||||||
# - name: BoxSurvival
|
- name: BoxSurvival
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
abstract: true
|
||||||
|
parent: ClothingBackpackDuffelMime
|
||||||
|
id: ClothingBackpackDuffelMimeFilled
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- name: BoxSurvival
|
||||||
|
|
||||||
#- type: entity
|
#- type: entity
|
||||||
# abstract: true
|
# abstract: true
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBackpackDuffelMedical
|
parent: ClothingBackpackDuffelMedical
|
||||||
id: ClothingBackpackDuffelSurgeryFilled
|
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."
|
description: "A large duffel bag for holding extra medical supplies - this one seems to be designed for holding surgical tools."
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBackpackDuffelSyndicateMedical
|
parent: ClothingBackpackDuffelSyndicateMedical
|
||||||
id: ClothingBackpackDuffelSyndicateFilledMedical
|
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."
|
description: "A large duffel bag for holding extra medical supplies - this one seems to be designed for holding surgical tools."
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
@@ -86,7 +86,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBackpackDuffel
|
parent: ClothingBackpackDuffel
|
||||||
id: ClothingBackpackDuffelSyndicateCostumeCentcom
|
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."
|
description: "Contains a full CentCom Official uniform set, headset and clipboard included. The headset comes without an encryption key."
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBackpackDuffelClown
|
parent: ClothingBackpackDuffelClown
|
||||||
id: ClothingBackpackDuffelSyndicateCostumeClown
|
id: ClothingBackpackDuffelSyndicateCostumeClown
|
||||||
name: clown costume duffelbag
|
name: clown costume duffel bag
|
||||||
description: "Contains a complete Clown outfit."
|
description: "Contains a complete Clown outfit."
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
- type: Storage
|
- type: Storage
|
||||||
capacity: 100
|
capacity: 100
|
||||||
storageSoundCollection : storageRustle
|
storageSoundCollection : storageRustle
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBackpackDuffel
|
parent: ClothingBackpackDuffel
|
||||||
id: ClothingBackpackDuffelEngineering
|
id: ClothingBackpackDuffelEngineering
|
||||||
@@ -72,6 +72,39 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Back/Duffels/security.rsi
|
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
|
- type: entity
|
||||||
parent: ClothingBackpackDuffel
|
parent: ClothingBackpackDuffel
|
||||||
id: ClothingBackpackDuffelSyndicate
|
id: ClothingBackpackDuffelSyndicate
|
||||||
|
|||||||
@@ -26,4 +26,4 @@
|
|||||||
ears: ClothingHeadsetService
|
ears: ClothingHeadsetService
|
||||||
innerclothingskirt: ClothingUniformJumpskirtMime
|
innerclothingskirt: ClothingUniformJumpskirtMime
|
||||||
satchel: ClothingBackpackSatchelFilled
|
satchel: ClothingBackpackSatchelFilled
|
||||||
duffelbag: ClothingBackpackDuffelFilled
|
duffelbag: ClothingBackpackDuffelMimeFilled
|
||||||
|
|||||||
@@ -24,4 +24,4 @@
|
|||||||
ears: ClothingHeadsetScience
|
ears: ClothingHeadsetScience
|
||||||
innerclothingskirt: ClothingUniformJumpskirtResearchDirector
|
innerclothingskirt: ClothingUniformJumpskirtResearchDirector
|
||||||
satchel: ClothingBackpackSatchelScienceFilled
|
satchel: ClothingBackpackSatchelScienceFilled
|
||||||
duffelbag: ClothingBackpackDuffelFilled
|
duffelbag: ClothingBackpackDuffelScienceFilled
|
||||||
|
|||||||
@@ -22,4 +22,4 @@
|
|||||||
ears: ClothingHeadsetScience
|
ears: ClothingHeadsetScience
|
||||||
innerclothingskirt: ClothingUniformJumpskirtScientist
|
innerclothingskirt: ClothingUniformJumpskirtScientist
|
||||||
satchel: ClothingBackpackSatchelScienceFilled
|
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": [
|
"states": [
|
||||||
{
|
{
|
||||||
"name": "icon"
|
"name": "icon",
|
||||||
|
"directions": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "equipped-BACKPACK",
|
"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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||