new chemical-Necrosol (#23850)

* rollback

* dumb fix
This commit is contained in:
icekot8
2024-01-12 10:59:21 +03:00
committed by GitHub
parent 996eba6bc6
commit 6820cff4f5
3 changed files with 46 additions and 0 deletions

View File

@@ -123,3 +123,6 @@ reagent-desc-pyrazine = Efficiently heals burns from the hottest of fires. Cause
reagent-name-insuzine = insuzine
reagent-desc-insuzine = Rapidly repairs dead tissue caused by electrocution, but cools you slightly. Completely freezes the patient when overdosed.
reagent-name-necrosol = necrosol
reagent-desc-necrosol = A necrotic substance that seems to be able to heal frozen corpses

View File

@@ -1107,3 +1107,32 @@
conditions:
- !type:ReagentThreshold
min: 12
- type: reagent
id: Necrosol
name: reagent-name-necrosol
group: Medicine
desc: reagent-desc-necrosol
physicalDesc: reagent-physical-desc-necrotic
flavor: medicine
color: "#86a5bd"
worksOnTheDead: true
plantMetabolism:
- !type:PlantAdjustToxins
amount: -5
- !type:PlantAdjustHealth
amount: 5
- !type:PlantCryoxadone {}
metabolisms:
Medicine:
effects:
- !type:HealthChange
conditions:
- !type:Temperature
max: 213.0
damage:
groups:
Brute: -4
Burn: -5
types:
Poison: -2

View File

@@ -548,3 +548,17 @@
products:
Insuzine: 3
Ash: 1
- type: reaction
id: Necrosol
impact: Medium
minTemp: 370
reactants:
Blood:
amount: 3
Omnizine:
amount: 1
Cryoxadone:
amount: 2
products:
Necrosol: 2