Waist bags (#14474)
* Everything (hopefully) * makes them actually obtainable (oops) * renames the fannypack to "waist bag" * Removes and replaces remaining mentions of fannypacks * oops
@@ -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
@@ -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"
|
||||
BIN
Resources/Textures/Clothing/Belt/waistbag.rsi/equipped-BELT.png
Normal file
|
After Width: | Height: | Size: 273 B |
|
After Width: | Height: | Size: 179 B |
BIN
Resources/Textures/Clothing/Belt/waistbag.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 317 B |
28
Resources/Textures/Clothing/Belt/waistbag.rsi/meta.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 171 B |
BIN
Resources/Textures/Clothing/Belt/waistbag.rsi/waistbag.png
Normal file
|
After Width: | Height: | Size: 317 B |
|
After Width: | Height: | Size: 382 B |
BIN
Resources/Textures/Clothing/Belt/waistbag_leather.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 461 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||