Add chaplain stoles (#22955)

add
This commit is contained in:
Ubaser
2023-12-26 12:05:59 +11:00
committed by GitHub
parent 88b59c0053
commit fd3c922a08
7 changed files with 37 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
ClothingUniformJumpskirtChaplain: 2
ClothingUniformJumpsuitMonasticRobeDark: 1
ClothingUniformJumpsuitMonasticRobeLight: 1
ClothingNeckStoleChaplain: 1
ClothingOuterHoodieChaplain: 1
ClothingOuterHoodieBlack: 1
ClothingHeadHatHoodNunHood: 1

View File

@@ -0,0 +1,10 @@
- type: entity
parent: ClothingNeckBase
id: ClothingNeckStoleChaplain
name: chaplain stole
description: An elegantly designed stole, with a vibrant gold plus on either end.
components:
- type: Sprite
sprite: Clothing/Neck/Stoles/chaplain.rsi
- type: Clothing
sprite: Clothing/Neck/Stoles/chaplain.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

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