Changed a few viscosities and some colors

This commit is contained in:
StellarX20 2022-01-20 20:10:05 -05:00 committed by GitHub
parent 84d8fe6f12
commit 37c678ce83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 6 deletions

View File

@ -24,7 +24,7 @@ elements.neutronium = {
stateHigh: "neutronium_gas", stateHigh: "neutronium_gas",
tempLow: 1000, tempLow: 1000,
stateLow: "neutronium", stateLow: "neutronium",
viscosity: 10, viscosity: 10000,
category: "liquids", category: "liquids",
state: "liquid", state: "liquid",
density: 50000000000000000, density: 50000000000000000,
@ -336,7 +336,7 @@ stateHigh: "radioactive_water"
elements.heavy_steam = { elements.heavy_steam = {
color: "#656fb5", color: "#656fb5",
behavior: behaviors.GAS, behavior: behaviors.GAS,
category: "liquids", category: "gases",
density: 1.6, density: 1.6,
state: "liquid", state: "liquid",
temp: 150, temp: 150,
@ -415,11 +415,12 @@ density: 2000,
state: "solid", state: "solid",
}; };
elements.molten_rutile = { elements.molten_rutile = {
color: "#e3907f", color: ["#e3907f", "#e68f3e"],
behavior: behaviors.LIQUID, behavior: behaviors.LIQUID,
category: "liquids", category: "liquids",
reactions: { reactions: {
"chlorine": { "elem1": "titanium_tetrachloride", "elem2":null }, "chlorine": { "elem1": "titanium_tetrachloride", "elem2":null },
density: 10000
}, },
density: 4230, density: 4230,
state: "liquid", state: "liquid",
@ -488,11 +489,12 @@ stateHigh: "molten_mythril",
conduct: 0.93 conduct: 0.93
}; };
elements.molten_mythril = { elements.molten_mythril = {
color: "#eda724", color: ["#eda724", "#f0eabd"],
behavior: behaviors.LIQUID, behavior: behaviors.LIQUID,
category: "liquids", category: "liquids",
reactions: { reactions: {
"molten_mithril": { "elem1": "molten_mythril_mithril_alloy", "elem2":null }, "molten_mithril": { "elem1": "molten_mythril_mithril_alloy", "elem2":null },
viscosity: 10000
}, },
density: 6855, density: 6855,
state: "liquid", state: "liquid",
@ -531,7 +533,8 @@ category: "liquids",
density: 3922.5, density: 3922.5,
state: "liquid", state: "liquid",
tempLow: 1975, tempLow: 1975,
stateLow: "mithril_mythril_alloy" stateLow: "mithril_mythril_alloy",
viscosity: 10000
}, },
elements.mithril_mythril_alloy = { elements.mithril_mythril_alloy = {
conduct: 0.965, conduct: 0.965,
@ -592,7 +595,8 @@ color: "#eb96b5",
behavior: behaviors.LIQUID, behavior: behaviors.LIQUID,
category: "life", category: "life",
state: "liquid", state: "liquid",
conduct: 0.019 conduct: 0.019,
viscosity: 100
}; };
elements.berry = { elements.berry = {
burn: 15, burn: 15,