ClothingUniformJumpskirtChaplain: 2
ClothingUniformJumpsuitMonasticRobeDark: 1
ClothingUniformJumpsuitMonasticRobeLight: 1
+ ClothingNeckStoleChaplain: 1
ClothingOuterHoodieChaplain: 1
ClothingOuterHoodieBlack: 1
ClothingHeadHatHoodNunHood: 1
--- /dev/null
+- 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
--- /dev/null
+{
+ "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
+ }
+ ]
+}