ClothingHeadRastaHat: 2
ClothingNeckScarfStripedRed: 3
ClothingNeckScarfStripedBlue: 3
- ClothingNeckScarfStripedGreen: 3
\ No newline at end of file
+ ClothingNeckScarfStripedGreen: 3
+ ClothingBeltStorageWaistbag: 3
\ No newline at end of file
--- /dev/null
+- 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"
\ No newline at end of file
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/bb7fbdc95eb79ca8bdaa2e046b99267f2cfe4247",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "waistbag"
+ },
+ {
+ "name": "waistbag-trinkets"
+ },
+ {
+ "name": "equipped-BELT",
+ "directions": 4
+ },
+ {
+ "name": "equipped-trinkets",
+ "directions": 4
+ }
+ ]
+}
\ No newline at end of file
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/bb7fbdc95eb79ca8bdaa2e046b99267f2cfe4247",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-BELT",
+ "directions": 4
+ }
+ ]
+}
\ No newline at end of file