Update Batteries.js
This commit is contained in:
parent
80597b23a2
commit
95a1f99c6d
|
|
@ -99,18 +99,18 @@ elements.radio_wave= {
|
|||
conduct: 0.01
|
||||
};
|
||||
elements.e_nuke = {
|
||||
desc: "Works like the nuke but needs power to explode",
|
||||
desc: "Works like the nuke but needs power to explode",
|
||||
color: ["#534636"],
|
||||
hardness: elements.nuke.hardness,
|
||||
state: "solid",
|
||||
behavior: [
|
||||
hardness: elements.nuke.hardness,
|
||||
state: "solid",
|
||||
behavior: [
|
||||
"XX|XX|XX",
|
||||
"XX|XX|XX",
|
||||
"M2|M1|M2",
|
||||
],
|
||||
conduct: 1,
|
||||
category: "machines",
|
||||
behaviorOn:[
|
||||
conduct: 1,
|
||||
category: "machines",
|
||||
behaviorOn:[
|
||||
"XX|XX|XX",
|
||||
"XX|XX|XX",
|
||||
"M2|M1 AND EX:60>plasma,plasma,plasma,plasma,radiation,rad_steam|M2",
|
||||
|
|
|
|||
Loading…
Reference in New Issue