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:
Peptide90
2021-04-02 11:41:00 +01:00
committed by GitHub
parent 52736bbd9e
commit df70984c52
10 changed files with 559 additions and 188 deletions

View File

@@ -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 {}

View 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