Adds warning cone hat (#6076)
* Adds warning cone * Adds chance to spawn in maint lockers.
This commit is contained in:
@@ -68,3 +68,5 @@
|
|||||||
prob: 0.33
|
prob: 0.33
|
||||||
- id: ClothingBeltUtility
|
- id: ClothingBeltUtility
|
||||||
prob: 0.33
|
prob: 0.33
|
||||||
|
- id: ClothingHeadHatCone
|
||||||
|
prob: 0.2
|
||||||
|
|||||||
@@ -100,3 +100,14 @@
|
|||||||
sprite: Clothing/Head/Misc/shrine-maidens-wig.rsi
|
sprite: Clothing/Head/Misc/shrine-maidens-wig.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Head/Misc/shrine-maidens-wig.rsi
|
sprite: Clothing/Head/Misc/shrine-maidens-wig.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingHeadBase
|
||||||
|
id: ClothingHeadHatCone
|
||||||
|
name: warning cone
|
||||||
|
description: This cone is trying to warn you of something!
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Head/Misc/cone.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Head/Misc/cone.rsi
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
BIN
Resources/Textures/Clothing/Head/Misc/cone.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Head/Misc/cone.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
18
Resources/Textures/Clothing/Head/Misc/cone.rsi/meta.json
Normal file
18
Resources/Textures/Clothing/Head/Misc/cone.rsi/meta.json
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/a0ea68909c06529bac03c27283134196f4fd4a97",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-HELMET",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user