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