From e91ac3a13f9fad167bd762442f669f1a2cc0d3af Mon Sep 17 00:00:00 2001 From: Spielern Date: Sun, 2 Feb 2025 14:18:37 -0500 Subject: [PATCH] direction requested changes --- .../_EE/Silicon/BlindHealing/BlindHealingComponent.cs | 2 +- .../_EE/Silicon/WeldingHealable/WeldingHealingComponent.cs | 6 +++--- Resources/Prototypes/Entities/Objects/Tools/welders.yml | 2 +- Resources/Prototypes/_EE/Damage/modifier_sets.yml | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Content.Server/_EE/Silicon/BlindHealing/BlindHealingComponent.cs b/Content.Server/_EE/Silicon/BlindHealing/BlindHealingComponent.cs index 87a8dfbc0fd..1637ad6ec8c 100644 --- a/Content.Server/_EE/Silicon/BlindHealing/BlindHealingComponent.cs +++ b/Content.Server/_EE/Silicon/BlindHealing/BlindHealingComponent.cs @@ -10,7 +10,7 @@ public sealed partial class BlindHealingComponent : Component /// A multiplier that will be applied to the above if an entity is repairing themselves. /// [DataField] - public float SelfHealPenalty = 3f; + public float SelfHealPenalty = 4f; /// /// Whether or not an entity is allowed to repair itself. diff --git a/Content.Server/_EE/Silicon/WeldingHealable/WeldingHealingComponent.cs b/Content.Server/_EE/Silicon/WeldingHealable/WeldingHealingComponent.cs index b8b21988e7e..12d934ac10e 100644 --- a/Content.Server/_EE/Silicon/WeldingHealable/WeldingHealingComponent.cs +++ b/Content.Server/_EE/Silicon/WeldingHealable/WeldingHealingComponent.cs @@ -25,7 +25,7 @@ public sealed partial class WeldingHealingComponent : Component /// The fuel amount needed to repair physical related damage /// [DataField] - public int FuelCost = 5; + public int FuelCost = 15; [DataField] public int DoAfterDelay = 3; @@ -34,7 +34,7 @@ public sealed partial class WeldingHealingComponent : Component /// A multiplier that will be applied to the above if an entity is repairing themselves. /// [DataField] - public float SelfHealPenalty = 3f; + public float SelfHealPenalty = 4f; /// /// Whether or not an entity is allowed to repair itself. @@ -45,4 +45,4 @@ public sealed partial class WeldingHealingComponent : Component [DataField(required: true)] public List DamageContainers; } -} \ No newline at end of file +} diff --git a/Resources/Prototypes/Entities/Objects/Tools/welders.yml b/Resources/Prototypes/Entities/Objects/Tools/welders.yml index cf135284c3e..757ff48c9be 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/welders.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/welders.yml @@ -108,7 +108,7 @@ - type: WeldingHealing # Same as Brutepack - EE IPCs damageContainers: - Silicon - fuelCost: 5 + fuelCost: 15 damage: types: Blunt: -15 diff --git a/Resources/Prototypes/_EE/Damage/modifier_sets.yml b/Resources/Prototypes/_EE/Damage/modifier_sets.yml index b8ef8204ebf..aaa260b0aca 100644 --- a/Resources/Prototypes/_EE/Damage/modifier_sets.yml +++ b/Resources/Prototypes/_EE/Damage/modifier_sets.yml @@ -2,6 +2,6 @@ id: IPC coefficients: Poison: 0 - Cold: 0.2 - Heat: 2 - Shock: 2.5 + Cold: 0.5 + Heat: 1.5 + Shock: 2