Saline (#18097)
This commit is contained in:
@@ -105,3 +105,6 @@ reagent-desc-diphenylmethylamine = A more stable medicine than ethyloxyephedrine
|
||||
|
||||
reagent-name-sigynate = sigynate
|
||||
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:
|
||||
effects:
|
||||
# eating salt on its own kinda sucks, kids
|
||||
- !type:SatiateHunger
|
||||
factor: 0.5
|
||||
- !type:SatiateThirst
|
||||
factor: -0.5
|
||||
|
||||
@@ -605,6 +605,22 @@
|
||||
- !type:ModifyBleedAmount
|
||||
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
|
||||
id: Siderlac
|
||||
name: reagent-name-siderlac
|
||||
|
||||
@@ -398,3 +398,13 @@
|
||||
amount: 1
|
||||
products:
|
||||
Sigynate: 4
|
||||
|
||||
- type: reaction
|
||||
id: Saline
|
||||
reactants:
|
||||
Water:
|
||||
amount: 4
|
||||
TableSalt:
|
||||
amount: 1
|
||||
products:
|
||||
Saline: 5
|
||||
|
||||
Reference in New Issue
Block a user