Add files via upload
This commit is contained in:
parent
3a0589bd6a
commit
61473ec08d
|
|
@ -0,0 +1,26 @@
|
|||
elements.boron = {
|
||||
color: "#635F62",
|
||||
category: "powders",
|
||||
state: "solid",
|
||||
|
||||
behavior: [
|
||||
"RL:radiation%0.001",
|
||||
],
|
||||
|
||||
|
||||
reactions: {
|
||||
neutron: {elem2: null}
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
elements.Graphite = {
|
||||
color: "#635F62",
|
||||
category: "powders",
|
||||
state: "solid",
|
||||
|
||||
behavior: [
|
||||
"RL:radiation%2, AND RL:neutron%5",
|
||||
],
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue