pyrotechnic metabolism updates (#18947)

* Update pyrotechnic.yml

* Update chemicals.yml

* Update cleaning.yml bleach

* bleach makes you SCREAM

* decrease phlogiston poison damage to 1
This commit is contained in:
CrigCrag
2023-08-13 03:22:07 -04:00
committed by GitHub
parent 3028e0e666
commit 88f7ba0b2a
3 changed files with 21 additions and 3 deletions

View File

@@ -17,6 +17,14 @@
color: "#E7EA91" color: "#E7EA91"
boilingPoint: 55.5 boilingPoint: 55.5
meltingPoint: -50.0 meltingPoint: -50.0
metabolisms:
Poison:
effects:
- !type:HealthChange
damage:
types:
Caustic: 1
Poison: 2 # Phenol is definitely not safe
- type: reagent - type: reagent
id: Charcoal id: Charcoal

View File

@@ -13,12 +13,16 @@
- !type:HealthChange - !type:HealthChange
damage: damage:
types: types:
Poison: 3 Poison: 2
Caustic: 2
- !type:PopupMessage - !type:PopupMessage
type: Local type: Local
visualType: MediumCaution visualType: MediumCaution
messages: [ "generic-reagent-effect-burning-insides" ] messages: [ "generic-reagent-effect-burning-insides" ]
probability: 0.33 probability: 0.33
- !type:Emote
emote: Scream
probability: 0.15
- type: reagent - type: reagent
id: SpaceCleaner id: SpaceCleaner

View File

@@ -33,6 +33,7 @@
damage: damage:
types: types:
Heat: 2 Heat: 2
Poison: 1
- type: reagent - type: reagent
id: Napalm id: Napalm
@@ -57,7 +58,9 @@
- !type:HealthChange - !type:HealthChange
damage: damage:
types: types:
Heat: 1 Heat: 2
Poison: 1
Caustic: 0.5 # based off napalm being an irritant
- !type:FlammableReaction - !type:FlammableReaction
multiplier: 0.4 multiplier: 0.4
@@ -76,6 +79,7 @@
damage: damage:
types: types:
Heat: 3 Heat: 3
Poison: 1
- !type:FlammableReaction - !type:FlammableReaction
multiplier: 0.1 multiplier: 0.1
- !type:AdjustTemperature - !type:AdjustTemperature
@@ -104,7 +108,9 @@
- !type:HealthChange - !type:HealthChange
damage: damage:
types: types:
Heat: 1 Heat: 2
Poison: 1
Caustic: 0.5 # CLF3 is corrosive
- !type:FlammableReaction - !type:FlammableReaction
multiplier: 0.2 multiplier: 0.2
- !type:AdjustTemperature - !type:AdjustTemperature