From 128f5e8625c0354172430e9bce0f4806d80ae4a1 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Wed, 21 Feb 2024 14:53:12 -0600 Subject: [PATCH] Adds random pill canister (#25316) Co-authored-by: Jeff --- .../Objects/Specific/Medical/healing.yml | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml index dd17e54efa..9b17d7ed32 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml @@ -716,6 +716,70 @@ - ReagentId: AmbuzolPlus Quantity: 5 +- type: entity + parent: PillCanister + id: PillCanisterRandom + suffix: Random + components: + - type: StorageFill + contents: + - id: PillDexalin + prob: 0.10 + maxAmount: 7 + orGroup: RandomPill + - id: PillDylovene + prob: 0.10 + maxAmount: 7 + orGroup: RandomPill + - id: PillHyronalin + prob: 0.10 + maxAmount: 7 + orGroup: RandomPill + - id: PillIron + prob: 0.10 + maxAmount: 7 + orGroup: RandomPill + - id: PillCopper + prob: 0.10 + maxAmount: 7 + orGroup: RandomPill + - id: PillKelotane + prob: 0.10 + maxAmount: 7 + orGroup: RandomPill + - id: PillDermaline + prob: 0.10 + maxAmount: 7 + orGroup: RandomPill + - id: PillTricordrazine + prob: 0.10 + maxAmount: 7 + orGroup: RandomPill + - id: PillBicaridine + prob: 0.10 + maxAmount: 7 + orGroup: RandomPill + - id: PillCharcoal + prob: 0.10 + maxAmount: 7 + orGroup: RandomPill + - id: PillAmbuzol + prob: 0.075 + maxAmount: 7 + orGroup: RandomPill + - id: PillAmbuzolPlus + prob: 0.075 + maxAmount: 7 + orGroup: RandomPill + - id: PillSpaceDrugs + prob: 0.075 + maxAmount: 7 + orGroup: RandomPill + - id: StrangePill + prob: 0.075 + maxAmount: 7 + orGroup: RandomPill + # Syringes - type: entity name: ephedrine syringe -- 2.51.2