Update devsnacks.js

This commit is contained in:
slweeb 2026-01-30 21:13:36 -05:00
parent c084f14c08
commit b7d5516a00
1 changed files with 15 additions and 1 deletions

View File

@ -191,3 +191,17 @@ elements.spicy_water = {
elements.broth.reactions.spice = { color1:"#ef713f", tempMin:70, chance:0.05 };
elements.broth.reactions.spicy_water = { color1:"#ef713f", tempMin:70, chance:0.05 };
elements.meat.reactions.spicy_water = { elem2:"broth", color2:"#ef713f", tempMin:70 };
elements.nut_spread = {
color: "#7B4528",
behavior: behaviors.LIQUID,
viscosity: 200000,
tempHigh: 232,
stateHigh: ["smoke","smoke","smoke","smoke","salt"],
category: "food",
state: "liquid",
density: 1090.5,
isFood: true,
hidden: true
}
elements.nut_meat.reactions.chocolate_powder = { elem1:"nut_spread", elem2:"nut_spread" }