- HamsterWearable
- WhitelistChameleon
+- type: entity
+ parent: ClothingHeadBase
+ id: ClothingHeadHatSecurityTrooper
+ name: trooper hat
+ description: A campaign hat for the Nanotrasen Troopers, comes with a case too, but you lost it.
+ components:
+ - type: Sprite
+ sprite: Clothing/Head/Hats/security_trooper_hat.rsi
+ - type: Clothing
+ sprite: Clothing/Head/Hats/security_trooper_hat.rsi
+ - type: Tag
+ tags:
+ - ClothMade
+ - WhitelistChameleon
+
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatCasa
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/security_grey.rsi
+- type: entity
+ parent: [ClothingUniformBase, BaseRestrictedContraband]
+ id: ClothingUniformSecurityTrooper
+ name: trooper uniform
+ description: A formal uniform issued to the Nanotrasen Troopers, usually it comes with a car.
+ components:
+ - type: Sprite
+ sprite: Clothing/Uniforms/Jumpsuit/security_trooper.rsi
+ - type: Clothing
+ sprite: Clothing/Uniforms/Jumpsuit/security_trooper.rsi
+
- type: entity
parent: [ClothingUniformBase, BaseRestrictedContraband]
id: ClothingUniformJumpsuitWarden
equipment:
head: ClothingHeadHatBeretSecurity
+- type: loadout
+ id: TrooperHat
+ equipment:
+ head: ClothingHeadHatSecurityTrooper
+
# Jumpsuit
- type: loadout
id: SecurityJumpsuit
equipment:
jumpsuit: ClothingUniformJumpskirtSecGrey
+- type: loadout
+ id: TrooperUniform
+ equipment:
+ jumpsuit: ClothingUniformSecurityTrooper
+
- type: loadout
id: SeniorOfficerJumpsuit
effects:
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Made by DieselMohawk for use in ss14",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-HELMET",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Made by DieselMohawk for use in ss14",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-INNERCLOTHING",
+ "directions": 4
+ },
+ {
+ "name": "equipped-INNERCLOTHING-monkey",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}