Skip to content

Commit

Permalink
craftable pet carrier (#34431)
Browse files Browse the repository at this point in the history
* craftable pet carrier

* epic integration test fail

* Update Resources/Prototypes/Recipes/Crafting/improvised.yml

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* Update Resources/Prototypes/Recipes/Crafting/Graphs/storage/pet_carrier.yml

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* Update Resources/Prototypes/Recipes/Crafting/Graphs/storage/pet_carrier.yml

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* Update Resources/Prototypes/Entities/Objects/Misc/pet_carrier.yml

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* extra tab begone

* epic linter fail

* how did linter not see this???

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
  • Loading branch information
Killerqu00 and slarticodefast authored Jan 14, 2025
1 parent 13edd30 commit 786d4d5
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Resources/Prototypes/Entities/Objects/Misc/pet_carrier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,9 @@
- type: ItemSlots
- type: Item
size: Ginormous
sprite: Objects/Storage/petcarrier.rsi
sprite: Objects/Storage/petcarrier.rsi
- type: Construction
graph: PetCarrier
node: petCarrier
containers:
- entity_storage
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
- type: constructionGraph
id: PetCarrier
start: start
graph:
- node: start
edges:
- to: petCarrier
steps:
- material: Plastic
amount: 5
doAfter: 7
- material: MetalRod
amount: 4
doAfter: 3
- node: petCarrier
entity: PetCarrier
13 changes: 13 additions & 0 deletions Resources/Prototypes/Recipes/Crafting/improvised.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,16 @@
icon:
sprite: Objects/Tools/rolling_pin.rsi
state: icon

- type: construction
name: pet carrier
id: PetCarrier
graph: PetCarrier
startNode: start
targetNode: petCarrier
category: construction-category-misc
objectType: Item
description: Allows large animals to be carried comfortably.
icon:
sprite: Objects/Storage/petcarrier.rsi
state: icon

0 comments on commit 786d4d5

Please sign in to comment.