From 5af62a8a872283133f83020e23e03360553c46c6 Mon Sep 17 00:00:00 2001 From: Lyndomen <49795619+Lyndomen@users.noreply.github.com> Date: Thu, 9 Jan 2025 22:34:26 -0500 Subject: [PATCH] add painkillers to logi purchases (#2674) * pain ops * Update cargo_medical.yml Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com> --------- Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com> --- .../catalog/fills/crates/medical-crates.ftl | 2 ++ .../Prototypes/_DV/Catalog/Cargo/cargo_medical.yml | 10 ++++++++++ .../Prototypes/_DV/Catalog/Fills/Crates/medical.yml | 11 +++++++++++ 3 files changed, 23 insertions(+) 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..8c96f1a7f1a 100644 --- a/Resources/Prototypes/_DV/Catalog/Cargo/cargo_medical.yml +++ b/Resources/Prototypes/_DV/Catalog/Cargo/cargo_medical.yml @@ -17,3 +17,13 @@ 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