Adds witch robes (#28965)
* ze * autodrobe entry * autodrobe crate cost adjust
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -29,6 +29,8 @@
|
||||
ClothingHeadHatShrineMaidenWig: 2
|
||||
ClothingOuterSuitShrineMaiden: 2
|
||||
Gohei: 2
|
||||
ClothingOuterSuitWitchRobes: 2
|
||||
ClothingHeadHatWitch1: 2
|
||||
ClothingHeadHatRedRacoon: 2
|
||||
ClothingOuterRedRacoon: 2
|
||||
ClothingHeadPaperSack: 2
|
||||
|
||||
@@ -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 |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user