his name chef 👨‍🍳 (#290)

* his name chef

* fixed inhand sprites!!!!!

* typo fix
This commit is contained in:
Sauberstaub
2019-08-07 13:56:08 -05:00
committed by Pieter-Jan Briers
parent 3c09c18943
commit 4cd99fc624
23 changed files with 182 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
- type: entity
parent: Clothing
id: HatBase
abstract: true
components:
- type: Clothing
Slots: [helmet]
- type: entity
parent: HatBase
id: HatChef
name: Chef's Hat
description: It's a hat used by chefs to keep hair out of your food. Judging by the food in the mess, they don't work.
components:
- type: Sprite
sprite: Clothing/chef_hat.rsi
state: chef
- type: Icon
sprite: Clothing/chef_hat.rsi
state: chef
- type: Clothing
sprite: Clothing/chef_hat.rsi
Slots:
- helmet

View File

@@ -41,3 +41,20 @@
- type: Clothing
sprite: Clothing/vest_hazard.rsi
- type: entity
parent: SuitBase
id: ChefApronClothing
name: Chef's Apron
description: An apron used by a high class chef.
components:
- type: Sprite
sprite: Clothing/chef_apron.rsi
state: apron
- type: Icon
sprite: Clothing/chef_apron.rsi
state: apron
- type: Clothing
sprite: Clothing/chef_apron.rsi

View File

@@ -108,3 +108,20 @@
- type: Clothing
sprite: Clothing/uniform_sec.rsi
- type: entity
parent: UniformBase
id: UniformChef
name: Chef's Uniform
description: Can't cook without this.
components:
- type: Sprite
sprite: Clothing/chef_uniform.rsi
state: chef
- type: Icon
sprite: Clothing/chef_uniform.rsi
state: chef
- type: Clothing
sprite: Clothing/chef_uniform.rsi

View File

@@ -0,0 +1,20 @@
- type: entity
name: Butcher's Cleaver
parent: BaseItem
id: ButchCleaver
desc: A huge thing used for chopping and chopping up meat. This includes clowns and clown-by-products.
components:
- type: Sprite
sprite: Objects/items/cleaver.rsi
size: 4
state: butch
- type: Icon
sprite: Objects/items/cleaver.rsi
state: butch
- type: MeleeWeapon
- type: Item
Size: 10
sprite: Objects/items/cleaver.rsi
prefix: inhand

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1001 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 B

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 9a3a3a180344460263e8df7ea2565128e07b86b5", "states": [{"name": "apron", "directions": 1, "delays": [[1.0]]}, {"name": "equipped-OUTERCLOTHING", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

View File

@@ -0,0 +1,27 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 9a3a3a180344460263e8df7ea2565128e07b86b5",
"states": [
{
"name": "equipped-HELMET",
"directions": 4,
"delays": [
[ 1.0 ],
[ 1.0 ],
[ 1.0 ],
[ 1.0 ]
]
},
{
"name": "chef",
"directions": 1,
"delays": [ [ 1.0 ] ]
},
{"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 B

View File

@@ -0,0 +1,74 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 9a3a3a180344460263e8df7ea2565128e07b86b5",
"states": [
{
"name": "equipped-INNERCLOTHING",
"directions": 4,
"delays": [
[
1.0
],
[
1.0
],
[
1.0
],
[
1.0
]
]
},
{
"name": "inhand-left",
"directions": 4,
"delays": [
[
1.0
],
[
1.0
],
[
1.0
],
[
1.0
]
]
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[
1.0
],
[
1.0
],
[
1.0
],
[
1.0
]
]
},
{
"name": "chef",
"directions": 1,
"delays": [
[
1.0
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Taken from https://github.com/vgstation-coders/vgstation13 at commit 125c975f1b3bf9826b37029e9ab5a5f89e975a7e", "states": [{"name": "butch", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}