Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add normal parents to our coats 🧰 #2251

Merged
merged 4 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading