diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml index 1fb054149a..c9e4726d5a 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml @@ -84,18 +84,4 @@ - type: Sprite sprite: _CP14/Clothing/Head/Roles/General/jagermeister_hat.rsi - type: Clothing - 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 + sprite: _CP14/Clothing/Head/Roles/General/jagermeister_hat.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml b/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml index b69be3dbb0..6af01d68ea 100644 --- a/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml +++ b/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml @@ -202,7 +202,6 @@ - CP14ClothingHeadJestersCap - CP14ClothingHeadHuntersHat - CP14ClothingHeadJagermeisterHat - - CP14ClothingHeadStrawHat - type: loadout id: CP14ClothingHeadMetalHeadband @@ -224,11 +223,6 @@ equipment: head: CP14ClothingHeadJestersCap -- type: loadout - id: CP14ClothingHeadStrawHat - equipment: - head: CP14ClothingHeadStrawHat - - type: loadout id: CP14ClothingHeadHuntersHat equipment: diff --git a/Resources/Prototypes/_CP14/Recipes/Crafting/Graphs/straw_hat.yml b/Resources/Prototypes/_CP14/Recipes/Crafting/Graphs/straw_hat.yml deleted file mode 100644 index 3414274f38..0000000000 --- a/Resources/Prototypes/_CP14/Recipes/Crafting/Graphs/straw_hat.yml +++ /dev/null @@ -1,17 +0,0 @@ -- 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 diff --git a/Resources/Prototypes/_CP14/Recipes/Crafting/clothing.yml b/Resources/Prototypes/_CP14/Recipes/Crafting/clothing.yml index 4d4a8715eb..be7b201d19 100644 --- a/Resources/Prototypes/_CP14/Recipes/Crafting/clothing.yml +++ b/Resources/Prototypes/_CP14/Recipes/Crafting/clothing.yml @@ -11,17 +11,3 @@ 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 diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/straw_hat.rsi/equipped-HELMET.png b/Resources/Textures/_CP14/Clothing/Head/Roles/General/straw_hat.rsi/equipped-HELMET.png deleted file mode 100644 index 65841e7a01..0000000000 Binary files a/Resources/Textures/_CP14/Clothing/Head/Roles/General/straw_hat.rsi/equipped-HELMET.png and /dev/null differ diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/straw_hat.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Head/Roles/General/straw_hat.rsi/icon.png deleted file mode 100644 index 2a81c56f1b..0000000000 Binary files a/Resources/Textures/_CP14/Clothing/Head/Roles/General/straw_hat.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/straw_hat.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/Roles/General/straw_hat.rsi/meta.json deleted file mode 100644 index 8f89a72be6..0000000000 --- a/Resources/Textures/_CP14/Clothing/Head/Roles/General/straw_hat.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "version": 1, - "license": "All right reserved", - "copyright": "Created by creamy", - "size": { - "x": 48, - "y": 48 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-HELMET", - "directions": 4 - } - ] -}