Update fission_physics.js

This commit is contained in:
pennylicker6 2025-08-04 13:42:52 -08:00 committed by GitHub
parent 39f62a1e5a
commit 89e9d42e0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// Basic Fission Mod for Sandboxels
// Simulates simplified nuclear fission with uranium-235, neutrons, and boron control rods.
// Uranium-235: emits 2-3 neutrons when hit by a neutron, heats up, no byproducts.
// Uranium-235: emits 2-3 neutrons when hit by a neutron, heats up, no byproducts. this is by senseiollie. the creator
elements.uranium235 = {
color: "#4a7023", // dark green (uranium oxide green)
behavior: behaviors.SOLID,