Skip to content
Open
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
Expand Up @@ -142,6 +142,7 @@
ClothingUniformBrownSuitSkirt: 2
ClothingShoesLeather: 2
ClothingShoesBootsLaceup: 2
ClothingShoesBootsSurplus: 3
# End DeltaV additions
contrabandInventory:
ClothingMaskNeckGaiter: 2
Expand Down
11 changes: 11 additions & 0 deletions Resources/Prototypes/_DV/Entities/Clothing/Shoes/boots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,14 @@
sprite: _DV/Clothing/Shoes/Boots/fishing_boots.rsi
- type: Clothing
sprite: _DV/Clothing/Shoes/Boots/fishing_boots.rsi

- type: entity
parent: [ClothingShoesBaseButcherable]
id: ClothingShoesBootsSurplus
name: surplus boots
description: An old pair of boots. Not so useful for combat, but still plenty stylish.
components:
- type: Sprite
sprite: Clothing/Shoes/Boots/jackboots.rsi
- type: Clothing
sprite: Clothing/Shoes/Boots/jackboots.rsi
Loading