- type: StorageFill
contents:
- id: ClothingHeadHatHopcap
+ - id: ClothingHeadHatBeretHop
- id: ClothingOuterWinterHoP
- id: ClothingEyesGlasses
- id: ClothingNeckCloakHop
path: /Audio/Items/flashlight_on.ogg
soundDeactivate:
path: /Audio/Items/flashlight_off.ogg
+
+- type: entity
+ parent: ClothingHeadBase
+ id: ClothingHeadHatBeretHop
+ name: head of personnel's beret
+ description: A dark blue beret with a ruby inserted in the center, for true connoisseurs of bureaucracy!
+ components:
+ - type: Sprite
+ sprite: Clothing/Head/Hats/beret_hop.rsi
+ - type: Clothing
+ sprite: Clothing/Head/Hats/beret_hop.rsi
+ - type: Tag
+ tags:
+ - HamsterWearable
+ - ClothMade
+ - Recyclable
+ - WhitelistChameleon
\ No newline at end of file
equipment:
head: ClothingHeadHatHopcap
+- type: loadout
+ id: HoPBeret
+ equipment:
+ head: ClothingHeadHatBeretHop
+
# Neck
- type: loadout
id: HoPCloak
minLimit: 0
loadouts:
- HoPHead
+ - HoPBeret
- type: loadoutGroup
id: HoPJumpsuit
- ClothingUniformJumpskirtCapFormalDress
# HoP
- ClothingHeadHatHopcap
+ - ClothingHeadHatBeretHop
- ClothingUniformJumpsuitHoP
- ClothingUniformJumpskirtHoP
# Generic
id: ClothingHeadHatHopcap
result: ClothingHeadHatHopcap
+- type: latheRecipe
+ parent: BaseCommandHatRecipe
+ id: ClothingHeadHatBeretHop
+ result: ClothingHeadHatBeretHop
+
- type: latheRecipe
parent: BaseCommandHatRecipe
id: ClothingHeadHatQMsoft
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Sprited by upnostnote (Discord), resprite by 96flo (Discord)",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-HELMET",
+ "directions": 4
+ },
+ {
+ "name": "equipped-HELMET-hamster",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}
\ No newline at end of file