Skip to content

Commit

Permalink
Fix corvax coats prototypes (#2251)
Browse files Browse the repository at this point in the history
Co-authored-by: lzk <[email protected]>
  • Loading branch information
icekot8 and lzk228 authored Jun 13, 2024
1 parent af33e9d commit 3c6c45c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
- type: entity
parent: ClothingOuterStorageBase
parent: ClothingOuterCoatHoSTrench
id: ClothingOuterCoatHoSGreatcoat
name: armored greatcoat
description: A greatcoat enhanced with a special alloy for some extra protection and style for those with a commanding presence.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Coats/hos_greatcoat.rsi
sprite: Corvax/Clothing/OuterClothing/Coats/hos_greatcoat.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/hos_greatcoat.rsi
sprite: Corvax/Clothing/OuterClothing/Coats/hos_greatcoat.rsi
- type: Armor
modifiers:
coefficients:
Expand All @@ -17,7 +17,7 @@
Heat: 0.7

- type: entity
parent: ClothingOuterStorageBase
parent: ClothingOuterCoatDetectiveLoadout
id: ClothingOuterCoatDetectiveDark
name: noir trenchcoat
description: A hard-boiled private investigator's dark trenchcoat.
Expand All @@ -26,9 +26,6 @@
sprite: Corvax/Clothing/OuterClothing/Coats/noirdet.rsi
- type: Clothing
sprite: Corvax/Clothing/OuterClothing/Coats/noirdet.rsi
- type: StorageFill
contents:
- id: SmokingPipeFilledTobacco
- type: Armor
modifiers:
coefficients:
Expand All @@ -38,7 +35,7 @@
Heat: 0.9

- type: entity
parent: ClothingOuterStorageBase
parent: ClothingOuterCoatWarden
id: ClothingOuterCoatWardenAlt
name: warden's jacket
description: A navy-blue armored jacket with blue shoulder designations and '/Warden/' stitched into one of the chest pockets.
Expand Down

0 comments on commit 3c6c45c

Please sign in to comment.