Make Barozine safer and more useful (#9926)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user