Adds witch robes (#28965)

* ze

* autodrobe entry

* autodrobe crate cost adjust
This commit is contained in:
K-Dynamic
2024-06-15 14:19:08 +12:00
committed by GitHub
parent 27ba344084
commit e803871172
8 changed files with 40 additions and 1 deletions

View File

@@ -43,7 +43,7 @@
sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base
product: CrateVendingMachineRestockAutoDrobeFilled
cost: 1200
cost: 1300
category: cargoproduct-category-name-service
group: market

View File

@@ -29,6 +29,8 @@
ClothingHeadHatShrineMaidenWig: 2
ClothingOuterSuitShrineMaiden: 2
Gohei: 2
ClothingOuterSuitWitchRobes: 2
ClothingHeadHatWitch1: 2
ClothingHeadHatRedRacoon: 2
ClothingOuterRedRacoon: 2
ClothingHeadPaperSack: 2

View File

@@ -190,6 +190,17 @@
- type: Clothing
sprite: Clothing/OuterClothing/Suits/shrine-maiden.rsi
- type: entity
parent: ClothingOuterBase
id: ClothingOuterSuitWitchRobes
name: witch robes
description: Magic is all about the spell power, ZE!
components:
- type: Sprite
sprite: Clothing/OuterClothing/Suits/witchrobe.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Suits/witchrobe.rsi
- type: entity
parent: ClothingOuterBase
id: ClothingOuterSuitMonkey

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 725 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 730 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/pull/36039/commits/b3bd70ae925ecbe7c625f70c4c3d09d3ed2ed32a . Inhands were made for SS14 and available under the same license",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}