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