From 5794ecd28ffe91fa1e3971784ba6f43f6bb8bf1b Mon Sep 17 00:00:00 2001 From: SlamBamActionman Date: Mon, 16 Sep 2024 11:05:57 +0200 Subject: [PATCH 1/2] Initial commit --- Resources/Prototypes/Reagents/medicine.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Reagents/medicine.yml b/Resources/Prototypes/Reagents/medicine.yml index 4dcef67f77..962e2d09f1 100644 --- a/Resources/Prototypes/Reagents/medicine.yml +++ b/Resources/Prototypes/Reagents/medicine.yml @@ -125,6 +125,8 @@ Radiation: -3 groups: Brute: 0.5 + - !type:ChemVomit + probability: 0.1 - type: reagent id: Bicaridine @@ -556,14 +558,20 @@ min: 4 metabolisms: Medicine: + metabolismRate: 0.1 effects: - !type:HealthChange damage: types: - Cellular: -1 - Radiation: 1 - - !type:ChemVomit - probability: 0.05 + Cellular: -0.3 + Radiation: 0.3 + - !type:HealthChange + conditions: + - !type:ReagentThreshold + min: 10 + damage: + types: + Radiation: 0.2 - type: reagent id: PolypyryliumOligomers From fe69de942f7aa13ed70bf1a774dd4ab5768eec7d Mon Sep 17 00:00:00 2001 From: SlamBamActionman Date: Fri, 1 Nov 2024 12:52:12 +0100 Subject: [PATCH 2/2] Updated values --- Resources/Prototypes/Reagents/medicine.yml | 34 ++++++++++++++++++---- 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/Reagents/medicine.yml b/Resources/Prototypes/Reagents/medicine.yml index 962e2d09f1..c05d31b2f4 100644 --- a/Resources/Prototypes/Reagents/medicine.yml +++ b/Resources/Prototypes/Reagents/medicine.yml @@ -124,9 +124,7 @@ types: Radiation: -3 groups: - Brute: 0.5 - - !type:ChemVomit - probability: 0.1 + Brute: 1.5 - type: reagent id: Bicaridine @@ -564,14 +562,23 @@ damage: types: Cellular: -0.3 - Radiation: 0.3 + Radiation: 0.15 + Caustic: 0.15 - !type:HealthChange conditions: - - !type:ReagentThreshold - min: 10 + - !type:ReagentThreshold + min: 11 damage: types: Radiation: 0.2 + - !type:HealthChange + conditions: + - !type:ReagentThreshold + reagent: Arithrazine + min: 1 + damage: + types: + Caustic: 0.3 - type: reagent id: PolypyryliumOligomers @@ -977,6 +984,21 @@ - !type:ReagentThreshold min: 30 probability: 0.02 + - !type:ChemVomit + conditions: + - !type:ReagentThreshold + reagent: Arithrazine + min: 1 + probability: 0.1 + - !type:PopupMessage + conditions: + - !type:ReagentThreshold + reagent: Arithrazine + min: 1 + type: Local + visualType: Medium + messages: [ "generic-reagent-effect-nauseous" ] + probability: 0.2 - type: reagent id: Lacerinol