Add files via upload
This commit is contained in:
parent
eb020e72bc
commit
2a36c0968f
|
|
@ -0,0 +1,71 @@
|
||||||
|
elements.top_filler = {
|
||||||
|
color: "#ae4cd9",
|
||||||
|
behavior: [
|
||||||
|
["XX","CL","XX"],
|
||||||
|
["XX","XX","XX"],
|
||||||
|
["XX","XX","XX"]
|
||||||
|
],
|
||||||
|
category:"special",
|
||||||
|
excludeRandom: true,
|
||||||
|
reactions: {
|
||||||
|
"neutron": { elem1:"lattice" },
|
||||||
|
"proton": { elem1:"vertical" },
|
||||||
|
"electric": { elem1:"horizontal" },
|
||||||
|
"positron": { elem1:"vertical" },
|
||||||
|
"plasma": { elem1:"armageddon", tempMin:500, charged:true },
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
elements.bottom_filler = {
|
||||||
|
color: "#ae4cd9",
|
||||||
|
behavior: [
|
||||||
|
["XX","XX","XX"],
|
||||||
|
["XX","XX","XX"],
|
||||||
|
["XX","CL","XX"]
|
||||||
|
],
|
||||||
|
category:"special",
|
||||||
|
excludeRandom: true,
|
||||||
|
reactions: {
|
||||||
|
"neutron": { elem1:"lattice" },
|
||||||
|
"proton": { elem1:"vertical" },
|
||||||
|
"electric": { elem1:"horizontal" },
|
||||||
|
"positron": { elem1:"vertical" },
|
||||||
|
"plasma": { elem1:"armageddon", tempMin:500, charged:true },
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
elements.right_filler = {
|
||||||
|
color: "#ae4cd9",
|
||||||
|
behavior: [
|
||||||
|
["XX","XX","XX"],
|
||||||
|
["XX","XX","CL"],
|
||||||
|
["XX","XX","XX"]
|
||||||
|
],
|
||||||
|
category:"special",
|
||||||
|
excludeRandom: true,
|
||||||
|
reactions: {
|
||||||
|
"neutron": { elem1:"lattice" },
|
||||||
|
"proton": { elem1:"vertical" },
|
||||||
|
"electric": { elem1:"horizontal" },
|
||||||
|
"positron": { elem1:"vertical" },
|
||||||
|
"plasma": { elem1:"armageddon", tempMin:500, charged:true },
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
elements.left_filler = {
|
||||||
|
color: "#ae4cd9",
|
||||||
|
behavior: [
|
||||||
|
["XX","XX","XX"],
|
||||||
|
["CL","XX","XX"],
|
||||||
|
["XX","XX","XX"]
|
||||||
|
],
|
||||||
|
category:"special",
|
||||||
|
excludeRandom: true,
|
||||||
|
reactions: {
|
||||||
|
"neutron": { elem1:"lattice" },
|
||||||
|
"proton": { elem1:"vertical" },
|
||||||
|
"electric": { elem1:"horizontal" },
|
||||||
|
"positron": { elem1:"vertical" },
|
||||||
|
"plasma": { elem1:"armageddon", tempMin:500, charged:true },
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue