Skip to content

Commit

Permalink
feat: Add emergency pie delivery (DeltaV-Station#2211)
Browse files Browse the repository at this point in the history
* feat: Add emergency pie delivery

* refactor: add missing newline

* refactor: Move name and description to prototype

* tweak: Increase price to 3200 to make the integration test happy...

* tweak: Change price again and adjust amount

* refactor: unindent a level
  • Loading branch information
DisposableCrewmember42 authored Nov 25, 2024
1 parent 90707f1 commit a09a2e0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_food.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,13 @@
cost: 6000 # Thanks bounties
category: Food
group: market

- type: cargoProduct
id: FoodEmergencyPie
icon:
sprite: Objects/Consumable/Food/Baked/pie.rsi
state: tin
product: CrateFoodEmergencyPie
cost: 3333
category: Food
group: market
11 changes: 11 additions & 0 deletions Resources/Prototypes/DeltaV/Catalog/Fills/Crates/food.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,14 @@
amount: 1
- id: FoodBoxDonkpocketDink
prob: 0.1

- type: entity
id: CrateFoodEmergencyPie
parent: CratePlastic
name: emergency pie delivery
description: '"Then let them eat pie."'
components:
- type: StorageFill
contents:
- id: FoodPieBananaCream
amount: 13

0 comments on commit a09a2e0

Please sign in to comment.