Update tech.js

Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com>
This commit is contained in:
HACKERPRO908 2024-03-22 07:37:22 +00:00 committed by GitHub
parent 5b9084ec23
commit 0144f7ce2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ elements.pc_core = {
"water": { elem1: "explosion", elem2: "null" },
"malware": { elem1: "null", elem2: "null" },
},
breakInto: "rust",
breakInto: ["rust", "electrogalvanized"],
};
elements.malfunctioned_wire = {
@ -46,7 +46,7 @@ elements.red_wire = {
"salt_water": { elem1: "malfunctioned_wire", elem2: "null" },
"water": { elem1: "malfunctioned_wire", elem2: "null" },
},
breakInto: "plastic",
breakInto: ["plastic", "copper"],
};
elements.green_wire = {
@ -62,7 +62,7 @@ elements.green_wire = {
"salt_water": { elem1: "malfunctioned_wire", elem2: "null" },
"water": { elem1: "malfunctioned_wire", elem2: "null" },
},
breakInto: "plastic",
breakInto: ["plastic", "copper"],
};
elements.blue_wire = {
@ -78,7 +78,7 @@ elements.blue_wire = {
"water": { elem1: "malfunctioned_wire", elem2: "null" },
"salt_water": { elem1: "malfunctioned_wire", elem2: "null" },
},
breakInto: "plastic",
breakInto: ["plastic", "copper"],
};
elements.electrogalvanized = {