From fe3ebd0157817a99895f401b017f1de12772f958 Mon Sep 17 00:00:00 2001 From: Interrobang01 <113810873+Interrobang01@users.noreply.github.com> Date: Sat, 29 Apr 2023 14:04:17 -0700 Subject: [PATCH] Impedrezene now actually works (#14843) * Impedrezene now actually does stuff * made impedrezene waaay harder to make * Replaced genetic damage with poison damage, vision problems, and vomiting. * Made recipe easier by replacing potassium requirement with oxygen requirement * lowered vomiting chance * quartered the potency of the drunkenness effect --- Resources/Prototypes/Reagents/narcotics.yml | 21 +++++++++++++++++++ .../Prototypes/Recipes/Reactions/medicine.yml | 5 +++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Reagents/narcotics.yml b/Resources/Prototypes/Reagents/narcotics.yml index 1d4670ef7a..616904789b 100644 --- a/Resources/Prototypes/Reagents/narcotics.yml +++ b/Resources/Prototypes/Reagents/narcotics.yml @@ -306,6 +306,7 @@ - !type:PlantAdjustHealth amount: -5 +# TODO: Replace these nonstandardized effects with generic brain damage - type: reagent id: Impedrezene name: reagent-name-impedrezene @@ -314,6 +315,26 @@ physicalDesc: reagent-physical-desc-acrid flavor: bitter color: "#215263" + metabolisms: + Narcotic: + effects: + - !type:MovespeedModifier + walkSpeedModifier: 0.65 + sprintSpeedModifier: 0.65 + - !type:HealthChange + damage: + types: + Poison: 2 + - !type:GenericStatusEffect + key: SeeingRainbows + component: SeeingRainbows + type: Add + time: 10 + refresh: false + - !type:ChemVomit # Vomiting is a symptom of brain damage + probability: 0.05 + - !type:Drunk # Headaches and slurring are major symptoms of brain damage, this is close enough + boozePower: 5 - type: reagent id: SpaceDrugs diff --git a/Resources/Prototypes/Recipes/Reactions/medicine.yml b/Resources/Prototypes/Recipes/Reactions/medicine.yml index 2ac340fbfb..cdc4e2611d 100644 --- a/Resources/Prototypes/Recipes/Reactions/medicine.yml +++ b/Resources/Prototypes/Recipes/Reactions/medicine.yml @@ -242,15 +242,16 @@ - type: reaction id: Impedrezene + minTemp: 370 reactants: Mercury: amount: 1 Oxygen: amount: 1 - Sugar: + Water: amount: 1 products: - Impedrezene: 3 + Impedrezene: 1 - type: reaction id: Lexorin -- 2.51.2