Update tech.js
Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com>
This commit is contained in:
parent
ff6e8a1331
commit
1150d211fc
|
|
@ -35,7 +35,7 @@ elements.red_wire = {
|
||||||
behavior: behaviors.WALL,
|
behavior: behaviors.WALL,
|
||||||
category: "tech",
|
category: "tech",
|
||||||
insulate: true,
|
insulate: true,
|
||||||
conduct: 3,
|
conduct: 1,
|
||||||
noMix: true
|
noMix: true
|
||||||
reactions: {
|
reactions: {
|
||||||
"water": { elem1: "malfunctioned_wire", elem2: "null" },
|
"water": { elem1: "malfunctioned_wire", elem2: "null" },
|
||||||
|
|
@ -47,7 +47,7 @@ elements.green_wire = {
|
||||||
behavior: behaviors.WALL,
|
behavior: behaviors.WALL,
|
||||||
category: "tech",
|
category: "tech",
|
||||||
insulate: true,
|
insulate: true,
|
||||||
conduct: 3,
|
conduct: 1,
|
||||||
noMix: true
|
noMix: true
|
||||||
reactions: {
|
reactions: {
|
||||||
"water": { elem1: "malfunctioned_wire", elem2: "null" },
|
"water": { elem1: "malfunctioned_wire", elem2: "null" },
|
||||||
|
|
@ -59,7 +59,7 @@ elements.blue_wire = {
|
||||||
behavior: behaviors.WALL,
|
behavior: behaviors.WALL,
|
||||||
category: "tech",
|
category: "tech",
|
||||||
insulate: true,
|
insulate: true,
|
||||||
conduct: 3,
|
conduct: 1,
|
||||||
noMix: true
|
noMix: true
|
||||||
reactions: {
|
reactions: {
|
||||||
"water": { elem1: "malfunctioned_wire", elem2: "null" },
|
"water": { elem1: "malfunctioned_wire", elem2: "null" },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue