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:
Flareguy
2023-03-19 19:45:38 -05:00
committed by GitHub
parent 7a247ce274
commit 854f88d69c
12 changed files with 82 additions and 1 deletions

View File

@@ -42,6 +42,8 @@
prob: 0.1
- id: ResearchDisk
prob: 0.1
- id: ClothingBeltStorageWaistbag
prob: 0.1
# - Service
- id: CrayonBox
prob: 0.1

View File

@@ -58,4 +58,5 @@
ClothingHeadRastaHat: 2
ClothingNeckScarfStripedRed: 3
ClothingNeckScarfStripedBlue: 3
ClothingNeckScarfStripedGreen: 3
ClothingNeckScarfStripedGreen: 3
ClothingBeltStorageWaistbag: 3

View 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"