Skip to content

Commit

Permalink
add pitbull to cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Sep 16, 2024
1 parent a7d92f1 commit 9bc781b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_livestock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@
cost: 3500
category: Livestock
group: market

- type: cargoProduct
id: LivestockPitbull
icon:
sprite: Nyanotrasen/Mobs/Pets/pitbull.rsi
state: alive
product: CrateNPCPitbull
cost: 700
category: Livestock
group: market
13 changes: 11 additions & 2 deletions Resources/Prototypes/DeltaV/Catalog/Fills/Crates/npc.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
- type: entity
parent: CrateLivestock
id: CrateNPCSecDog
components:
- type: StorageFill
contents:
- id: MobSecDog
amount: 1

- type: entity
parent: CrateLivestock
id: CrateNPCPitbull
components:
- type: StorageFill
contents:
- id: MobSecDog
amount: 1
- id: MobPitbull
amount: 1

0 comments on commit 9bc781b

Please sign in to comment.