More Coats (#7939)

This commit is contained in:
Emisse
2022-05-18 15:58:15 -06:00
committed by GitHub
parent c22ea400a1
commit bcf5f3eba1
24 changed files with 156 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
- id: ClothingHandsGlovesCombat
- id: ClothingShoesBootsJack
- id: ClothingOuterCoatWarden
- id: ClothingOuterWinterWarden
- id: RubberStampWarden
- type: entity

View File

@@ -6,6 +6,7 @@
ClothingHeadHatTophat: 2
ClothingEyesGlassesBeer: 2
ClothingHeadsetService: 2
ClothingOuterWinterBar: 2
ClothingUniformJumpsuitBartender: 2
ClothingUniformJumpskirtBartender: 2
ClothingUniformJumpsuitBartenderPurple: 2

View File

@@ -3,6 +3,8 @@
name: AutoDrobe
spriteName: theater
startingInventory:
ClothingOuterWinterClown: 1
ClothingOuterWinterMime: 1
ClothingMaskJoy: 2
ClothingHeadHatCardborg: 2
ClothingOuterCardborg: 2

View File

@@ -26,6 +26,16 @@
- type: Clothing
sprite: Clothing/OuterClothing/WinterCoats/coatatmos.rsi
- type: entity
parent: ClothingOuterWinterCoat
id: ClothingOuterWinterBar
name: bartender winter coat
components:
- type: Sprite
sprite: Clothing/OuterClothing/WinterCoats/coatbar.rsi
- type: Clothing
sprite: Clothing/OuterClothing/WinterCoats/coatbar.rsi
- type: entity
parent: ClothingOuterWinterCoat
id: ClothingOuterWinterCap
@@ -86,6 +96,16 @@
- type: Clothing
sprite: Clothing/OuterClothing/WinterCoats/coatcmo.rsi
- type: entity
parent: ClothingOuterWinterCoat
id: ClothingOuterWinterClown
name: clown winter coat
components:
- type: Sprite
sprite: Clothing/OuterClothing/WinterCoats/coatclown.rsi
- type: Clothing
sprite: Clothing/OuterClothing/WinterCoats/coatclown.rsi
- type: entity
parent: ClothingOuterWinterCoat
id: ClothingOuterWinterEngi
@@ -156,6 +176,16 @@
- type: Clothing
sprite: Clothing/OuterClothing/WinterCoats/coatmed.rsi
- type: entity
parent: ClothingOuterWinterCoat
id: ClothingOuterWinterMime
name: mime winter coat
components:
- type: Sprite
sprite: Clothing/OuterClothing/WinterCoats/coatmime.rsi
- type: Clothing
sprite: Clothing/OuterClothing/WinterCoats/coatmime.rsi
- type: entity
parent: ClothingOuterWinterCoat
id: ClothingOuterWinterMiner
@@ -235,3 +265,21 @@
sprite: Clothing/OuterClothing/WinterCoats/coatviro.rsi
- type: Clothing
sprite: Clothing/OuterClothing/WinterCoats/coatviro.rsi
- type: entity
parent: ClothingOuterWinterCoat
id: ClothingOuterWinterWarden
name: warden's armored winter coat
description: A sturdy, utilitarian winter coat designed to protect a warden from any brig-bound threats and hypothermic events.
components:
- type: Sprite
sprite: Clothing/OuterClothing/WinterCoats/coatwarden.rsi
- type: Clothing
sprite: Clothing/OuterClothing/WinterCoats/coatwarden.rsi
- type: Armor
modifiers:
coefficients:
Blunt: 0.8
Slash: 0.8
Piercing: 0.6 #slightly less bulletproof than wardens normal coat
Heat: 0.75