From 24ff40c62373a9d269e21546a958ad6b384fade2 Mon Sep 17 00:00:00 2001 From: Janet Blackquill Date: Thu, 21 Nov 2024 20:44:52 -0500 Subject: [PATCH] Add soretizone to starting kit of chronically ill characters At the start of a shift, it's quite frequent that chemists are both unable to and too busy to make painkillers for chronically ill characters for quite some time, leaving them to rot at the start of the round. This remedies that by giving them 5 pills of soretizone when they spawn in, so that they have a buffer before they need to consult the ship's chemist. --- .../Objects/Specific/Medical/healing.yml | 30 +++++++++++++++++++ .../Prototypes/DeltaV/Traits/disabilities.yml | 1 + 2 files changed, 31 insertions(+) create mode 100644 Resources/Prototypes/DeltaV/Entities/Objects/Specific/Medical/healing.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Medical/healing.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Medical/healing.yml new file mode 100644 index 00000000000..f5afd0ed946 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Medical/healing.yml @@ -0,0 +1,30 @@ +- type: entity + parent: Pill + id: PillSoretizone + suffix: Soretizone 10u + components: + - type: Pill + pillType: 14 + - type: Sprite + state: pill15 + - type: Label + currentLabel: soretizone 10u + - type: SolutionContainerManager + solutions: + food: + maxVol: 20 + reagents: + - ReagentId: Soretizone + Quantity: 10 + +- type: entity + parent: PillCanister + id: PillCanisterSoretizone + suffix: Soretizone 10u, 5 + components: + - type: Label + currentLabel: soretizone 10u + - type: StorageFill + contents: + - id: PillSoretizone + amount: 5 diff --git a/Resources/Prototypes/DeltaV/Traits/disabilities.yml b/Resources/Prototypes/DeltaV/Traits/disabilities.yml index 016e7b5340b..96ded539387 100644 --- a/Resources/Prototypes/DeltaV/Traits/disabilities.yml +++ b/Resources/Prototypes/DeltaV/Traits/disabilities.yml @@ -18,6 +18,7 @@ id: InPain name: trait-inpain-name description: trait-inpain-desc + traitGear: PillCanisterSoretizone category: Disabilities components: - type: Pain