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>
This commit is contained in:
Velcroboy
2023-12-23 01:11:30 -06:00
committed by GitHub
parent a09efd47cd
commit dfa71af1f8
26 changed files with 194 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

View File

@@ -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"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 665 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 494 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 B

View 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
}
]
}