Adds a Dinky Star Sticker for security officers (#29767)

* Sec-Star-TASTIC

* fix license

* now counts as trash

* Sticks to people + wearable

* no more sticky

* no more sticky

* mystery-space

* Update Loadout Yaml
This commit is contained in:
PoorMansDreams
2024-08-14 18:50:55 -07:00
committed by GitHub
parent df82c0ac8e
commit 793eb87f31
8 changed files with 69 additions and 0 deletions

View File

@@ -163,6 +163,7 @@ loadout-group-detective-jumpsuit = Detective jumpsuit
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

View File

@@ -0,0 +1,19 @@
- 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

View File

@@ -13,6 +13,16 @@
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
@@ -138,3 +148,13 @@
proto: SeniorOfficer
equipment:
id: SeniorOfficerPDA
# Misc
- type: loadout
id: SecStar
effects:
- !type:GroupLoadoutEffect
proto: SecurityStarWorthy
storage:
back:
- Dinkystar

View File

@@ -1043,6 +1043,13 @@
- EmergencyOxygenSecurity
- LoadoutSpeciesVoxNitrogen
- type: loadoutGroup
id: SecurityStar
name: loadout-group-security-star
minLimit: 0
loadouts:
- SecStar
# Medical
- type: loadoutGroup
id: ChiefMedicalOfficerHead

View File

@@ -336,6 +336,7 @@
- SecurityShoes
- SurvivalSecurity
- Trinkets
- SecurityStar
- GroupSpeciesBreathToolSecurity
- type: roleLoadout
@@ -349,6 +350,7 @@
- SecurityShoes
- SurvivalSecurity
- Trinkets
- SecurityStar
- GroupSpeciesBreathToolSecurity
- type: roleLoadout
@@ -363,6 +365,7 @@
- SecurityBelt
- SurvivalSecurity
- Trinkets
- SecurityStar
- GroupSpeciesBreathToolSecurity
- type: roleLoadout
@@ -377,6 +380,7 @@
- SecurityShoes
- SurvivalSecurity
- Trinkets
- SecurityStar
- GroupSpeciesBreathToolSecurity
- type: roleLoadout

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by PoorMansDreams",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "star-equipped",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B