Saline (#18097)
This commit is contained in:
@@ -56,7 +56,7 @@ reagent-name-ambuzol = ambuzol
|
|||||||
reagent-desc-ambuzol = A highly engineered substance able to halt the progression of a zombie infection.
|
reagent-desc-ambuzol = A highly engineered substance able to halt the progression of a zombie infection.
|
||||||
|
|
||||||
reagent-name-ambuzol-plus = ambuzol plus
|
reagent-name-ambuzol-plus = ambuzol plus
|
||||||
reagent-desc-ambuzol-plus = Further engineered with the blood of the infected, inoculates the living against the infection.
|
reagent-desc-ambuzol-plus = Further engineered with the blood of the infected, inoculates the living against the infection.
|
||||||
|
|
||||||
reagent-name-pulped-banana-peel = pulped banana peel
|
reagent-name-pulped-banana-peel = pulped banana peel
|
||||||
reagent-desc-pulped-banana-peel = Pulped banana peels have some effectiveness against bleeding.
|
reagent-desc-pulped-banana-peel = Pulped banana peels have some effectiveness against bleeding.
|
||||||
@@ -105,3 +105,6 @@ reagent-desc-diphenylmethylamine = A more stable medicine than ethyloxyephedrine
|
|||||||
|
|
||||||
reagent-name-sigynate = sigynate
|
reagent-name-sigynate = sigynate
|
||||||
reagent-desc-sigynate = A thick pink syrup useful for neutralizing acids and soothing trauma caused by acids. Tastes sweet!
|
reagent-desc-sigynate = A thick pink syrup useful for neutralizing acids and soothing trauma caused by acids. Tastes sweet!
|
||||||
|
|
||||||
|
reagent-name-saline = saline
|
||||||
|
reagent-desc-saline = "A mixture of salt and water. Commonly used to treat dehydration or low fluid presence in blood."
|
||||||
|
|||||||
@@ -142,7 +142,5 @@
|
|||||||
Food:
|
Food:
|
||||||
effects:
|
effects:
|
||||||
# eating salt on its own kinda sucks, kids
|
# eating salt on its own kinda sucks, kids
|
||||||
- !type:SatiateHunger
|
|
||||||
factor: 0.5
|
|
||||||
- !type:SatiateThirst
|
- !type:SatiateThirst
|
||||||
factor: -0.5
|
factor: -0.5
|
||||||
|
|||||||
@@ -605,6 +605,22 @@
|
|||||||
- !type:ModifyBleedAmount
|
- !type:ModifyBleedAmount
|
||||||
amount: -0.5
|
amount: -0.5
|
||||||
|
|
||||||
|
- type: reagent
|
||||||
|
id: Saline
|
||||||
|
name: reagent-name-saline
|
||||||
|
group: Medicine
|
||||||
|
desc: reagent-desc-saline
|
||||||
|
physicalDesc: reagent-physical-desc-salty
|
||||||
|
flavor: salty
|
||||||
|
color: "#0064C8"
|
||||||
|
metabolisms:
|
||||||
|
Drink:
|
||||||
|
effects:
|
||||||
|
- !type:SatiateThirst
|
||||||
|
factor: 6
|
||||||
|
- !type:ModifyBloodLevel
|
||||||
|
amount: 6
|
||||||
|
|
||||||
- type: reagent
|
- type: reagent
|
||||||
id: Siderlac
|
id: Siderlac
|
||||||
name: reagent-name-siderlac
|
name: reagent-name-siderlac
|
||||||
|
|||||||
@@ -398,3 +398,13 @@
|
|||||||
amount: 1
|
amount: 1
|
||||||
products:
|
products:
|
||||||
Sigynate: 4
|
Sigynate: 4
|
||||||
|
|
||||||
|
- type: reaction
|
||||||
|
id: Saline
|
||||||
|
reactants:
|
||||||
|
Water:
|
||||||
|
amount: 4
|
||||||
|
TableSalt:
|
||||||
|
amount: 1
|
||||||
|
products:
|
||||||
|
Saline: 5
|
||||||
|
|||||||
Reference in New Issue
Block a user