Adds more mob crates for livestock (#3604)
* Adds livestock crate sprites and cargo crates Goat and butterfly * Sorted NPC crates. Added more mobs Alphabetized NPC crates & Cargo_livestock Added all current mob crates to cargo. Added remaining mobs as crates. Fixed .rsi naming Added descriptions to livestock crates Added construction graph for crates under new category "storage" * Added bees, chickens and gorillas NPC Crates for cargo * Fixed cargo console icons * Alphabetised NPC animals * Randomizer comment * removed livestock from cargo console * Fix chickenmob * Update yml Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
- type: constructionGraph
|
||||
id: CrateLivestock
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: cratelivestock
|
||||
steps:
|
||||
- material: WoodPlank
|
||||
amount: 5
|
||||
doAfter: 5
|
||||
|
||||
|
||||
- node: cratelivestock
|
||||
entity: CrateLivestock
|
||||
edges:
|
||||
- to: start
|
||||
steps:
|
||||
- tool: Prying
|
||||
doAfter: 5
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: MaterialWoodPlank1
|
||||
amount: 5
|
||||
- !type:DeleteEntity {}
|
||||
11
Resources/Prototypes/Recipes/Crafting/crates.yml
Normal file
11
Resources/Prototypes/Recipes/Crafting/crates.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
- type: construction
|
||||
name: livestock crate
|
||||
id: CrateLivestock
|
||||
graph: CrateLivestock
|
||||
startNode: start
|
||||
targetNode: cratelivestock
|
||||
category: Storage
|
||||
description: "A wooden crate for holding livestock"
|
||||
icon: Constructible/Storage/Crates/livestock.rsi/livestockcrate.png
|
||||
objectType: Item
|
||||
|
||||
Reference in New Issue
Block a user