Add QM mantle (#20621)

* add

* fix prototype
This commit is contained in:
Ubaser
2023-10-02 01:28:47 +11:00
committed by GitHub
parent 2ad9ae6bc1
commit 063c9aa5fa
5 changed files with 39 additions and 1 deletions

View File

@@ -62,4 +62,15 @@
- type: Sprite
sprite: Clothing/Neck/mantles/rdmantle.rsi
- type: Clothing
sprite: Clothing/Neck/mantles/rdmantle.rsi
sprite: Clothing/Neck/mantles/rdmantle.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckMantleQM
name: quartermaster's mantle
description: For the master of goods and materials to rule over the department, a befitting mantle to show off superiority!
components:
- type: Sprite
sprite: Clothing/Neck/mantles/qmmantle.rsi
- type: Clothing
sprite: Clothing/Neck/mantles/qmmantle.rsi

View File

@@ -552,6 +552,15 @@
Cloth: 150
Durathread: 150
- type: latheRecipe
id: ClothingNeckMantleQM
result: ClothingNeckMantleQM
completetime: 2.8
materials:
Cloth: 150
Durathread: 150
- type: latheRecipe
id: ClothingOuterWinterMusician
result: ClothingOuterWinterMusician

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

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