Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
This commit is contained in:
creamybag
2025-02-18 17:41:41 +03:00
committed by GitHub
parent 72c0a51f60
commit fa21ad93ff
6 changed files with 51 additions and 0 deletions

View File

@@ -151,3 +151,14 @@
sprite: _CP14/Clothing/Head/Roles/General/christmas_hat.rsi
- type: Clothing
sprite: _CP14/Clothing/Head/Roles/General/christmas_hat.rsi
- type: entity
parent: CP14ClothingHeadBase
id: CP14ClothingHeadHuntersHat
name: hunter's hat
description: A headdress revered by hunters on undead.
components:
- type: Sprite
sprite: _CP14/Clothing/Head/Roles/General/hunter_hat.rsi
- type: Clothing
sprite: _CP14/Clothing/Head/Roles/General/hunter_hat.rsi

View File

@@ -161,6 +161,7 @@
- CP14ClothingHeadBeretYellow
- CP14ClothingHeadBeretBlue
- CP14ClothingHeadBeretBlack
- CP14ClothingHeadHuntersHat
- CP14ClothingHeadBandanaWhite
- CP14ClothingHeadBandanaYellow
@@ -204,6 +205,11 @@
equipment:
head: CP14ClothingHeadBeretBlack
- type: loadout
id: CP14ClothingHeadHuntersHat
equipment:
head: CP14ClothingHeadHuntersHat
- type: loadout
id: CP14ClothingHeadBandanaWhite
equipment:

View File

@@ -218,6 +218,22 @@
knowledge: ClothingSewing
result: CP14ClothingHeadBeretBlack
- type: CP14Recipe
id: CP14ClothingHeadHuntersHat
tag: CP14RecipeSewing
craftTime: 2
requirements:
- !type:ProtoIdResource
protoId: CP14String
- !type:ProtoIdResource
protoId: CP14DyeBlack
- !type:StackResource
stack: CP14Cloth
count: 1
- !type:KnowledgeRequired
knowledge: ClothingSewing
result: CP14ClothingHeadHuntersHat
- type: CP14Recipe
id: CP14ClothingHeadBandanaWhite
tag: CP14RecipeSewing

Binary file not shown.

After

Width:  |  Height:  |  Size: 925 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "All right reserved",
"copyright": "Created by creamy",
"size": {
"x": 48,
"y": 48
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}