[MIRROR] Techweb SMES Coils (& small tweaks) (#11602)

Co-authored-by: Killian <49700375+KillianKirilenko@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-09-10 01:12:27 -07:00
committed by GitHub
parent 862bdc7d48
commit 0f2983d3a5
5 changed files with 118 additions and 6 deletions

View File

@@ -16,6 +16,7 @@
"weapon_cell",
"high_mech_cell",
"potato_cell",
"smes_magnetic_coil",
// "basic_scanning",
// "condenser",
// "igniter",
@@ -42,6 +43,8 @@
"super_cell",
"super_mech_cell",
"rped",
"smes_cap_basic",
"smes_trans_basic",
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = TECHWEB_TIER_2_POINTS)
announce_channels = list(CHANNEL_ENGINEERING)
@@ -61,6 +64,8 @@
"super_device",
"hyper_device",
"arped",
"smes_cap_ultra",
"smes_trans_ultra",
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = TECHWEB_TIER_3_POINTS)
required_experiments = list(/datum/experiment/scanning/points/machinery_tiered_scan/tier2_any)
@@ -128,6 +133,8 @@
"omni_micro_laser",
"giga_device",
"giga_cell",
"smes_cap_hyper",
"smes_trans_hyper",
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = TECHWEB_TIER_5_POINTS)
discount_experiments = list(/datum/experiment/scanning/points/machinery_tiered_scan/tier4_any = TECHWEB_TIER_5_POINTS)