Plague mask/suit (#7284)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
@@ -18,3 +18,5 @@
|
||||
ClothingHeadHatWitch1: 1
|
||||
ClothingHeadHelmetCult: 1
|
||||
ClothingHeadsetService: 2
|
||||
ClothingOuterPlagueSuit: 1
|
||||
ClothingMaskPlague: 1
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
After Width: | Height: | Size: 448 B |
BIN
Resources/Textures/Clothing/Mask/plaguedoctormask.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 395 B |
|
After Width: | Height: | Size: 308 B |
|
After Width: | Height: | Size: 311 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 603 B |
|
After Width: | Height: | Size: 978 B |
|
After Width: | Height: | Size: 1014 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||