Skip to content

Commit

Permalink
fish labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffiestFloof committed Oct 5, 2023
1 parent bf77f25 commit b685f11
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
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
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 Resources/Prototypes/Nyanotrasen/Recipes/Crafting/improvised.yml
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

0 comments on commit b685f11

Please sign in to comment.