Hos Aura Buff (#5425)

* that should do it

* copyright update

* more work done

* Rename Icon.png to icon.png

Signed-off-by: Halo3moth <mdavid.wininger@gmail.com>

---------

Signed-off-by: Halo3moth <mdavid.wininger@gmail.com>
This commit is contained in:
Halo3moth 2026-03-02 13:36:29 -06:00 committed by GitHub
parent 365c613e11
commit d2ed0f9296
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 57 additions and 3 deletions

View File

@ -1424,9 +1424,12 @@
loadouts:
- HeadofSecurityCloak
- HeadofSecurityMantle
- ScarfRed # DeltaV
- ScarfBlack # DeltaV
- SecurityPoncho # DeltaV
# Begin DeltaV changes
- ScarfRed
- ScarfBlack
- SecurityPoncho
- HeadOfSecurityRobe
# End DeltaV changes
- type: loadoutGroup
id: HeadofSecurityOuterClothing

View File

@ -76,3 +76,16 @@
- ClothMade # for whatever reason, these tags aren't being inhereted from the parent
- WhitelistChameleon
- GenderCloak
- type: entity
parent: ClothingNeckBase
id: ClothingNeckHosRobe
name: head of security's decadent robe
description: a comfy formal robe given to veteran head's of security
components:
- type: Sprite
sprite: _DV/Clothing/Neck/Cloaks/hosrobe.rsi
- type: Clothing
sprite: _DV/Clothing/Neck/Cloaks/hosrobe.rsi
- type: StealTarget
stealGroup: HeadCloak

View File

@ -50,3 +50,15 @@
id: HeadOfSecurityWinterBoots
equipment:
shoes: ClothingShoesBootsWinterHeadOfSecurity
# Neck
- type: loadout
id: HeadOfSecurityRobe
effects:
- !type:JobRequirementLoadoutEffect
requirement:
!type:RoleTimeRequirement
role: JobHeadOfSecurity
time: 180000
equipment:
neck: ClothingNeckHosRobe

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 793 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 924 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 916 B

View File

@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprites by Ci1rus on github",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}