Skip to content

Commit

Permalink
it's yours my friend
Browse files Browse the repository at this point in the history
  • Loading branch information
hivehum committed Feb 10, 2025
1 parent f01be6b commit f5634af
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,7 @@
loadouts:
- QuartermasterHead
- QuartermasterBeret
- QuartermasterVeteranMorshuHat # imp

- type: loadoutGroup
id: QuartermasterJumpsuit
Expand Down
17 changes: 17 additions & 0 deletions Resources/Prototypes/_Impstation/Entities/Clothing/Head/hats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,20 @@
- state: equipped-HELMET
offset: "0, 0.15" #this shit is so fiddly and i don't understand it at all
sprite: _Impstation/Clothing/Head/Hats/circusclownhat.rsi

- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatMorshu
name: Koridai salesman hat
description: This hat makes you feel like you can sell anything, so long as they have enough rubies.
components:
- type: Sprite
sprite: _Impstation/Clothing/Head/Hats/morshuhat.rsi
- type: Clothing
sprite: _Impstation/Clothing/Head/Hats/morshuhat.rsi
slots:
- HEAD
clothingVisuals:
head:
- state: equipped-HELMET
offset: "0, 0.03" # why ask for carousel to move the sprite up 1 pixel when i can just figure out offsets instead!!!!
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@
effects:
- !type:GroupLoadoutEffect
proto: VeteranQM

- type: loadout
id: QuartermasterVeteranMorshuHat
equipment:
head: ClothingHeadHatMorshu
effects:
- !type:GroupLoadoutEffect
proto: VeteranQM
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,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Drawn by Carousel for Impstation",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "icon"
}
]
}

0 comments on commit f5634af

Please sign in to comment.