Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Head Chef Hat #27559

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Head/hats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,20 @@
- HamsterWearable
- WhitelistChameleon

- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatMasterChef
name: master chef's hat
description: "It's a hat used by chefs who have truly mastered their craft. This one is very tall."
components:
- type: Sprite
sprite: Clothing/Head/Hats/chefhatmaster.rsi
- type: Clothing
sprite: Clothing/Head/Hats/chefhatmaster.rsi
- type: Storage
grid:
- 0,0,0,3

- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatFedoraBrown
Expand Down
22 changes: 22 additions & 0 deletions Resources/Prototypes/Loadouts/Jobs/Civilian/chef.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
- type: loadoutEffectGroup
id: MasterChef
effects:
- !type:JobRequirementLoadoutEffect
requirement:
!type:RoleTimeRequirement
role: JobChef
time: 36000 #10 hrs

# Head
- type: loadout
id: ChefHead
Expand All @@ -8,6 +17,19 @@
equipment:
head: ClothingHeadHatChef

- type: loadout
id: ChefMasterHead
equipment: ChefMasterHead

- type: startingGear
id: ChefMasterHead
equipment:
head: ClothingHeadHatMasterChef
effects:
- !type:GroupLoadoutEffect
proto: MasterChef


# Mask
- type: loadout
id: ChefMask
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
minLimit: 0
loadouts:
- ChefHead
- ChefMasterHead

- type: loadoutGroup
id: ChefMask
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions Resources/Textures/Clothing/Head/Hats/chefhatmaster.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Modified from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
"size": {
"x": 32,
"y": 64
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "equipped-HELMET-hamster",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading