ClothingBackpackDuffelSecurity: 3
ClothingUniformJumpsuitSec: 3
ClothingShoesBootsJack: 3
- ClothingHeadHatBeret: 3
+ ClothingHeadHatBeretSecurity: 3
ClothingHeadHatSecsoft: 3
ClothingHeadBandRed: 3
ClothingHandsGlovesColorBlack: 3
- HamsterWearable
- WhitelistChameleon
+- type: entity
+ parent: ClothingHeadBase
+ id: ClothingHeadHatBeretSecurity
+ name: security beret
+ description: A stylish clothing option for security officers.
+ components:
+ - type: Sprite
+ sprite: Clothing/Head/Hats/beret_security.rsi
+ - type: Clothing
+ sprite: Clothing/Head/Hats/beret_security.rsi
+ - type: Tag
+ tags:
+ - ClothMade
+ - HamsterWearable
+ - WhitelistChameleon
+
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatCasa
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
+ "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
+ }
+ ]
+}