Add files via upload

This commit is contained in:
henriquerosaconta2025-hue 2025-08-15 19:16:55 -03:00 committed by GitHub
parent 3a0589bd6a
commit 61473ec08d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 26 additions and 0 deletions

26
mods/Elements.js Normal file
View File

@ -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",
],
}