From 9a955ed79baeed44734ebdd29c35b81b80095f5f Mon Sep 17 00:00:00 2001 From: Lyndomen <49795619+Lyndomen@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:46:00 -0500 Subject: [PATCH] pain ops --- .../catalog/fills/crates/medical-crates.ftl | 2 ++ .../Prototypes/_DV/Catalog/Cargo/cargo_medical.yml | 12 +++++++++++- .../Prototypes/_DV/Catalog/Fills/Crates/medical.yml | 11 +++++++++++ 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 Resources/Locale/en-US/_DV/prototypes/catalog/fills/crates/medical-crates.ftl diff --git a/Resources/Locale/en-US/_DV/prototypes/catalog/fills/crates/medical-crates.ftl b/Resources/Locale/en-US/_DV/prototypes/catalog/fills/crates/medical-crates.ftl new file mode 100644 index 00000000000..08c8fb16433 --- /dev/null +++ b/Resources/Locale/en-US/_DV/prototypes/catalog/fills/crates/medical-crates.ftl @@ -0,0 +1,2 @@ +ent-CrateMedicalPainkiller = Painkillers crate + .desc = Contains a number of painkiller options. diff --git a/Resources/Prototypes/_DV/Catalog/Cargo/cargo_medical.yml b/Resources/Prototypes/_DV/Catalog/Cargo/cargo_medical.yml index 16a6d2c883e..8c4293d1816 100644 --- a/Resources/Prototypes/_DV/Catalog/Cargo/cargo_medical.yml +++ b/Resources/Prototypes/_DV/Catalog/Cargo/cargo_medical.yml @@ -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 diff --git a/Resources/Prototypes/_DV/Catalog/Fills/Crates/medical.yml b/Resources/Prototypes/_DV/Catalog/Fills/Crates/medical.yml index edcfcab151b..1299a45e38b 100644 --- a/Resources/Prototypes/_DV/Catalog/Fills/Crates/medical.yml +++ b/Resources/Prototypes/_DV/Catalog/Fills/Crates/medical.yml @@ -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