Dionae now bleed sap, and this can be used to make syrup. (#25748)
* SapAndSyrup * centrifug * morewatervapor * whyisitnotpushing * nymphs * lessrealmorefun
This commit is contained in:
@@ -7,6 +7,9 @@ reagent-desc-insect-blood = Okay, this is really gross. It almost looks.. alive?
|
|||||||
reagent-name-slime = slime
|
reagent-name-slime = slime
|
||||||
reagent-desc-slime = You thought this was gradient blood at first, but you were mistaken.
|
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-name-hemocyanin-blood = blue blood
|
||||||
reagent-desc-hemocyanin-blood = Contains copper as opposed to iron which gives it a distinct blue color.
|
reagent-desc-hemocyanin-blood = Contains copper as opposed to iron which gives it a distinct blue color.
|
||||||
|
|
||||||
|
|||||||
@@ -39,3 +39,6 @@ reagent-desc-soysauce = A salty soy-based flavoring.
|
|||||||
|
|
||||||
reagent-name-table-salt = table salt
|
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-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.
|
||||||
|
|||||||
@@ -3166,7 +3166,7 @@
|
|||||||
- type: InventorySlots
|
- type: InventorySlots
|
||||||
- type: Strippable
|
- type: Strippable
|
||||||
- type: Bloodstream
|
- type: Bloodstream
|
||||||
bloodReagent: Water
|
bloodReagent: Sap
|
||||||
bloodMaxVolume: 60
|
bloodMaxVolume: 60
|
||||||
- type: UserInterface
|
- type: UserInterface
|
||||||
interfaces:
|
interfaces:
|
||||||
|
|||||||
@@ -24,14 +24,14 @@
|
|||||||
damageOverlayGroups:
|
damageOverlayGroups:
|
||||||
Brute:
|
Brute:
|
||||||
sprite: Mobs/Effects/brute_damage.rsi
|
sprite: Mobs/Effects/brute_damage.rsi
|
||||||
color: "#75b1f0"
|
color: "#cd7314"
|
||||||
- type: Butcherable
|
- type: Butcherable
|
||||||
butcheringType: Spike
|
butcheringType: Spike
|
||||||
spawned:
|
spawned:
|
||||||
- id: FoodMeatPlant
|
- id: FoodMeatPlant
|
||||||
amount: 5
|
amount: 5
|
||||||
- type: Bloodstream
|
- type: Bloodstream
|
||||||
bloodReagent: Water
|
bloodReagent: Sap
|
||||||
- type: Reactive
|
- type: Reactive
|
||||||
groups:
|
groups:
|
||||||
Flammable: [ Touch ]
|
Flammable: [ Touch ]
|
||||||
|
|||||||
@@ -164,3 +164,27 @@
|
|||||||
# eating salt on its own kinda sucks, kids
|
# eating salt on its own kinda sucks, kids
|
||||||
- !type:SatiateThirst
|
- !type:SatiateThirst
|
||||||
factor: -0.5
|
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
|
||||||
|
|||||||
@@ -82,6 +82,32 @@
|
|||||||
params:
|
params:
|
||||||
volume: 6
|
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
|
- type: reagent
|
||||||
parent: Blood
|
parent: Blood
|
||||||
id: CopperBlood
|
id: CopperBlood
|
||||||
|
|||||||
@@ -25,6 +25,19 @@
|
|||||||
Water: 4
|
Water: 4
|
||||||
Nitrogen: 1
|
Nitrogen: 1
|
||||||
|
|
||||||
|
|
||||||
|
- type: reaction
|
||||||
|
id: SapBloodBreakdown
|
||||||
|
source: true
|
||||||
|
requiredMixerCategories:
|
||||||
|
- Centrifuge
|
||||||
|
reactants:
|
||||||
|
Sap:
|
||||||
|
amount: 10
|
||||||
|
products:
|
||||||
|
Water: 9
|
||||||
|
Sugar: 1
|
||||||
|
|
||||||
- type: reaction
|
- type: reaction
|
||||||
id: CopperBloodBreakdown
|
id: CopperBloodBreakdown
|
||||||
source: true
|
source: true
|
||||||
|
|||||||
@@ -20,6 +20,19 @@
|
|||||||
products:
|
products:
|
||||||
EggCooked: 0.5
|
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
|
# Holy - TODO: make it so only the chaplain can use the bible to start these reactions, not anyone with a bible
|
||||||
|
|
||||||
- type: reaction
|
- type: reaction
|
||||||
|
|||||||
Reference in New Issue
Block a user