Make Barozine safer and more useful (#9926)

This commit is contained in:
Myctai
2022-07-31 03:15:08 +00:00
committed by GitHub
parent 92e16ee01b
commit 597f38adb4
3 changed files with 7 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ reagent-name-leporazine = leporazine
reagent-desc-leporazine = This keeps a patient's body temperature stable. High doses can allow short periods of unprotected EVA, but prevents use of the cryogenics tubes.
reagent-name-barozine = barozine
reagent-desc-barozine = A somewhat toxic medicine that prevents pressure damage. Causes extreme pain and jittering. Very poisonous when overdosed.
reagent-desc-barozine = A potent drug that prevents pressure damage. Causes extreme pain and jittering. Very poisonous when overdosed.
reagent-name-phalanximine = phalanximine
reagent-desc-phalanximine = Used in the treatment of cancer. Causes moderate radiation poisoning.

View File

@@ -133,16 +133,16 @@
emptySpriteName: hypovolemic_empty
- type: Hypospray
solutionName: pen
transferAmount: 20
transferAmount: 30
- type: SolutionContainerManager
solutions:
pen:
maxVol: 20
maxVol: 30
reagents:
- ReagentId: Leporazine
Quantity: 10
- ReagentId: Barozine
Quantity: 10
Quantity: 20
- type: entity
name: pen

View File

@@ -395,15 +395,14 @@
Medicine:
effects:
- !type:HealthChange
probability: 0.3
damage:
types:
Poison: 1
groups:
Brute: -1.5
Heat: 0.5
- !type:HealthChange
conditions:
- !type:ReagentThreshold
min: 15
min: 30
damage:
types:
Poison: 3