Skip to content

Instantly share code, notes, and snippets.

@orbit-loona
Created March 4, 2022 14:50
Show Gist options
  • Save orbit-loona/5b08846988383feb818bec96ea4f0388 to your computer and use it in GitHub Desktop.
Save orbit-loona/5b08846988383feb818bec96ea4f0388 to your computer and use it in GitHub Desktop.
bugged code
elements.test2_s_1 = {
color: "#0000FF",
behavior: behaviors.POWDER,
density: 718.3,
temp: 24,
tempHigh: 24,
stateHigh: ["test2_s_1", "test2_s_2", "test2_l", "test2_g"],
}
elements.test2_s_2 = {
color: "#3000FF",
behavior: behaviors.POWDER,
density: 738.3,
temp: 24,
tempHigh: 24,
stateHigh: ["test2_s_1", "test2_s_2", "test2_l", "test2_g"],
tempLow: 24,
stateHigh: ["test2_s_1", "test2_s_2", "test2_l", "test2_g"],
}
elements.test2_l = {
color: "#0020EF",
behavior: behaviors.LIQUID,
density: 693.3,
temp: 24,
tempHigh: 24,
stateHigh: ["test2_s_1", "test2_s_2", "test2_l", "test2_g"],
tempLow: 24,
stateHigh: ["test2_s_1", "test2_s_2", "test2_l", "test2_g"],
}
elements.test2_g = {
color: "#2000CF",
behavior: behaviors.GAS,
density: 2.1,
temp: 24,
tempLow: 24,
stateHigh: ["test2_s_1", "test2_s_2", "test2_l", "test2_g"],
tempLow: 1738,
stateHigh: "test2_g",
}
elements.test2 = {
color: "#0000FF",
behavior: [
"XX|XX|XX",
"XX|CH:test2_s_1,test2_s_2,test2_l,test2_g|XX",
"M2|M1|M2"
],
density: 424.3,
tempLow: 24,
stateHigh: ["test2_s_1", "test2_s_2", "test2_l", "test2_g"],
tempHigh: 24,
stateHigh: ["test2_s_1", "test2_s_2", "test2_l", "test2_g"],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment