Dionae now bleed sap, and this can be used to make syrup. (#25748)

* SapAndSyrup

* centrifug

* morewatervapor

* whyisitnotpushing

* nymphs

* lessrealmorefun
This commit is contained in:
Alzore
2024-04-05 16:06:12 -05:00
committed by GitHub
parent d94eba8c52
commit 5523e016f4
8 changed files with 85 additions and 3 deletions

View File

@@ -7,6 +7,9 @@ reagent-desc-insect-blood = Okay, this is really gross. It almost looks.. alive?
reagent-name-slime = slime
reagent-desc-slime = You thought this was gradient blood at first, but you were mistaken.
reagent-name-sap = sap
reagent-desc-sap = Sticky, sweet tree blood.
reagent-name-hemocyanin-blood = blue blood
reagent-desc-hemocyanin-blood = Contains copper as opposed to iron which gives it a distinct blue color.

View File

@@ -39,3 +39,6 @@ reagent-desc-soysauce = A salty soy-based flavoring.
reagent-name-table-salt = table salt
reagent-desc-table-salt = Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly.
reagent-name-syrup = syrup
reagent-desc-syrup = Delicious syrup made from tree sap, somehow stickier than glue.

View File

@@ -3166,7 +3166,7 @@
- type: InventorySlots
- type: Strippable
- type: Bloodstream
bloodReagent: Water
bloodReagent: Sap
bloodMaxVolume: 60
- type: UserInterface
interfaces:

View File

@@ -24,14 +24,14 @@
damageOverlayGroups:
Brute:
sprite: Mobs/Effects/brute_damage.rsi
color: "#75b1f0"
color: "#cd7314"
- type: Butcherable
butcheringType: Spike
spawned:
- id: FoodMeatPlant
amount: 5
- type: Bloodstream
bloodReagent: Water
bloodReagent: Sap
- type: Reactive
groups:
Flammable: [ Touch ]

View File

@@ -164,3 +164,27 @@
# eating salt on its own kinda sucks, kids
- !type:SatiateThirst
factor: -0.5
- type: reagent
id: Syrup
name: reagent-name-syrup
group: Foods
desc: reagent-desc-syrup
flavor: sweet
color: "#fb7125"
recognizable: true
physicalDesc: reagent-physical-desc-sticky
slippery: false
viscosity: 0.55 #Start using syrup to attach your remote recievers to your microwaves!
tileReactions:
- !type:SpillTileReaction
metabolisms:
Food:
# 12 diona blood for 1 unit of syrup, this stuff better be worthwhile.
effects:
- !type:SatiateHunger
factor: 6.0 #Stronger than cookedramen
footstepSound:
collection: FootstepBlood
params:
volume: 6

View File

@@ -82,6 +82,32 @@
params:
volume: 6
- type: reagent
id: Sap
name: reagent-name-sap
group: Biological
desc: reagent-desc-sap
flavor: sweet
color: "#cd7314"
recognizable: true
physicalDesc: reagent-physical-desc-sticky
slippery: false
viscosity: 0.10
tileReactions:
- !type:SpillTileReaction
metabolisms:
Food:
# Sweet!
effects:
- !type:SatiateHunger
factor: 1
- !type:SatiateThirst
factor: 1
footstepSound:
collection: FootstepBlood
params:
volume: 6
- type: reagent
parent: Blood
id: CopperBlood

View File

@@ -25,6 +25,19 @@
Water: 4
Nitrogen: 1
- type: reaction
id: SapBloodBreakdown
source: true
requiredMixerCategories:
- Centrifuge
reactants:
Sap:
amount: 10
products:
Water: 9
Sugar: 1
- type: reaction
id: CopperBloodBreakdown
source: true

View File

@@ -20,6 +20,19 @@
products:
EggCooked: 0.5
- type: reaction
id: SapBoiling
impact: Low
minTemp: 377
reactants:
Sap:
amount: 1.2
effects:
- !type:CreateGas
gas: WaterVapor
products:
Syrup: 0.1 #12:1 sap to syruop
# Holy - TODO: make it so only the chaplain can use the bible to start these reactions, not anyone with a bible
- type: reaction