StrawHat (#1132)
This commit is contained in:
@@ -84,4 +84,18 @@
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Head/Roles/General/jagermeister_hat.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Head/Roles/General/jagermeister_hat.rsi
|
||||
sprite: _CP14/Clothing/Head/Roles/General/jagermeister_hat.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CP14ClothingHeadBase
|
||||
id: CP14ClothingHeadStrawHat
|
||||
name: straw hat
|
||||
description: Easy to make, not too bad to lose.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Head/Roles/General/straw_hat.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Head/Roles/General/straw_hat.rsi
|
||||
- type: Construction
|
||||
graph: CP14StrawHat
|
||||
node: cp14headstrawhat
|
||||
|
||||
@@ -202,6 +202,7 @@
|
||||
- CP14ClothingHeadJestersCap
|
||||
- CP14ClothingHeadHuntersHat
|
||||
- CP14ClothingHeadJagermeisterHat
|
||||
- CP14ClothingHeadStrawHat
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothingHeadMetalHeadband
|
||||
@@ -223,6 +224,11 @@
|
||||
equipment:
|
||||
head: CP14ClothingHeadJestersCap
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothingHeadStrawHat
|
||||
equipment:
|
||||
head: CP14ClothingHeadStrawHat
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothingHeadHuntersHat
|
||||
equipment:
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
- type: constructionGraph
|
||||
id: CP14StrawHat
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: cp14headstrawhat
|
||||
steps:
|
||||
- tag: CP14Wheat
|
||||
name: wheat
|
||||
icon:
|
||||
sprite: _CP14/Objects/Flora/Farm/wheat.rsi
|
||||
state: base1
|
||||
doAfter: 4
|
||||
|
||||
- node: cp14headstrawhat
|
||||
entity: CP14ClothingHeadStrawHat
|
||||
@@ -11,3 +11,17 @@
|
||||
icon:
|
||||
sprite: _CP14/Clothing/Head/Produced/wreath.rsi
|
||||
state: icon
|
||||
|
||||
- type: construction
|
||||
crystallPunkAllowed: true
|
||||
name: straw hat
|
||||
id: cp14headstrawhat
|
||||
graph: CP14StrawHat
|
||||
startNode: start
|
||||
targetNode: cp14headstrawhat
|
||||
category: construction-category-clothing
|
||||
objectType: Item
|
||||
description: Easy to make, not too bad to lose.
|
||||
icon:
|
||||
sprite: _CP14/Clothing/Head/Roles/General/straw_hat.rsi
|
||||
state: icon
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 818 B |
Binary file not shown.
|
After Width: | Height: | Size: 479 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