added (#914)
Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
@@ -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:
|
||||
|
||||
@@ -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 |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user