This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rosy the Maple Mothroach Cloak (new-frontiers-14#2296)
* Rosy Mothcloak * Removes Rosy Cloak from Contractor Loadouts. --------- Co-authored-by: Dvir <[email protected]> Co-authored-by: ErhardSteinhauer <[email protected]>
- Loading branch information
1 parent
27f7e4b
commit 924d0e1
Showing
18 changed files
with
151 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- type: entity | ||
parent: MaterialBase | ||
id: MaterialHideRosyMothroach | ||
name: rosy maple mothroach hide | ||
description: A thin layer of rosy maple mothroach hide. | ||
components: | ||
- type: Sprite | ||
sprite: _NF/Objects/Materials/rosymothroach.rsi | ||
state: hiderosymothroach | ||
- type: Tag | ||
tags: | ||
- MaterialHideRosyMothroach |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
Resources/Prototypes/_NF/Recipes/Crafting/Graphs/rosy_graph.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
- type: constructionGraph | ||
id: ClothingNeckCloakRosyGraph | ||
start: start | ||
graph: | ||
- node: start | ||
edges: | ||
- to: ClothingNeckCloakRosy | ||
steps: | ||
- tag: MaterialHideRosyMothroach | ||
icon: | ||
sprite: _NF/Objects/Materials/rosymothroach.rsi | ||
state: hiderosymothroach | ||
name: rosy maple mothroach hide | ||
doAfter: 10 | ||
- material: Cloth | ||
amount: 10 | ||
doAfter: 5 | ||
- node: ClothingNeckCloakRosy | ||
entity: ClothingNeckCloakRosy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- type: construction | ||
name: maple mothroach cloak | ||
id: ClothingNeckCloakRosyRecipe | ||
graph: ClothingNeckCloakRosyGraph | ||
startNode: start | ||
targetNode: ClothingNeckCloakRosy | ||
category: construction-category-clothing | ||
description: As you stare into those lifeless eyes you know this is what you, I mean they, would have wanted. | ||
icon: | ||
sprite: _NF/Clothing/Neck/Cloaks/rosy.rsi | ||
state: icon | ||
objectType: Item |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+516 Bytes
Resources/Textures/_NF/Clothing/Head/Hoods/rosy.rsi/equipped-HELMET.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions
18
Resources/Textures/_NF/Clothing/Head/Hoods/rosy.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Sprites by gentlebutter (discord), edited by dustylens(github)", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-HELMET", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+1.42 KB
Resources/Textures/_NF/Clothing/Neck/Cloaks/rosy.rsi/equipped-NECK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+288 Bytes
Resources/Textures/_NF/Clothing/Neck/Cloaks/rosy.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+299 Bytes
Resources/Textures/_NF/Clothing/Neck/Cloaks/rosy.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/_NF/Clothing/Neck/Cloaks/rosy.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "sprites by gentlebutter (discord), edited by dustylens(github)", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-NECK", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+664 Bytes
Resources/Textures/_NF/Objects/Materials/rosymothroach.rsi/hiderosymothroach.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions
14
Resources/Textures/_NF/Objects/Materials/rosymothroach.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from https://github.com/fulpstation/fulpstation/commit/edb232b692ec9f356ec554ea1971da552b9bc447, edited by dustylens(github)", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "hiderosymothroach" | ||
} | ||
] | ||
} |