Files
Bubberstation/code/__DEFINES
Pickle-CodingandRoxy f436b46d23 Tesla and supermatter zaps can trigger electrolysis reactions. Hypernoblium to antinoblium conversion requires supermatter zaps. (#91048)
## About The Pull Request
Supermatter and tesla zaps can trigger electrolysis reactions.
Hypernoblium to antinoblium conversion requires supermatter zaps above 5
GeV, with 100% efficiency at 9GeV. Antinoblium is generated at 1:1 from
hypernoblium consumed. The requirement for hypernoblium conversion is
also included in the reaction console.
## Why It's Good For The Game
Ordinary electrolysis is a rather boring way to obtain antinoblium,
especially with fire extinguisher cheese. This limits the creation of
antinoblium to more extreme and loud methods. This is mainly intended
for balancing #91016, but seems out of scope to include in that PR. This
also gives room for antinoblium to be balanced as one of the more exotic
gases, and is much more obvious when antinoblium is being created.
## Changelog
🆑
add: Supermatter and tesla zaps can trigger electrolyzer reactions.
balance: Hypernoblium to antinoblium electrolysis requires supermatter
zaps above 5 GeV.
balance: Hypernoblium is converted to antinoblium 1:1 during
electrolysis.

/🆑
2025-05-22 21:17:27 -04:00
..
2025-05-08 19:19:40 -04:00
2025-03-31 14:49:09 -04:00
2025-04-29 17:41:26 -06:00
2025-02-20 00:08:23 -08:00
2025-03-31 14:49:09 -04:00
2025-03-25 15:47:38 -06:00
2025-04-29 18:33:35 -06:00
2025-04-29 17:55:19 -06:00
2025-05-13 15:05:46 -04:00
2025-03-12 15:45:45 -04:00
2025-04-29 18:04:56 -06:00
2025-04-29 17:11:39 -06:00
2025-03-17 08:26:32 +00:00

This folder is full of #define statements. They are similar to constants, but must come before any code that references them, and they do not take up memory the way constants do.

The values in this folder are NOT options. They are not for hosts to play with. Some of the values are arbitrary and only need to be different from similar constants; for example, the genetic mutation numbers in genetics.dm mean nothing, but MUST be distinct.

It is wise not to touch them unless you understand what they do, where they're used, and most importantly, how to undo your changes if you screw it up.

  • Sayu