Merge pull request #259 from stefanblox/main

sbstuff 1.8
This commit is contained in:
slweeb 2024-01-09 14:40:55 -05:00 committed by GitHub
commit a9a79a1aed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 116 additions and 32 deletions

View File

@ -53,16 +53,14 @@ elements.mc_donalds = {
color: "#ff0000", color: "#ff0000",
behavior: behaviors.STURDYPOWDER, behavior: behaviors.STURDYPOWDER,
category: "joke", category: "joke",
hidden: true,
state: "solid", state: "solid",
}; };
elements.maple_syrup = { elements.maple_syrup = {
viscosity: 10000,
isFood: true, isFood: true,
tempHigh: 500, tempHigh: 500,
stateHigh: "steam", stateHigh: "steam",
density: 1333,
hardness: 1,
color: "#9c6000", color: "#9c6000",
behavior: behaviors.LIQUID, behavior: behaviors.LIQUID,
category: "liquids", category: "liquids",
@ -190,7 +188,7 @@ elements.meth = {
color: "#0affef", color: "#0affef",
behavior: behaviors.POWDER, behavior: behaviors.POWDER,
category: "joke", category: "joke",
state: "solid", state: "liquid"
}; };
elements.garlic = { elements.garlic = {
@ -258,7 +256,6 @@ elements.poop = {
color: "#331600", color: "#331600",
behavior: behaviors.STURDYPOWDER, behavior: behaviors.STURDYPOWDER,
category: "joke", category: "joke",
hidden: true,
state: "solid", state: "solid",
reactions: { reactions: {
"piss": { elem1: null, elem2: "bless" }, "piss": { elem1: null, elem2: "bless" },
@ -356,7 +353,6 @@ elements.diamond_ore = {
color: ["#525252", "#525252", "#525252", "#525252", "#525252", "#2ba3ff"], color: ["#525252", "#525252", "#525252", "#525252", "#525252", "#2ba3ff"],
behavior: behaviors.WALL, behavior: behaviors.WALL,
category: "joke", category: "joke",
hidden: true,
state: "solid", state: "solid",
}; };
@ -376,7 +372,6 @@ elements.piss = {
color: "#ffff00", color: "#ffff00",
behavior: behaviors.LIQUID, behavior: behaviors.LIQUID,
category: "joke", category: "joke",
hidden: true,
state: "liquid", state: "liquid",
}; };
@ -407,7 +402,6 @@ elements.melted_meth = {
color: "#00a2ff", color: "#00a2ff",
behavior: behaviors.LIQUID, behavior: behaviors.LIQUID,
category: "joke", category: "joke",
hidden: true,
state: "solid", state: "solid",
}; };
@ -431,7 +425,6 @@ elements.kfc = {
color: "#d16e11", color: "#d16e11",
behavior: behaviors.STURDYPOWDER, behavior: behaviors.STURDYPOWDER,
category: "joke", category: "joke",
hidden: true,
state: "solid", state: "solid",
}; };
@ -441,7 +434,6 @@ elements.wendys = {
color: "#db1e0d", color: "#db1e0d",
behavior: behaviors.STURDYPOWDER, behavior: behaviors.STURDYPOWDER,
category: "joke", category: "joke",
hidden: true,
state: "solid", state: "solid",
}; };
@ -451,7 +443,6 @@ elements.burger_king = {
color: "#db660d", color: "#db660d",
behavior: behaviors.STURDYPOWDER, behavior: behaviors.STURDYPOWDER,
category: "joke", category: "joke",
hidden: true,
state: "solid", state: "solid",
}; };
@ -461,7 +452,6 @@ elements.pizza_hut = {
color: "#ed3b24", color: "#ed3b24",
behavior: behaviors.STURDYPOWDER, behavior: behaviors.STURDYPOWDER,
category: "joke", category: "joke",
hidden: true,
state: "solid", state: "solid",
}; };
@ -471,7 +461,6 @@ elements.dominos = {
color: ["#ed4934", "#3494ed"], color: ["#ed4934", "#3494ed"],
behavior: behaviors.STURDYPOWDER, behavior: behaviors.STURDYPOWDER,
category: "joke", category: "joke",
hidden: true,
state: "solid", state: "solid",
}; };
@ -486,7 +475,6 @@ elements.vape = {
"XX|CR:smoke|XX", "XX|CR:smoke|XX",
], ],
category: "joke", category: "joke",
hidden: true,
state: "solid", state: "solid",
}; };
@ -660,13 +648,10 @@ elements.chantilly = {
}; };
elements.fart = { elements.fart = {
temp: 9999999999999999999999999999, temp: Infinity,
tempHigh: 999999999999999999999999999999999999999999999999999999999999999999,
stateHigh: "void",
color: "#2e4722", color: "#2e4722",
behavior: behaviors.DGAS, behavior: behaviors.DGAS,
category: "joke", category: "joke",
hidden: true,
state: "gas", state: "gas",
}; };
@ -693,14 +678,21 @@ elements.fries = {
}; };
elements.mayo = { elements.mayo = {
viscosity: 2000, color: "#fcffbd",
density: 1200,
tempHigh: 500,
stateHigh: "steam",
color: ["#ffe896", "#fff3c7"],
behavior: behaviors.LIQUID, behavior: behaviors.LIQUID,
category: "liquids", reactions: {
"glue": { elem2:null, chance:0.01 },
"oil": { elem2:null, chance:0.01 },
"sap": { elem2:null, chance:0.01 },
},
viscosity: 3491,
tempHigh: 100.6,
stateHigh: ["steam","carbon_dioxide","methane"],
category:"liquids",
state: "liquid", state: "liquid",
density: 910,
stain: 0.01,
isFood: true
}; };
elements.barbecue_sauce = { elements.barbecue_sauce = {
@ -715,24 +707,24 @@ elements.barbecue_sauce = {
}; };
elements.fried_water = { elements.fried_water = {
hidden: true,
temp: 50, temp: 50,
tempHigh: 500, tempHigh: 500,
stateHigh: "ash", stateHigh: "ash",
color: "#a3591c", color: "#a3591c",
behavior: behaviors.POWDER, behavior: behaviors.POWDER,
category: "joke", category: "joke",
hidden: true,
state: "liquid", state: "liquid",
}; };
elements.solid_water = { elements.solid_water = {
hidden: true,
viscosity: 10000, viscosity: 10000,
tempHigh: 100, tempHigh: 100,
stateHigh: "fried_water", stateHigh: "fried_water",
color: "#dfe9f5", color: "#dfe9f5",
behavior: behaviors.LIQUID, behavior: behaviors.LIQUID,
category: "joke", category: "joke",
hidden: true,
state: "liquid", state: "liquid",
}; };
@ -862,13 +854,15 @@ elements.sprinkles = {
}; };
elements.incinerator = { elements.incinerator = {
tempHigh: 99999999999999999999999999999999999999999999999999999999999999999999999999999999,
temp: 999999999999999999999999999999999999999999999999999999,
stateHigh: "void",
color: "#bf4b7d", color: "#bf4b7d",
behavior: behaviors.WALL, behavior: [
"XX|HT:10000|XX",
"HT:10000|XX|HT:10000",
"XX|HT:10000|XX",
],
category: "machines", category: "machines",
state: "solid", state: "solid",
insulate: true,
}; };
elements.cocoa = { elements.cocoa = {
@ -921,15 +915,105 @@ elements.pepperoni = {
}; };
elements.apple = { elements.apple = {
viscosity: 10000,
breakInto: "juice", breakInto: "juice",
tempHigh: 200, tempHigh: 200,
stateHigh: "steam", stateHigh: "steam",
color: "#bd2d1a", color: "#bd2d1a",
behavior: behaviors.LIQUID,
category: "food",
state: "liquid",
};
elements.blueberry = {
density: 626,
viscosity: 10000,
breakInto: "juice",
breakIntoColor: "#0e2773",
tempHigh: 200,
stateHigh: "steam",
color: "#192f73",
behavior: behaviors.LIQUID,
category: "food",
state: "liquid",
};
elements.cucumber = {
tempHigh: 200,
stateHigh: "steam",
color: "#235214",
behavior: behaviors.SUPPORT, behavior: behaviors.SUPPORT,
category: "food", category: "food",
state: "liquid", state: "liquid",
}; };
elements.olive = {
viscosity: 10000,
tempHigh: 200,
stateHigh: "steam",
color: "#0d0806",
behavior: behaviors.LIQUID,
category: "food",
state: "liquid",
};
elements.mushroom = {
tempHigh: 200,
stateHigh: "steam",
color: "#96847d",
behavior: behaviors.STURDYPOWDER,
category: "food",
state: "liquid",
};
elements.onion = {
tempHigh: 300,
stateHigh: "steam",
color: "#460063",
behavior: behaviors.STURDYPOWDER,
category: "food",
state: "liquid",
};
elements.bacon = {
tempHigh: 90,
stateHigh: "cooked_bacon",
color: ["#a1392d", "#edb4ad"],
behavior: behaviors.STURDYPOWDER,
category: "food",
state: "liquid",
};
elements.cooked_bacon = {
hidden: true,
tempHigh: 300,
stateHigh: "ash",
color: ["#70211d", "#783b38"],
behavior: behaviors.STURDYPOWDER,
category: "food",
state: "liquid",
};
elements.pickle = {
tempHigh: 200,
stateHigh: "steam",
color: "#12400c",
behavior: behaviors.STURDYPOWDER,
category: "food",
state: "liquid",
};
elements.strawberry = {
viscosity: 10000,
density: 754,
tempHigh: 200,
stateHigh: "steam",
color: "#db564d",
behavior: behaviors.LIQUID,
category: "food",
state: "liquid",
};
elements.grape.reactions = { elements.grape.reactions = {
"radiation": { elem1: null, elem2: "radioactive_grape" }, "radiation": { elem1: null, elem2: "radioactive_grape" },
"melted_chocolate": { elem1: null, elem2: "chocolate_grape" }, "melted_chocolate": { elem1: null, elem2: "chocolate_grape" },