Waist bags (#14474)
* Everything (hopefully) * makes them actually obtainable (oops) * renames the fannypack to "waist bag" * Removes and replaces remaining mentions of fannypacks * oops
This commit is contained in:
@@ -42,6 +42,8 @@
|
||||
prob: 0.1
|
||||
- id: ResearchDisk
|
||||
prob: 0.1
|
||||
- id: ClothingBeltStorageWaistbag
|
||||
prob: 0.1
|
||||
# - Service
|
||||
- id: CrayonBox
|
||||
prob: 0.1
|
||||
|
||||
@@ -58,4 +58,5 @@
|
||||
ClothingHeadRastaHat: 2
|
||||
ClothingNeckScarfStripedRed: 3
|
||||
ClothingNeckScarfStripedBlue: 3
|
||||
ClothingNeckScarfStripedGreen: 3
|
||||
ClothingNeckScarfStripedGreen: 3
|
||||
ClothingBeltStorageWaistbag: 3
|
||||
32
Resources/Prototypes/Entities/Clothing/Belt/waist_bags.yml
Normal file
32
Resources/Prototypes/Entities/Clothing/Belt/waist_bags.yml
Normal file
@@ -0,0 +1,32 @@
|
||||
- type: entity
|
||||
parent: ClothingBeltStorageBase
|
||||
id: ClothingBeltStorageWaistbag
|
||||
name: leather waist bag
|
||||
description: A leather waist bag meant for carrying small items.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Belt/waistbag_leather.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Belt/waistbag_leather.rsi
|
||||
- type: Storage
|
||||
capacity: 20
|
||||
|
||||
#Colorization on worn items doesn't work. If this ever gets fixed, you can duplicate this entry and change the color on the sprite to add color variants.
|
||||
#- type: entity
|
||||
# parent: ClothingBeltStorageWaistbag
|
||||
# id: ClothingBeltWaistbagColorRed
|
||||
# name: red waist bag
|
||||
# description: A waist bag meant for carrying small items.
|
||||
# components:
|
||||
# - type: Sprite
|
||||
# sprite: Clothing/Belt/waistbag.rsi
|
||||
# layers:
|
||||
# - state: "waistbag"
|
||||
# color: "#bf1313"
|
||||
# - state: "waistbag-trinkets"
|
||||
# - type: Clothing
|
||||
# sprite: Clothing/Belt/waistbag.rsi
|
||||
# layers:
|
||||
# - state: "equipped-BELT"
|
||||
# color: "#bf1313"
|
||||
# - state: "equipped-trinkets"
|
||||
Reference in New Issue
Block a user