Revert "Straw hat (#527)"

This reverts commit 1959db69
This commit is contained in:
Debug 2024-02-18 22:37:41 +01:00
parent a096be29e7
commit dd5e666d94
No known key found for this signature in database
GPG Key ID: 271270A74EF9C350
10 changed files with 0 additions and 94 deletions

View File

@ -192,21 +192,3 @@
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

@ -1,31 +0,0 @@
- 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

@ -1,12 +0,0 @@
- 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

@ -36,9 +36,6 @@
- type: Tag
id: BionicSyrinxImplant
- type: Tag
id: Wheat
- type: Tag
id: PaperSlip

Binary file not shown.

Before

Width:  |  Height:  |  Size: 983 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 982 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 743 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 963 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 932 B

View File

@ -1,30 +0,0 @@
{
"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
}
]
}