-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf77f25
commit b685f11
Showing
3 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
Resources/Prototypes/Nyanotrasen/Entities/Objects/Tools/fish_labeler.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,15 @@ | ||
- type: entity | ||
parent: HandLabeler | ||
id: FishLabeler | ||
name: fish labeler | ||
description: A hand labeler modified for naming your fish. | ||
components: | ||
- type: HandLabeler | ||
whitelist: | ||
tags: | ||
- Carp | ||
- type: Tag | ||
tags: [] | ||
- type: Construction | ||
graph: fishlabeler | ||
node: fishlabeler |
21 changes: 21 additions & 0 deletions
21
Resources/Prototypes/Nyanotrasen/Recipes/Crafting/Graphs/fish_labeler.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,21 @@ | ||
- type: constructionGraph | ||
id: fishlabeler | ||
start: start | ||
graph: | ||
- node: start | ||
edges: | ||
- to: fishlabeler | ||
steps: | ||
- tag: HandLabeler | ||
icon: | ||
sprite: Objects/Tools/hand_labeler.rsi | ||
state: hand_labeler | ||
name: hand labeler | ||
- tag: PlushieCarp | ||
icon: | ||
sprite: Objects/Fun/toys.rsi | ||
state: carpplush | ||
name: carp plushie | ||
doAfter: 2 | ||
- node: fishlabeler | ||
entity: FishLabeler |
12 changes: 12 additions & 0 deletions
12
Resources/Prototypes/Nyanotrasen/Recipes/Crafting/improvised.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,12 @@ | ||
- type: construction | ||
name: fish labeler | ||
id: fishlabeler | ||
graph: fishlabeler | ||
startNode: start | ||
targetNode: fishlabeler | ||
category: construction-category-misc | ||
objectType: Item | ||
description: For labeling your pet fish. | ||
icon: | ||
sprite: Objects/Tools/hand_labeler.rsi | ||
state: hand_labeler |