Skip to content

Commit

Permalink
pain ops
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyndomen committed Jan 10, 2025
1 parent 4fdafdc commit 9a955ed
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-CrateMedicalPainkiller = Painkillers crate
.desc = Contains a number of painkiller options.
12 changes: 11 additions & 1 deletion Resources/Prototypes/_DV/Catalog/Cargo/cargo_medical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,18 @@
id: RadioImplantCrate
icon:
sprite: Objects/Specific/Medical/implanter.rsi
state: implanter0
state: implanter
product: CrateGenericRadioImplants
cost: 1500
category: Medical
group: market

- type: cargoProduct
id: PainkillerCrate
icon:
sprite: Objects/Specific/Chemistry/pills_canister.rsi
state: pill_canister
product: CratePainkillerBottles
cost: 1000
category: Medical
group: market
11 changes: 11 additions & 0 deletions Resources/Prototypes/_DV/Catalog/Fills/Crates/medical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@
contents:
- id: GenericRadioImplanter
amount: 3

- type: entity
id: CratePainkillerBottles
parent: CrateMedical
name: painkiller crate
description: Running out of these is not an option.
components:
- type: StorageFill
contents:
- id: PillCanisterStubantazine
amount: 3

0 comments on commit 9a955ed

Please sign in to comment.