forked from R74nCom/sandboxels
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathall_around_fillers.js
73 lines (69 loc) · 1.9 KB
/
all_around_fillers.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
elements.top_filler = {
color: "#ae4cd9",
behavior: [
["XX","CL","XX"],
["XX","XX","XX"],
["XX","XX","XX"]
],
category:"fillers",
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:"fillers",
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:"fillers",
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:"fillers",
excludeRandom: true,
reactions: {
"neutron": { elem1:"lattice" },
"proton": { elem1:"vertical" },
"electric": { elem1:"horizontal" },
"positron": { elem1:"vertical" },
"plasma": { elem1:"armageddon", tempMin:500, charged:true },
}
}
elements.filler.category = "fillers"