diff --git a/Resources/Prototypes/Reagents/medicine.yml b/Resources/Prototypes/Reagents/medicine.yml index 16048ca9b8..c5025c15d7 100644 --- a/Resources/Prototypes/Reagents/medicine.yml +++ b/Resources/Prototypes/Reagents/medicine.yml @@ -22,12 +22,41 @@ damage: types: Poison: -1 - # TODO overdose: vomit, dizzy effect (drunkenness?) + - !type:HealthChange + conditions: + - !type:ReagentThreshold + min: 30 + damage: + types: + Brute: 0.5 + - !type:Jitter + conditions: + - !type:ReagentThreshold + min: 30 + - !type:PopupMessage + conditions: + - !type:ReagentThreshold + min: 30 + type: Local + visualType: Medium + messages: [ "generic-reagent-effect-nauseous" ] + probability: 0.2 + - !type:ChemVomit + conditions: + - !type:ReagentThreshold + min: 30 + probability: 0.02 + Alcohol: + effects: + - !type:Drunk + conditions: + - !type:ReagentThreshold + min: 15 plantMetabolism: - - !type:PlantAdjustToxins - amount: -10 - - !type:PlantAdjustHealth - amount: 1 + - !type:PlantAdjustToxins + amount: -10 + - !type:PlantAdjustHealth + amount: 1 - type: reagent id: Diphenhydramine @@ -802,4 +831,4 @@ conditions: - !type:ReagentThreshold min: 30 - probability: 0.02 \ No newline at end of file + probability: 0.02