Update tech.js

Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com>
This commit is contained in:
HACKERPRO908 2024-03-19 21:30:04 +00:00 committed by GitHub
parent 9f85e9f06a
commit 8dccee116c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
elements.monitor_case = { elements.monitor_case = {
color: "#4a4848", color: "#4a4848",
behavior: behaviors.SOLID, behavior: behaviors.SOLID,
category: "Tech", category: "machines",
state: "solid", state: "solid",
density: 500, density: 500,
}; };
@ -13,7 +13,7 @@ elements.pc_core = {
"SH|XX|SH", "SH|XX|SH",
"XX|SH|XX", "XX|SH|XX",
], ],
category: "Tech", category: "machines",
tempHigh: 8000, tempHigh: 8000,
stateHigh: ["molten_steel","explosion","molten_iron"] stateHigh: ["molten_steel","explosion","molten_iron"]
}; };
@ -21,7 +21,7 @@ elements.pc_core = {
elements.red_wire = { elements.red_wire = {
color: "#ff3d1f", color: "#ff3d1f",
behavior: behaviors.WALL, behavior: behaviors.WALL,
category: "Tech", category: "machines",
insulate: true, insulate: true,
conduct: 3, conduct: 3,
noMix: true noMix: true
@ -30,7 +30,7 @@ elements.red_wire = {
elements.green_wire = { elements.green_wire = {
color: "#66c22d", color: "#66c22d",
behavior: behaviors.WALL, behavior: behaviors.WALL,
category: "Tech", category: "machines",
insulate: true, insulate: true,
conduct: 3, conduct: 3,
noMix: true noMix: true
@ -39,7 +39,7 @@ elements.green_wire = {
elements.blue_wire = { elements.blue_wire = {
color: "#1f81cc", color: "#1f81cc",
behavior: behaviors.WALL, behavior: behaviors.WALL,
category: "Tech", category: "machines",
insulate: true, insulate: true,
conduct: 3, conduct: 3,
noMix: true noMix: true
@ -48,7 +48,7 @@ elements.blue_wire = {
elements.electrogalvanized = { elements.electrogalvanized = {
color: "#6c6e70", color: "#6c6e70",
behavior: behaviors.WALL, behavior: behaviors.WALL,
category: "Tech", category: "machines",
state: "solid", state: "solid",
conduct: 2, conduct: 2,
density: 7850, density: 7850,