Skip to content

Commit

Permalink
aaaaaaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
starlighthowls committed Oct 25, 2024
1 parent 72276ab commit 6b5f053
Show file tree
Hide file tree
Showing 14 changed files with 93 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions Resources/Prototypes/Loadouts/Jobs/Civilian/bartender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@
equipment:
outerClothing: ClothingOuterWinterBar

- type: loadout
id: BartenderCuteApron
effects:
- !type:GroupLoadoutEffect
proto: SeniorBartender
equipment:
outerClothing: ClothingOuterApronCuteBar

# id
- type: loadout
id: BartenderPDA
Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/Loadouts/Jobs/Civilian/chef.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@
equipment:
outerClothing: ClothingOuterWinterChef

- type: loadout
id: ChefCuteApron
effects:
- !type:GroupLoadoutEffect
proto: SeniorChef
equipment:
outerClothing: ClothingOuterApronCuteChef

# Shoes
- type: loadout
id: ChefShoes
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@
- BartenderApron
- BartenderWintercoat
- ServiceClownApron
- BartenderCuteApron

- type: loadoutGroup
id: BartenderShoes
Expand Down Expand Up @@ -432,6 +433,7 @@
- ChefJacket
- ChefWintercoat
- ServiceClownApron
- ChefCuteApron

- type: loadoutGroup
id: ChefShoes
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.
Original file line number Diff line number Diff line change
@@ -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
}
]
}
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.
Original file line number Diff line number Diff line change
@@ -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
}
]
}

0 comments on commit 6b5f053

Please sign in to comment.