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:
@@ -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
|
||||
|
||||
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
|
||||
|
||||
BIN
Resources/Textures/Clothing/Neck/Misc/dinkystar.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Neck/Misc/dinkystar.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 230 B |
@@ -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 |
Reference in New Issue
Block a user