loadout-group-detective-outerclothing = Detective outer clothing
loadout-group-security-cadet-jumpsuit = Security cadet jumpsuit
+loadout-group-security-star = Security Star
# Medical
loadout-group-medical-gloves = Medical gloves
--- /dev/null
+- type: entity
+ parent: ClothingNeckBase
+ id: Dinkystar
+ name: star sticker
+ description: A dinky lil star for only the hardest working security officers! It's not even sticky anymore.
+ components:
+ - type: Sprite
+ sprite: Clothing/Neck/Misc/dinkystar.rsi
+ state: icon
+ - type: Clothing
+ sprite: Clothing/Neck/Misc/dinkystar.rsi
+ clothingVisuals:
+ neck:
+ - state: star-equipped
+ - type: Item
+ size: Tiny
+ - type: Tag
+ tags:
+ - Trash
department: Security
time: 216000 # 60 hrs
+#Security Star
+- type: loadoutEffectGroup
+ id: SecurityStarWorthy
+ effects:
+ - !type:JobRequirementLoadoutEffect
+ requirement:
+ !type:DepartmentTimeRequirement
+ department: Security
+ time: 360000 #100 hrs
+
# Head
- type: loadout
id: SecurityHelmet
proto: SeniorOfficer
equipment:
id: SeniorOfficerPDA
+
+# Misc
+- type: loadout
+ id: SecStar
+ effects:
+ - !type:GroupLoadoutEffect
+ proto: SecurityStarWorthy
+ storage:
+ back:
+ - Dinkystar
- EmergencyOxygenSecurity
- LoadoutSpeciesVoxNitrogen
+- type: loadoutGroup
+ id: SecurityStar
+ name: loadout-group-security-star
+ minLimit: 0
+ loadouts:
+ - SecStar
+
# Medical
- type: loadoutGroup
id: ChiefMedicalOfficerHead
- SecurityShoes
- SurvivalSecurity
- Trinkets
+ - SecurityStar
- GroupSpeciesBreathToolSecurity
- type: roleLoadout
- SecurityShoes
- SurvivalSecurity
- Trinkets
+ - SecurityStar
- GroupSpeciesBreathToolSecurity
- type: roleLoadout
- SecurityBelt
- SurvivalSecurity
- Trinkets
+ - SecurityStar
- GroupSpeciesBreathToolSecurity
- type: roleLoadout
- SecurityShoes
- SurvivalSecurity
- Trinkets
+ - SecurityStar
- GroupSpeciesBreathToolSecurity
- type: roleLoadout
--- /dev/null
+{
+ "version": 1,
+ "license": "CC0-1.0",
+ "copyright": "Created by PoorMansDreams",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "star-equipped",
+ "directions": 4
+ }
+ ]
+}