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

@@ -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

View File

@@ -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

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

View File

@@ -26,4 +26,4 @@
ears: ClothingHeadsetService
innerclothingskirt: ClothingUniformJumpskirtMime
satchel: ClothingBackpackSatchelFilled
duffelbag: ClothingBackpackDuffelFilled
duffelbag: ClothingBackpackDuffelMimeFilled

View File

@@ -24,4 +24,4 @@
ears: ClothingHeadsetScience
innerclothingskirt: ClothingUniformJumpskirtResearchDirector
satchel: ClothingBackpackSatchelScienceFilled
duffelbag: ClothingBackpackDuffelFilled
duffelbag: ClothingBackpackDuffelScienceFilled

View File

@@ -22,4 +22,4 @@
ears: ClothingHeadsetScience
innerclothingskirt: ClothingUniformJumpskirtScientist
satchel: ClothingBackpackSatchelScienceFilled
duffelbag: ClothingBackpackDuffelFilled
duffelbag: ClothingBackpackDuffelScienceFilled

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 579 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 B

View 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
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 795 B

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 524 B

After

Width:  |  Height:  |  Size: 438 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 541 B

After

Width:  |  Height:  |  Size: 591 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 551 B

After

Width:  |  Height:  |  Size: 540 B

View File

@@ -8,7 +8,8 @@
},
"states": [
{
"name": "icon"
"name": "icon",
"directions": 1
},
{
"name": "equipped-BACKPACK",

Binary file not shown.

After

Width:  |  Height:  |  Size: 759 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 B

View 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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 666 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 B

View 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
}
]
}