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

View File

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

View File

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

View File

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

View File

@@ -22,4 +22,4 @@
ears: ClothingHeadsetScience ears: ClothingHeadsetScience
innerclothingskirt: ClothingUniformJumpskirtScientist innerclothingskirt: ClothingUniformJumpskirtScientist
satchel: ClothingBackpackSatchelScienceFilled 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": [ "states": [
{ {
"name": "icon" "name": "icon",
"directions": 1
}, },
{ {
"name": "equipped-BACKPACK", "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
}
]
}