sbstuff 2.6
This commit is contained in:
parent
a80db8fb8c
commit
bc362d38fd
|
|
@ -192,6 +192,8 @@ elements.green_berries = {
|
||||||
elements.meth = {
|
elements.meth = {
|
||||||
hardness: 1,
|
hardness: 1,
|
||||||
tempHigh: 500,
|
tempHigh: 500,
|
||||||
|
tempLow: -50,
|
||||||
|
stateLowColorMultiplier: 0.9,
|
||||||
stateHigh: "melted_meth",
|
stateHigh: "melted_meth",
|
||||||
color: "#0affef",
|
color: "#0affef",
|
||||||
behavior: behaviors.POWDER,
|
behavior: behaviors.POWDER,
|
||||||
|
|
@ -199,6 +201,18 @@ elements.meth = {
|
||||||
state: "liquid"
|
state: "liquid"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
elements.melted_meth = {
|
||||||
|
viscosity: 1000,
|
||||||
|
tempHigh: 100000,
|
||||||
|
tempLow: -20,
|
||||||
|
stateHigh: "beans",
|
||||||
|
stateLow: "meth",
|
||||||
|
color: "#00a2ff",
|
||||||
|
behavior: behaviors.LIQUID,
|
||||||
|
category: "joke",
|
||||||
|
state: "solid",
|
||||||
|
};
|
||||||
|
|
||||||
elements.garlic = {
|
elements.garlic = {
|
||||||
isFood: true,
|
isFood: true,
|
||||||
tempHigh: 500,
|
tempHigh: 500,
|
||||||
|
|
@ -217,7 +231,7 @@ elements.garlic_bread = {
|
||||||
breakInto: "crumb",
|
breakInto: "crumb",
|
||||||
tempHigh: 500,
|
tempHigh: 500,
|
||||||
stateHigh: "ash",
|
stateHigh: "ash",
|
||||||
color: ["#db9b56", "#288a0c", "#db9b56", "#db9b56", "#db9b56", "#db9b56"],
|
color: ["#e9be90", "#288a0c", "#e0c6aa", "#b49e85", "#b6926b", "#ccac8b"],
|
||||||
behavior: behaviors.STURDYPOWDER,
|
behavior: behaviors.STURDYPOWDER,
|
||||||
category: "food",
|
category: "food",
|
||||||
state: "solid",
|
state: "solid",
|
||||||
|
|
@ -249,6 +263,8 @@ elements.lemon = {
|
||||||
elements.lemonade = {
|
elements.lemonade = {
|
||||||
isFood: true,
|
isFood: true,
|
||||||
tempHigh: 500,
|
tempHigh: 500,
|
||||||
|
tempLow: -15,
|
||||||
|
tempLowColor: "#f8eb35",
|
||||||
stateHigh: "steam",
|
stateHigh: "steam",
|
||||||
color: "#fff41c",
|
color: "#fff41c",
|
||||||
behavior: behaviors.LIQUID,
|
behavior: behaviors.LIQUID,
|
||||||
|
|
@ -269,6 +285,18 @@ elements.poop = {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
elements.diarrhea = {
|
||||||
|
hardness: 1,
|
||||||
|
viscosity: 10000,
|
||||||
|
tempHigh: 500,
|
||||||
|
stateHigh: ["ash", "ash", "ash", "ash", "ash", "ash", "ash", "steam",],
|
||||||
|
color: "#523718",
|
||||||
|
behavior: behaviors.LIQUID,
|
||||||
|
category: "joke",
|
||||||
|
state: "solid",
|
||||||
|
desc: "riddle me this, libshart, if theres liquid poop then wheres the solid piss?"
|
||||||
|
};
|
||||||
|
|
||||||
elements.marshmallow = {
|
elements.marshmallow = {
|
||||||
isFood: true,
|
isFood: true,
|
||||||
tempHigh: 50,
|
tempHigh: 50,
|
||||||
|
|
@ -355,6 +383,7 @@ elements.diamond_ore = {
|
||||||
elements.coca_cola = {
|
elements.coca_cola = {
|
||||||
isFood: true,
|
isFood: true,
|
||||||
tempHigh: 500,
|
tempHigh: 500,
|
||||||
|
tempLow: -10,
|
||||||
stateHigh: "steam",
|
stateHigh: "steam",
|
||||||
color: "#381e13",
|
color: "#381e13",
|
||||||
behavior: behaviors.LIQUID,
|
behavior: behaviors.LIQUID,
|
||||||
|
|
@ -365,6 +394,7 @@ elements.coca_cola = {
|
||||||
elements.pepsi = {
|
elements.pepsi = {
|
||||||
tempHigh: 500,
|
tempHigh: 500,
|
||||||
stateHigh: "steam",
|
stateHigh: "steam",
|
||||||
|
tempLow: -10,
|
||||||
color: "#2b1717",
|
color: "#2b1717",
|
||||||
behavior: behaviors.LIQUID,
|
behavior: behaviors.LIQUID,
|
||||||
category: "liquids",
|
category: "liquids",
|
||||||
|
|
@ -374,6 +404,7 @@ elements.pepsi = {
|
||||||
elements.piss = {
|
elements.piss = {
|
||||||
tempHigh: 500,
|
tempHigh: 500,
|
||||||
stateHigh: "steam",
|
stateHigh: "steam",
|
||||||
|
tempLow: -10,
|
||||||
color: "#ffff00",
|
color: "#ffff00",
|
||||||
behavior: behaviors.LIQUID,
|
behavior: behaviors.LIQUID,
|
||||||
category: "joke",
|
category: "joke",
|
||||||
|
|
@ -405,17 +436,10 @@ elements.pastry = {
|
||||||
state: "solid",
|
state: "solid",
|
||||||
};
|
};
|
||||||
|
|
||||||
elements.melted_meth = {
|
|
||||||
tempHigh: 100000,
|
|
||||||
stateHigh: "beans",
|
|
||||||
color: "#00a2ff",
|
|
||||||
behavior: behaviors.LIQUID,
|
|
||||||
category: "joke",
|
|
||||||
state: "solid",
|
|
||||||
};
|
|
||||||
|
|
||||||
elements.expired_milk = {
|
elements.spoiled_milk = {
|
||||||
tempHigh: 500,
|
tempHigh: 500,
|
||||||
|
tempLow: -20,
|
||||||
stateHigh: "ash",
|
stateHigh: "ash",
|
||||||
color: "#b8c2b4",
|
color: "#b8c2b4",
|
||||||
behavior: behaviors.LIQUID,
|
behavior: behaviors.LIQUID,
|
||||||
|
|
@ -523,6 +547,8 @@ elements.mashed_pea = {
|
||||||
elements.burnt_beans = {
|
elements.burnt_beans = {
|
||||||
tempHigh: 500,
|
tempHigh: 500,
|
||||||
stateHigh: "ash",
|
stateHigh: "ash",
|
||||||
|
tempLow: -0,
|
||||||
|
stateLow: "beans",
|
||||||
isFood: true,
|
isFood: true,
|
||||||
viscosity: 10000,
|
viscosity: 10000,
|
||||||
density: 721,
|
density: 721,
|
||||||
|
|
@ -801,6 +827,7 @@ elements.barbecue_sauce = {
|
||||||
viscosity: 3000,
|
viscosity: 3000,
|
||||||
density: 1800,
|
density: 1800,
|
||||||
tempHigh: 500,
|
tempHigh: 500,
|
||||||
|
tempLow: 0,
|
||||||
stateHigh: "steam",
|
stateHigh: "steam",
|
||||||
color: "#420400",
|
color: "#420400",
|
||||||
behavior: behaviors.LIQUID,
|
behavior: behaviors.LIQUID,
|
||||||
|
|
@ -907,6 +934,7 @@ elements.porridge = {
|
||||||
viscosity: 3000,
|
viscosity: 3000,
|
||||||
density: 500,
|
density: 500,
|
||||||
tempHigh: 500,
|
tempHigh: 500,
|
||||||
|
tempLow: -10,
|
||||||
stateHigh: "steam",
|
stateHigh: "steam",
|
||||||
color: "#b8a254",
|
color: "#b8a254",
|
||||||
behavior: behaviors.LIQUID,
|
behavior: behaviors.LIQUID,
|
||||||
|
|
@ -938,7 +966,7 @@ elements.chocolate_grape = {
|
||||||
viscosity: 10000,
|
viscosity: 10000,
|
||||||
tempHigh: 300,
|
tempHigh: 300,
|
||||||
stateHigh: "steam",
|
stateHigh: "steam",
|
||||||
color: ["#9e3475", "#6e4d36"],
|
color: ["#7e600d", "#6e4d36"],
|
||||||
behavior: behaviors.LIQUID,
|
behavior: behaviors.LIQUID,
|
||||||
category: "food",
|
category: "food",
|
||||||
state: "liquid",
|
state: "liquid",
|
||||||
|
|
@ -949,7 +977,7 @@ elements.sprinkles = {
|
||||||
stateHigh: "ash",
|
stateHigh: "ash",
|
||||||
cooldown: 0.2,
|
cooldown: 0.2,
|
||||||
color: ["#ff5e5e", "#ffea5e", "#73ff5e", "#5efcff", "#995eff", "#ff5ed1"],
|
color: ["#ff5e5e", "#ffea5e", "#73ff5e", "#5efcff", "#995eff", "#ff5ed1"],
|
||||||
behavior: behaviors.STURDYPOWDER,
|
behavior: behaviors.POWDER,
|
||||||
category: "powders",
|
category: "powders",
|
||||||
state: "liquid",
|
state: "liquid",
|
||||||
maxSize: 1,
|
maxSize: 1,
|
||||||
|
|
@ -965,6 +993,7 @@ elements.incinerator = {
|
||||||
category: "machines",
|
category: "machines",
|
||||||
state: "solid",
|
state: "solid",
|
||||||
insulate: true,
|
insulate: true,
|
||||||
|
excludeRandom: true,
|
||||||
reactions: {
|
reactions: {
|
||||||
"fart": { elem1: null, elem2: "ohio" },
|
"fart": { elem1: null, elem2: "ohio" },
|
||||||
}
|
}
|
||||||
|
|
@ -1113,6 +1142,7 @@ elements.strawberry = {
|
||||||
elements.beer = {
|
elements.beer = {
|
||||||
tempHigh: 300,
|
tempHigh: 300,
|
||||||
stateHigh: "steam",
|
stateHigh: "steam",
|
||||||
|
tempLow: -10,
|
||||||
color: "#b39329",
|
color: "#b39329",
|
||||||
behavior: behaviors.LIQUID,
|
behavior: behaviors.LIQUID,
|
||||||
category: "liquids",
|
category: "liquids",
|
||||||
|
|
@ -1140,8 +1170,10 @@ elements.carrot = {
|
||||||
};
|
};
|
||||||
|
|
||||||
elements.wine = {
|
elements.wine = {
|
||||||
|
hidden: true,
|
||||||
tempHigh: 400,
|
tempHigh: 400,
|
||||||
stateHigh: "steam",
|
stateHigh: "steam",
|
||||||
|
tempLow: -10,
|
||||||
color: "#2e0206",
|
color: "#2e0206",
|
||||||
behavior: behaviors.LIQUID,
|
behavior: behaviors.LIQUID,
|
||||||
category: "liquids",
|
category: "liquids",
|
||||||
|
|
@ -1173,6 +1205,7 @@ elements.dark_energy = {
|
||||||
],
|
],
|
||||||
category: "special",
|
category: "special",
|
||||||
state: "gas",
|
state: "gas",
|
||||||
|
excludeRandom: true
|
||||||
};
|
};
|
||||||
|
|
||||||
elements.ohio = {
|
elements.ohio = {
|
||||||
|
|
@ -1189,6 +1222,7 @@ elements.ohio = {
|
||||||
category: "joke",
|
category: "joke",
|
||||||
state: "gas",
|
state: "gas",
|
||||||
desc: "use at own risk",
|
desc: "use at own risk",
|
||||||
|
excludeRandom: true
|
||||||
};
|
};
|
||||||
|
|
||||||
elements.papaya = {
|
elements.papaya = {
|
||||||
|
|
@ -1279,6 +1313,9 @@ elements.heavy_water = {
|
||||||
behavior: behaviors.LIQUID_OLD,
|
behavior: behaviors.LIQUID_OLD,
|
||||||
category: "liquids",
|
category: "liquids",
|
||||||
state: "liquid",
|
state: "liquid",
|
||||||
|
reactions: {
|
||||||
|
"sand": { elem1: null, elem2: "quicksand" },
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
elements.blood_orange = {
|
elements.blood_orange = {
|
||||||
|
|
@ -1308,6 +1345,7 @@ elements.cranberry = {
|
||||||
hidden: true,
|
hidden: true,
|
||||||
tempHigh: 300,
|
tempHigh: 300,
|
||||||
stateHigh: "steam",
|
stateHigh: "steam",
|
||||||
|
tempLow: -15,
|
||||||
color: "#ad2a1d",
|
color: "#ad2a1d",
|
||||||
behavior: behaviors.LIQUID,
|
behavior: behaviors.LIQUID,
|
||||||
category: "food",
|
category: "food",
|
||||||
|
|
@ -1441,6 +1479,7 @@ elements.uraniumaniumaniumaniumanium_popcornicecream_plutoniumeptunium_238239 =
|
||||||
elements.coffee_milk = {
|
elements.coffee_milk = {
|
||||||
tempHigh: 300,
|
tempHigh: 300,
|
||||||
stateHigh: "steam",
|
stateHigh: "steam",
|
||||||
|
tempLow: -30,
|
||||||
color: "#5c4c42",
|
color: "#5c4c42",
|
||||||
behavior: behaviors.LIQUID,
|
behavior: behaviors.LIQUID,
|
||||||
category: "liquids",
|
category: "liquids",
|
||||||
|
|
@ -1565,6 +1604,7 @@ elements.electron = {
|
||||||
};
|
};
|
||||||
|
|
||||||
elements.sned = {
|
elements.sned = {
|
||||||
|
desc: "slowly expanding...",
|
||||||
color: "#dfe0d9",
|
color: "#dfe0d9",
|
||||||
behavior: [
|
behavior: [
|
||||||
"XX|XX AND CR:sned%1|XX",
|
"XX|XX AND CR:sned%1|XX",
|
||||||
|
|
@ -1580,7 +1620,7 @@ elements.uranium_tea = {
|
||||||
temp: 60,
|
temp: 60,
|
||||||
tempHigh: 400,
|
tempHigh: 400,
|
||||||
stateHigh: "molten_uranium",
|
stateHigh: "molten_uranium",
|
||||||
color: ["#0f8b15", "#316624", "#59864b", "#502e0f"],
|
color: ["#526306", "#40530c", "#80320e", "#502e0f"],
|
||||||
behavior: behaviors.RADLIQUID,
|
behavior: behaviors.RADLIQUID,
|
||||||
category: "liquids",
|
category: "liquids",
|
||||||
state: "liquid"
|
state: "liquid"
|
||||||
|
|
@ -1598,19 +1638,19 @@ elements.powerlaser = {
|
||||||
if (Math.random() > 0.05) { continue }
|
if (Math.random() > 0.05) { continue }
|
||||||
createPixel("flash", x, y);
|
createPixel("flash", x, y);
|
||||||
pixelMap[x][y].color = "#b80ced";
|
pixelMap[x][y].color = "#b80ced";
|
||||||
pixelMap[x][y].temp = 1001000;
|
pixelMap[x][y].temp = 11000;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (elements[pixelMap[x][y].element].isGas) { continue }
|
if (elements[pixelMap[x][y].element].isGas) { continue }
|
||||||
if (elements[pixelMap[x][y].element].id === elements.heat_ray.id) { break }
|
if (elements[pixelMap[x][y].element].id === elements.heat_ray.id) { break }
|
||||||
pixelMap[x][y].temp += 901000;
|
pixelMap[x][y].temp += 9000;
|
||||||
pixelTempCheck(pixelMap[x][y]);
|
pixelTempCheck(pixelMap[x][y]);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
deletePixel(pixel.x, pixel.y);
|
deletePixel(pixel.x, pixel.y);
|
||||||
},
|
},
|
||||||
temp: 1000000,
|
temp: 10000,
|
||||||
category: "energy",
|
category: "energy",
|
||||||
state: "gas",
|
state: "gas",
|
||||||
excludeRandom: true,
|
excludeRandom: true,
|
||||||
|
|
@ -1629,6 +1669,29 @@ elements.magma_bomb = {
|
||||||
state: "liquid"
|
state: "liquid"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
elements.quicksand = {
|
||||||
|
viscosity: 10000,
|
||||||
|
tempHigh: 1000,
|
||||||
|
stateHigh: ["molten_glass", "molten_glass", "molten_glass", "molten_glass", "steam"],
|
||||||
|
color: ["#b1873a", "#cea250"],
|
||||||
|
behavior: behaviors.LIQUID,
|
||||||
|
category: "land",
|
||||||
|
state: "liquid",
|
||||||
|
density: 1400,
|
||||||
|
stain: 0.02
|
||||||
|
};
|
||||||
|
|
||||||
|
elements.liquid_filler = {
|
||||||
|
color: "#ae00ff",
|
||||||
|
behavior: [
|
||||||
|
"XX|XX AND CR:liquid_filler%50|XX",
|
||||||
|
"M2 AND CR:liquid_filler%50|XX|M2 AND CR:liquid_filler%50",
|
||||||
|
"M1|M1 AND CH:liquid_filler%50|M1",
|
||||||
|
],
|
||||||
|
category: "special",
|
||||||
|
state: "liquid"
|
||||||
|
};
|
||||||
|
|
||||||
elements.incinerate.category = "tools",
|
elements.incinerate.category = "tools",
|
||||||
elements.cook.category = "tools",
|
elements.cook.category = "tools",
|
||||||
elements.room_temp.category = "tools",
|
elements.room_temp.category = "tools",
|
||||||
|
|
@ -1663,6 +1726,9 @@ elements.potato.reactions.steam = {elem1: "fries", tempMin: 100, chance:50}
|
||||||
if (!elements.water.reactions) elements.water.reactions = {};
|
if (!elements.water.reactions) elements.water.reactions = {};
|
||||||
elements.water.reactions.cocaine = { elem1: "solid_water", elem2: null }
|
elements.water.reactions.cocaine = { elem1: "solid_water", elem2: null }
|
||||||
|
|
||||||
|
if (!elements.alcohol.reactions) elements.alcohol.reactions = {};
|
||||||
|
elements.alcohol.reactions.juice = {elem1:"wine", elem2:null, chance:5}
|
||||||
|
|
||||||
if (!elements.paper.reactions) elements.paper.reactions = {};
|
if (!elements.paper.reactions) elements.paper.reactions = {};
|
||||||
elements.paper.reactions.bless = { elem1: "robux", elem2: null, chance: 0.0000001 }
|
elements.paper.reactions.bless = { elem1: "robux", elem2: null, chance: 0.0000001 }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue