From ade5cace1208e6d5c82aaed9ca3ccd44b6030604 Mon Sep 17 00:00:00 2001 From: CrigCrag <137215465+CrigCrag@users.noreply.github.com> Date: Sun, 13 Aug 2023 03:24:50 -0400 Subject: [PATCH] make acids hurt more (#18938) * Update toxins.yml * Update toxins.yml rework how acids do damage. they now metabolize at a rate of 3.0, but deal a lot of damage. * make polytrinic require plasma polytrinic acid now requires plasma to make * add comments to indicate acid design --- Resources/Prototypes/Reagents/toxins.yml | 20 ++++++++++++++----- .../Recipes/Reactions/chemicals.yml | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/Reagents/toxins.yml b/Resources/Prototypes/Reagents/toxins.yml index 035be6e5d9..82e05a8f0d 100644 --- a/Resources/Prototypes/Reagents/toxins.yml +++ b/Resources/Prototypes/Reagents/toxins.yml @@ -126,17 +126,20 @@ probability: 0.3 metabolisms: Poison: + metabolismRate : 3.00 # High damage, high metabolism rate. You need a lot of units to crit. Simulates acid burning through you fast. effects: - !type:HealthChange damage: types: - Caustic: 2 + Caustic: 11.0 - !type:PopupMessage type: Local visualType: Large messages: [ "generic-reagent-effect-burning-insides" ] probability: 0.33 - + - !type:Emote + emote: Scream + probability: 0.3 - type: reagent id: FluorosulfuricAcid name: reagent-name-fluorosulfuric-acid @@ -162,17 +165,20 @@ probability: 0.2 metabolisms: Poison: + metabolismRate: 3.00 # High damage, high metabolism rate. You need a lot of units to crit. Simulates acid burning through you fast. effects: - !type:HealthChange damage: types: - Caustic: 2 + Caustic: 8 - !type:PopupMessage type: Local visualType: Large messages: [ "generic-reagent-effect-burning-insides" ] probability: 0.33 - + - !type:Emote + emote: Scream + probability: 0.25 - type: reagent id: SulfuricAcid name: reagent-name-sulfuric-acid @@ -206,16 +212,20 @@ probability: 0.1 metabolisms: Poison: + metabolismRate: 3.00 # Okay damage, high metabolism rate. You need a lot of units to crit. Simulates acid burning through you fast. effects: - !type:HealthChange damage: types: - Caustic: 2 + Caustic: 5 - !type:PopupMessage type: Local visualType: Large messages: [ "generic-reagent-effect-burning-insides" ] probability: 0.33 + - !type:Emote + emote: Scream + probability: 0.2 - type: reagent id: UnstableMutagen diff --git a/Resources/Prototypes/Recipes/Reactions/chemicals.yml b/Resources/Prototypes/Recipes/Reactions/chemicals.yml index d69c5cc147..3aba1c613c 100644 --- a/Resources/Prototypes/Recipes/Reactions/chemicals.yml +++ b/Resources/Prototypes/Recipes/Reactions/chemicals.yml @@ -57,7 +57,7 @@ reactants: SulfuricAcid: amount: 1 - Chlorine: + Plasma: amount: 1 Potassium: amount: 1