diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/cuteaprons.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/cuteaprons.yml new file mode 100644 index 000000000000..612f0f0136b7 --- /dev/null +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/cuteaprons.yml @@ -0,0 +1,23 @@ +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterApronCuteChef + suffix: Chef + name: apron + description: A cute frilly apron. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Misc/aproncutechef.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Misc/aproncutechef.rsi + +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterApronCuteBar + suffix: Bartender + name: apron + description: A cute frilly apron. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Misc/aproncutebar.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Misc/aproncutebar.rsi \ No newline at end of file diff --git a/Resources/Prototypes/Loadouts/Jobs/Civilian/bartender.yml b/Resources/Prototypes/Loadouts/Jobs/Civilian/bartender.yml index 79699fe6c631..bfb5fb47f62d 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Civilian/bartender.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Civilian/bartender.yml @@ -70,6 +70,14 @@ equipment: outerClothing: ClothingOuterWinterBar +- type: loadout + id: BartenderCuteApron + effects: + - !type:GroupLoadoutEffect + proto: SeniorBartender + equipment: + outerClothing: ClothingOuterApronCuteBar + # id - type: loadout id: BartenderPDA diff --git a/Resources/Prototypes/Loadouts/Jobs/Civilian/chef.yml b/Resources/Prototypes/Loadouts/Jobs/Civilian/chef.yml index 5422e26171e8..ff78d2469c29 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Civilian/chef.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Civilian/chef.yml @@ -47,6 +47,14 @@ equipment: outerClothing: ClothingOuterWinterChef +- type: loadout + id: ChefCuteApron + effects: + - !type:GroupLoadoutEffect + proto: SeniorChef + equipment: + outerClothing: ClothingOuterApronCuteChef + # Shoes - type: loadout id: ChefShoes diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index 985bd386d88a..63f9840c0172 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -371,6 +371,7 @@ - BartenderApron - BartenderWintercoat - ServiceClownApron + - BartenderCuteApron - type: loadoutGroup id: BartenderShoes @@ -432,6 +433,7 @@ - ChefJacket - ChefWintercoat - ServiceClownApron + - ChefCuteApron - type: loadoutGroup id: ChefShoes diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/aproncutebar.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/aproncutebar.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 000000000000..85cf6ad1ef08 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/aproncutebar.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/aproncutebar.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Misc/aproncutebar.rsi/icon.png new file mode 100644 index 000000000000..5d8b4652f8dd Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/aproncutebar.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/aproncutebar.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Misc/aproncutebar.rsi/inhand-left.png new file mode 100644 index 000000000000..7024d5d6597e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/aproncutebar.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/aproncutebar.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Misc/aproncutebar.rsi/inhand-right.png new file mode 100644 index 000000000000..f66a29903b8f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/aproncutebar.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/aproncutebar.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Misc/aproncutebar.rsi/meta.json new file mode 100644 index 000000000000..1fcac8030dc1 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Misc/aproncutebar.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "art by starlighthowls", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/aproncutechef.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/aproncutechef.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 000000000000..0ae3370ac3a2 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/aproncutechef.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/aproncutechef.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Misc/aproncutechef.rsi/icon.png new file mode 100644 index 000000000000..cb9e81bc10ec Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/aproncutechef.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/aproncutechef.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Misc/aproncutechef.rsi/inhand-left.png new file mode 100644 index 000000000000..d11f77ee756c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/aproncutechef.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/aproncutechef.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Misc/aproncutechef.rsi/inhand-right.png new file mode 100644 index 000000000000..2bd5f4323125 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/aproncutechef.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/aproncutechef.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Misc/aproncutechef.rsi/meta.json new file mode 100644 index 000000000000..1fcac8030dc1 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Misc/aproncutechef.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "art by starlighthowls", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}