Update aChefsDream.js
This commit is contained in:
parent
402abd9abd
commit
6969939d8a
|
|
@ -7053,16 +7053,8 @@ elements.burnt_marshmallow = {
|
||||||
elements.food_coloring = {
|
elements.food_coloring = {
|
||||||
color: ["#ff0000", "#ff8800", "#ffff00", "#00ff00", "#00ffff", "#0000ff", "#ff00ff"],
|
color: ["#ff0000", "#ff8800", "#ffff00", "#00ff00", "#00ffff", "#0000ff", "#ff00ff"],
|
||||||
behavior: behaviors.LIQUID,
|
behavior: behaviors.LIQUID,
|
||||||
reactions: {
|
|
||||||
"water": { elem2: null, chance: 0.05 },
|
|
||||||
"salt_water": { elem1: null, chance: 0.05 },
|
|
||||||
"sugar_water": { elem1: null, chance: 0.05 },
|
|
||||||
"seltzer": { elem1: null, chance: 0.05 },
|
|
||||||
"dirty_water": { elem1: null, chance: 0.05 },
|
|
||||||
"pool_water": { elem1: null, chance: 0.05 }
|
|
||||||
},
|
|
||||||
customColor: true,
|
customColor: true,
|
||||||
stain: 1,
|
stain: 0.5,
|
||||||
tempHigh: 100,
|
tempHigh: 100,
|
||||||
stateHigh: "steam",
|
stateHigh: "steam",
|
||||||
category: "food",
|
category: "food",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue