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:
parent
365c613e11
commit
d2ed0f9296
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 |
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue