Spawns some particles (Proton, Neutron, Electron) and gives them some physics with the fundamental forces! (Weak nuclear force not included) R = distance M = mass Q = charge F = force G = gravity constant k = Electromagnetism constant n = Strong nuclear force constant e = Euler's number (Aprox. 2.718) GRAVITY: F = G*((m1*m2) / r^2) ELECTROMAGNETISM: F = k*((q1*q2) / r^2) STRONG NUCLEAR FORCE: F = n((1 / r^2) + (m / r))e^(−mr)