mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
INDRA, general nuclear fusion update (#21285)
Fixes https://github.com/Aurorastation/Aurora.3/issues/18951 Fixes https://github.com/Aurorastation/Aurora.3/issues/19447 Fixes https://github.com/Aurorastation/Aurora.3/issues/20283 Fixes https://github.com/Aurorastation/Aurora.3/issues/21395 Overhauls a wide variety of INDRA behaviors and related gas/material properties. changes: - balance: "Fusion reaction modifications. Higher radiation and temperature output, comparable power output." - balance: "Increased rad resistance modifier of Borosilicate Windows from 1 -> 4 and (closed) Blast Doors from 1 -> 6." - balance: "INDRA Field Strength minima/maxima changed from 1-100 -> 20-120. Power costs increased significantly." - balance: "INDRA instability increase per tick now limited, similar to Supermatter (prevents sudden instability spike from instantly nuking it)." - balance: "APC cell charge rate increased 10x." - balance: "Rebalanced contents of INDRA hard storage compartment." - balance: "SMES coils capacities halved, throughputs doubled." - balance: "SMES unit maximum coil capacity increased from 6 -> 8." - balance: "TEG maximum power output increased from 500000 -> 2500000." - balance: "Power wasted from exceeding TEG maximum power output decreased from 50% to 33%." - balance: "Portable generators of all types have had their power generation capacity doubled." - rscadd: "New 'Fusion Codex' app added for all crew with ACCESS_ENGINE that details all available nuclear fusion chains." - rscadd: "Boron added as a singleton/reagent. Poisonous to vaurca, still usable in nuclear fusion as fuel assembly rods." - rscadd: "INDRA Field Strength now scales plasma temperature entropy, power output from temperature multiplier, and instability increase per tick." - refactor: "'Boron' gas renamed to 'Helium-3'. Boron is not a gas. Deal with it." - refactor: "'Steam' gas renamed to 'Water Vapor'." - code_imp: "Descriptions added to gas singletons for future use." - qol: "Minor remap of INDRA control room for usability." - qol: "Standardized gas canister naming conventions." - qol: "INDRA and APC TGUI interfaces now use use kW, MW abbreviations for high wattages." - bugfix: "INDRA Kinetic Harvester no longer rapidly deselects materials for harvest when too many are being generated at once." - bugfix: "INDRA EM Field effect no longer considers the camera within its reactor chamber a destabilizing influence." - bugfix: "INDRA reactor core now produces radiation as intended." - bugfix: "Deuterium and Tritium canisters no longer contain 50% standard hydrogen (inheritance issue)." --------- Signed-off-by: Batrachophreno <Batrochophreno@gmail.com> Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it> Co-authored-by: Geeves <22774890+Geevies@users.noreply.github.com>
This commit is contained in:
co-authored by
Matt Atlas
Geeves
parent
93b7dbba83
commit
b3b4f4b9c6
@@ -72,7 +72,7 @@
|
||||
category = "atmos"
|
||||
name = "Canister (Air)"
|
||||
supplier = "hephaestus"
|
||||
description = "Holds nitrogen-oxygen breatheable air. Has a built-in valve to allow for filling portable tanks."
|
||||
description = "Holds a nitrogen-oxygen mixture of breathable air. Has a built-in valve to allow for filling portable tanks."
|
||||
price = 180
|
||||
items = list(
|
||||
/obj/machinery/portable_atmospherics/canister/air
|
||||
@@ -82,14 +82,14 @@
|
||||
groupable = FALSE
|
||||
spawn_amount = 1
|
||||
|
||||
/singleton/cargo_item/canister_bo
|
||||
/singleton/cargo_item/canister_3he
|
||||
category = "atmos"
|
||||
name = "Canister (Boron)"
|
||||
name = "Canister (Helium-3)"
|
||||
supplier = "hephaestus"
|
||||
description = "Holds boron gas. Has a built-in valve to allow for filling portable tanks."
|
||||
price = 380
|
||||
description = "Holds Helium-3 gas, a valuable fusion fuel. Has a built-in valve to allow for filling portable tanks."
|
||||
price = 3800
|
||||
items = list(
|
||||
/obj/machinery/portable_atmospherics/canister/boron
|
||||
/obj/machinery/portable_atmospherics/canister/heliumfuel
|
||||
)
|
||||
access = ACCESS_ENGINE
|
||||
container_type = "box"
|
||||
@@ -100,7 +100,7 @@
|
||||
category = "atmos"
|
||||
name = "Canister (CO2)"
|
||||
supplier = "hephaestus"
|
||||
description = "Holds heavy CO2 gas. Has a built-in valve to allow for filling portable tanks."
|
||||
description = "Holds heavy CO2 gas, whatever that is. Has a built-in valve to allow for filling portable tanks."
|
||||
price = 300
|
||||
items = list(
|
||||
/obj/machinery/portable_atmospherics/canister/carbon_dioxide
|
||||
|
||||
Reference in New Issue
Block a user