From 6db63c92a56ba8f06685b8ef39c5d4885d14a08d Mon Sep 17 00:00:00 2001 From: Janet Blackquill Date: Thu, 2 Oct 2025 21:05:08 -0400 Subject: [PATCH] Guidebook redescriptionings --- Resources/Locale/en-US/_Offbrand/effects.ftl | 8 +++---- .../Prototypes/_Offbrand/status_effects.yml | 24 +++++++++---------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Resources/Locale/en-US/_Offbrand/effects.ftl b/Resources/Locale/en-US/_Offbrand/effects.ftl index 8761f7987d..39ed12a032 100644 --- a/Resources/Locale/en-US/_Offbrand/effects.ftl +++ b/Resources/Locale/en-US/_Offbrand/effects.ftl @@ -9,16 +9,16 @@ reagent-effect-guidebook-status-effect-remove = { $chance -> } reagent-effect-guidebook-modify-brain-damage-heals = { $chance -> - [1] Heals { $amount } brain damage - *[other] heal { $amount } brain damage + [1] Heals { $amount } brain activity + *[other] heal { $amount } brain activity } reagent-effect-guidebook-modify-brain-damage-deals = { $chance -> [1] Deals { $amount } brain damage *[other] deal { $amount } brain damage } reagent-effect-guidebook-modify-heart-damage-heals = { $chance -> - [1] Heals { $amount } heart damage - *[other] heal { $amount } heart damage + [1] Heals { $amount } heart health + *[other] heal { $amount } heart health } reagent-effect-guidebook-modify-heart-damage-deals = { $chance -> [1] Deals { $amount } heart damage diff --git a/Resources/Prototypes/_Offbrand/status_effects.yml b/Resources/Prototypes/_Offbrand/status_effects.yml index 1eff718c64..8dcb8b915c 100644 --- a/Resources/Prototypes/_Offbrand/status_effects.yml +++ b/Resources/Prototypes/_Offbrand/status_effects.yml @@ -127,7 +127,7 @@ - type: entity parent: MobStatusEffectBase id: StatusEffectHeartStabilizationInaprovaline - name: heart stabilization + name: reduced heartrate components: - type: StrainStatusEffect delta: -2 @@ -180,22 +180,22 @@ - type: entity parent: MobStatusEffectBase id: StatusEffectBrainStabilizationInaprovaline - name: brain stabilization + name: reduction in chance to take brain damage components: - type: ModifyBrainDamageChanceStatusEffect oxygenationModifierThresholds: - 0.30: 0.8 - 0.60: 0.6 - 0.70: 0.5 - 0.85: 0.5 - 1: 0.2 + 0.30: 0.7 + 0.60: 0.5 + 0.70: 0.4 + 0.85: 0.4 + 1: 0.1 - type: ModifyBrainOxygenDepletionChanceStatusEffect oxygenationModifierThresholds: - 0.30: 0.8 - 0.60: 0.6 - 0.70: 0.5 - 0.85: 0.5 - 1: 0.2 + 0.30: 0.7 + 0.60: 0.5 + 0.70: 0.4 + 0.85: 0.4 + 1: 0.1 - type: entity parent: MobStatusEffectBase