This commit is contained in:
Emisse
2023-07-17 04:02:41 -06:00
committed by GitHub
parent 6a8c81bb2b
commit 440d01b487
4 changed files with 30 additions and 3 deletions

View File

@@ -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."

View File

@@ -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

View File

@@ -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

View File

@@ -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