Update aChefsDream.js

This commit is contained in:
SquareScreamYT 2024-04-02 10:17:52 +08:00 committed by GitHub
parent 402abd9abd
commit 6969939d8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 9 deletions

View File

@ -7053,16 +7053,8 @@ elements.burnt_marshmallow = {
elements.food_coloring = {
color: ["#ff0000", "#ff8800", "#ffff00", "#00ff00", "#00ffff", "#0000ff", "#ff00ff"],
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,
stain: 1,
stain: 0.5,
tempHigh: 100,
stateHigh: "steam",
category: "food",