* Straw hat.
A craftable, flammable straw hat.
Thats it.
* seems to made it go in flames!
- type: Sprite
sprite: Clothing/Head/Hats/cowboyhatbountyhunter.rsi
- type: Clothing
- sprite: Clothing/Head/Hats/cowboyhatbountyhunter.rsi
\ No newline at end of file
+ sprite: Clothing/Head/Hats/cowboyhatbountyhunter.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: Clothing/Head/Hats/straw_hat.rsi
+ - type: Clothing
+ sprite: Clothing/Head/Hats/straw_hat.rsi
+ - type: Construction
+ graph: StrawHat
+ node: strawhat
+ - type: Tag
+ tags:
+ - HamsterWearable
+ - type: Flammable
+ fireSpread: true
+ canResistFire: false
+ alwaysCombustible: true
+ canExtinguish: true
+ damage:
+ types:
+ Heat: 1
+ - type: Damageable
+ damageModifierSet: Wood
+ - type: Appearance
+ - type: FireVisuals
+ sprite: Effects/fire.rsi
+ normalState: fire
+ - type: Destructible
+ thresholds:
+ - trigger:
+ !type:DamageTrigger
+ damage: 15
+ behaviors:
+ - !type:SpawnEntitiesBehavior
+ spawn:
+ Ash:
+ min: 1
+ max: 1
+ - !type:DoActsBehavior
+ acts: [ "Destruction" ]
+
Quantity: 10
- type: Produce
seedId: wheat
+ - type: Tag
+ tags:
+ - Wheat
- type: entity
name: oat bushel
--- /dev/null
+- 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
sprite: Objects/Materials/materials.rsi
state: cloth_3
objectType: Item
+
+- 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: Clothing/Head/Hats/straw_hat.rsi
+ state: icon
+ objectType: Item
- type: Tag
id: WetFloorSign
+- type: Tag
+ id: Wheat
+
- type: Tag
id: WhitelistChameleon
--- /dev/null
+{
+ "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
+ }
+ ]
+}