Add Chef's Belt (#22868)
* Add Chef's Belt * Reduce contents in filled belt to just s&p --------- Co-authored-by: Jeff <velcroboy333@hotmail.com>
BIN
Resources/Textures/Clothing/Belt/belt_overlay.rsi/bbqsauce.png
Normal file
|
After Width: | Height: | Size: 272 B |
BIN
Resources/Textures/Clothing/Belt/belt_overlay.rsi/cleaver.png
Normal file
|
After Width: | Height: | Size: 483 B |
BIN
Resources/Textures/Clothing/Belt/belt_overlay.rsi/coldsauce.png
Normal file
|
After Width: | Height: | Size: 213 B |
BIN
Resources/Textures/Clothing/Belt/belt_overlay.rsi/enzyme.png
Normal file
|
After Width: | Height: | Size: 336 B |
BIN
Resources/Textures/Clothing/Belt/belt_overlay.rsi/hotsauce.png
Normal file
|
After Width: | Height: | Size: 309 B |
BIN
Resources/Textures/Clothing/Belt/belt_overlay.rsi/ketchup.png
Normal file
|
After Width: | Height: | Size: 312 B |
|
After Width: | Height: | Size: 383 B |
@@ -7,12 +7,21 @@
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "bbqsauce"
|
||||
},
|
||||
{
|
||||
"name": "bottle"
|
||||
},
|
||||
{
|
||||
"name": "bottle_spray"
|
||||
},
|
||||
{
|
||||
"name": "cleaver"
|
||||
},
|
||||
{
|
||||
"name": "coldsauce"
|
||||
},
|
||||
{
|
||||
"name": "crowbar"
|
||||
},
|
||||
@@ -40,6 +49,9 @@
|
||||
{
|
||||
"name": "drill"
|
||||
},
|
||||
{
|
||||
"name": "enzyme"
|
||||
},
|
||||
{
|
||||
"name": "flashbang"
|
||||
},
|
||||
@@ -49,6 +61,9 @@
|
||||
{
|
||||
"name": "hoe"
|
||||
},
|
||||
{
|
||||
"name": "hotsauce"
|
||||
},
|
||||
{
|
||||
"name": "hydro"
|
||||
},
|
||||
@@ -58,15 +73,30 @@
|
||||
{
|
||||
"name": "jaws"
|
||||
},
|
||||
{
|
||||
"name": "ketchup"
|
||||
},
|
||||
{
|
||||
"name": "kitchenknife"
|
||||
},
|
||||
{
|
||||
"name": "multitool"
|
||||
},
|
||||
{
|
||||
"name": "peppershaker"
|
||||
},
|
||||
{
|
||||
"name": "pill"
|
||||
},
|
||||
{
|
||||
"name": "plantbgone"
|
||||
},
|
||||
{
|
||||
"name": "rollingpin"
|
||||
},
|
||||
{
|
||||
"name": "saltshaker"
|
||||
},
|
||||
{
|
||||
"name": "screwdriver"
|
||||
},
|
||||
|
||||
|
After Width: | Height: | Size: 141 B |
BIN
Resources/Textures/Clothing/Belt/belt_overlay.rsi/rollingpin.png
Normal file
|
After Width: | Height: | Size: 203 B |
BIN
Resources/Textures/Clothing/Belt/belt_overlay.rsi/saltshaker.png
Normal file
|
After Width: | Height: | Size: 141 B |
BIN
Resources/Textures/Clothing/Belt/chef.rsi/equipped-BELT.png
Normal file
|
After Width: | Height: | Size: 665 B |
BIN
Resources/Textures/Clothing/Belt/chef.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 419 B |
BIN
Resources/Textures/Clothing/Belt/chef.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 494 B |
BIN
Resources/Textures/Clothing/Belt/chef.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 500 B |
26
Resources/Textures/Clothing/Belt/chef.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Base taken from tgstation at commit https://github.com/tgstation/tgstation/commit/3fd95ab2a061459c881eeab6dbecaae5a8884f0a altered by Velcroboy",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-BELT",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||