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:
19
Resources/Prototypes/Entities/Objects/Misc/dinkystar.yml
Normal file
19
Resources/Prototypes/Entities/Objects/Misc/dinkystar.yml
Normal 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
|
||||
@@ -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
|
||||
|
||||
@@ -1043,6 +1043,13 @@
|
||||
- EmergencyOxygenSecurity
|
||||
- LoadoutSpeciesVoxNitrogen
|
||||
|
||||
- type: loadoutGroup
|
||||
id: SecurityStar
|
||||
name: loadout-group-security-star
|
||||
minLimit: 0
|
||||
loadouts:
|
||||
- SecStar
|
||||
|
||||
# Medical
|
||||
- type: loadoutGroup
|
||||
id: ChiefMedicalOfficerHead
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user