Straw hat (#527)

* Straw hat

Farmer's best friend. (totally)

* Made it craftable.

We did it.

* Fixes YML.linter (Hopefully)

* Gives the tag of hamsterwearable.

* Adds one space.

Thats it.

* Update grammar in improvised yml.

Co-authored-by: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com>
Signed-off-by: Adrian16199 <144424013+Adrian16199@users.noreply.github.com>

* Update grammar in hats.yml

Co-authored-by: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com>
Signed-off-by: Adrian16199 <144424013+Adrian16199@users.noreply.github.com>

* Update  grammar in different hats.yml

Co-authored-by: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com>
Signed-off-by: Adrian16199 <144424013+Adrian16199@users.noreply.github.com>

* Update grammer in improvised.yml

Co-authored-by: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com>
Signed-off-by: Adrian16199 <144424013+Adrian16199@users.noreply.github.com>

---------

Signed-off-by: Adrian16199 <144424013+Adrian16199@users.noreply.github.com>
Co-authored-by: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com>
This commit is contained in:
Adrian16199 2023-12-13 21:13:45 +01:00 committed by GitHub
parent 673e851183
commit 1959db6993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 97 additions and 0 deletions

View File

@ -192,3 +192,21 @@
sprite: DeltaV/Clothing/Head/Hats/beret_corpsman.rsi
- type: Clothing
sprite: DeltaV/Clothing/Head/Hats/beret_corpsman.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatStrawHat
name: straw hat
description: A fancy hat for hot days! Not recommended to wear near fires.
components:
- type: Sprite
sprite: DeltaV/Clothing/Head/Hats/straw_hat.rsi
- type: Clothing
sprite: DeltaV/Clothing/Head/Hats/straw_hat.rsi
- type: Construction
graph: StrawHat
node: strawhat
- type: Tag
tags:
- HamsterWearable

View File

@ -0,0 +1,31 @@
- type: constructionGraph
id: StrawHat
start: start
graph:
- node: start
edges:
- to: strawhat
steps:
- tag: Wheat
name: Wheat Bushel
icon:
sprite: Objects/Specific/Hydroponics/wheat.rsi
state: produce
- tag: Wheat
name: Wheat Bushel
icon:
sprite: Objects/Specific/Hydroponics/wheat.rsi
state: produce
- tag: Wheat
name: Wheat Bushel
icon:
sprite: Objects/Specific/Hydroponics/wheat.rsi
state: produce
- tag: Wheat
name: Wheat Bushel
icon:
sprite: Objects/Specific/Hydroponics/wheat.rsi
state: produce
doAfter: 10
- node: strawhat
entity: ClothingHeadHatStrawHat

View File

@ -0,0 +1,12 @@
- type: construction
name: straw hat
id: strawHat
graph: StrawHat
startNode: start
targetNode: strawhat
category: construction-category-clothing
description: A fancy hat for hot days! Not recommended to wear near fires.
icon:
sprite: DeltaV/Clothing/Head/Hats/straw_hat.rsi
state: icon
objectType: Item

View File

@ -29,3 +29,6 @@
- type: Tag
id: BionicSyrinxImplant
- type: Tag
id: Wheat

View File

@ -52,6 +52,9 @@
Quantity: 10
- type: Produce
seedId: wheat
- type: Tag # Delta V straw hat
tags:
- Wheat # End of Delta V straw hat
- type: entity
name: oat bushel

Binary file not shown.

After

Width:  |  Height:  |  Size: 983 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 982 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 743 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 963 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 932 B

View File

@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Adrian16199",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "equipped-HELMET-hamster",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}