From 2c0a59468e6088e4770cd81643a7f5ab363dda79 Mon Sep 17 00:00:00 2001 From: ThereDrD <88589686+ThereDrD0@users.noreply.github.com> Date: Tue, 20 Aug 2024 07:06:53 +0300 Subject: [PATCH] medical tweaks (#645) --- .../Objects/Specific/Medical/healing.yml | 28 ++++++++----------- .../Entities/Structures/Machines/lathe.yml | 17 ++++++----- .../_White/Recipes/lathe_recipes.yml | 8 ++++++ 3 files changed, 27 insertions(+), 26 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml index 11ca70eae2..d6fb4f5cf6 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml @@ -32,11 +32,8 @@ damageContainers: - Biological damage: - types: - Heat: -5 - Cold: -5 - Shock: -5 - Caustic: -1.5 + groups: + Burn: -10 # WD healingBeginSound: path: "/Audio/Items/Medical/ointment_begin.ogg" healingEndSound: @@ -83,11 +80,8 @@ damageContainers: - Biological damage: - types: - Heat: -10 - Cold: -10 - Shock: -10 - Caustic: -10 + groups: + Burn: -20 # WD healingBeginSound: path: "/Audio/Items/Medical/ointment_begin.ogg" healingEndSound: @@ -211,8 +205,8 @@ - Biological damage: types: - Bloodloss: -0.5 #lowers bloodloss damage - ModifyBloodLevel: 15 #restores about 5% blood per use on standard humanoids. + Bloodloss: -0.5 # WD #lowers bloodloss damage + ModifyBloodLevel: 30 #restores about 10% blood per use on standard humanoids. healingBeginSound: path: "/Audio/Items/Medical/brutepack_begin.ogg" healingEndSound: @@ -253,7 +247,7 @@ types: Bloodloss: 2 Asphyxiation: 2 # Essentially Stopping all blood reaching a part of your body - bloodlossModifier: -10 + bloodlossModifier: -30 delay: 0.5 healingBeginSound: path: "/Audio/Items/Medical/brutepack_begin.ogg" @@ -265,7 +259,6 @@ - type: StackPrice price: 10 - - type: entity name: roll of gauze description: Some sterile gauze to wrap around bloody stumps. @@ -288,9 +281,10 @@ - Biological damage: types: - Slash: -5 - Piercing: -10 - bloodlossModifier: -10 + Slash: -2 + Piercing: -2 + bloodlossModifier: -5 + delay: 0.5 healingBeginSound: path: "/Audio/Items/Medical/brutepack_begin.ogg" healingEndSound: diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 1c67d9fe15..6b997dc653 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -883,8 +883,6 @@ idleState: icon runningState: icon staticRecipes: - - Brutepack - - Ointment - Gauze - HandLabeler - Defibrillator @@ -905,6 +903,14 @@ - RollerBedSpawnFolded - CheapRollerBedSpawnFolded - EmergencyRollerBedSpawnFolded + - ChemicalCartridgeRecipe # WD + - Scalpel + - Retractor + - Cautery + - Drill + - Saw + - Hemostat + - ClothingEyesGlassesChemical - Medkit - MedkitBurn - MedkitToxin @@ -913,13 +919,6 @@ - MedkitAdvanced - MedkitRadiation - MedkitCombat - - Scalpel - - Retractor - - Cautery - - Drill - - Saw - - Hemostat - - ClothingEyesGlassesChemical dynamicRecipes: - HandheldCrewMonitor - ChemicalPayload diff --git a/Resources/Prototypes/_White/Recipes/lathe_recipes.yml b/Resources/Prototypes/_White/Recipes/lathe_recipes.yml index 6032000928..3c643300b6 100644 --- a/Resources/Prototypes/_White/Recipes/lathe_recipes.yml +++ b/Resources/Prototypes/_White/Recipes/lathe_recipes.yml @@ -183,3 +183,11 @@ materials: Steel: 500 Glass: 500 + +- type: latheRecipe + id: ChemicalCartridgeRecipe + result: ChemicalCartridge + completetime: 1 + materials: + Steel: 100 + Plastic: 100