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"

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

View File

@@ -0,0 +1,28 @@
{
"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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 B

View File

@@ -0,0 +1,18 @@
{
"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
}
]
}