Updated bere.js

This commit is contained in:
Мастер Угвей 2024-11-09 08:27:21 +02:00 committed by GitHub
parent 2380e6e885
commit 3a2461b0f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ elements.electron = {
color: "#faffa1",
behavior: behaviors.GAS,
category: "energy",
state: "gas",
state: "solid",
reactions: {
"ash": { elem1: "acid_gas", elem2: "neutron" }
"battery": { elem1: "bomb", elem2: "neutron" }
@ -18,7 +18,7 @@ elements.iodum = {
color: "#4d4218",
behavior: behaviors.LIQUID,
category: "liquids",
state: "liquid",
state: "solid",
reactions: {
"concrete": { elem1: "ash", elem2: null }
},