Plague mask/suit (#7284)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
Kai Shiba
2022-03-30 15:19:06 +01:00
committed by GitHub
parent 509aff8e07
commit 5a35cecc50
14 changed files with 81 additions and 1 deletions

View File

@@ -18,3 +18,5 @@
ClothingHeadHatWitch1: 1
ClothingHeadHelmetCult: 1
ClothingHeadsetService: 2
ClothingOuterPlagueSuit: 1
ClothingMaskPlague: 1

View File

@@ -199,7 +199,7 @@
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatPlaguedoctor
name: plague doctor mask
name: plague doctor hat
description: These were once used by plague doctors.
components:
- type: Sprite

View File

@@ -93,3 +93,18 @@
- type: AddAccentClothing
accent: ReplacementAccent
replacement: mumble
- type: entity
parent: ClothingMaskBase
id: ClothingMaskPlague
name: plague doctor mask
description: A bad omen
components:
- type: Sprite
sprite: Clothing/Mask/plaguedoctormask.rsi
- type: Clothing
sprite: Clothing/Mask/plaguedoctormask.rsi
- type: BreathMask
- type: IngestionBlocker
- type: DiseaseProtection
protection: 0.1

View File

@@ -198,3 +198,14 @@
sprite: Clothing/OuterClothing/Misc/skubbody.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Misc/skubbody.rsi
- type: entity
parent: ClothingOuterBase
id: ClothingOuterPlagueSuit
name: plague doctor suit
description: A bad omen
components:
- type: Sprite
sprite: Clothing/OuterClothing/Misc/plaguedoctorsuit.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Misc/plaguedoctorsuit.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from TGstation github https://github.com/tgstation/tgstation/commit/e89db4dd4f42377b0adafb06806a763314a89034",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-MASK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 978 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1014 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from TGstation github https://github.com/tgstation/tgstation/commit/e89db4dd4f42377b0adafb06806a763314a89034",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}