Skip to content

Commit 623de9a

Browse files
authored
Supermatter guidebook entry (#5429)
## Short description So new players can lookup what the Supermatter does, and give some hints how it works. ## Media (Video/Screenshots) <img width="1407" height="1149" alt="grafik" src="https://github.com/user-attachments/assets/b43f2b6f-bc99-4710-91ca-b30b5272b5b0" /> ## Checks <!-- check boxes for faster reviewing of your PR --> - [x] I do not require assistance to complete the PR. - [x] Before posting/requesting review of a PR, I have verified that the changes work. - [x] I have added screenshots/videos of the changes, or this PR does not change in-game mechanics. - [x] I affirm that my changes are licensed under the [MIT License](https://github.com/ss14Starlight/space-station-14/blob/Starlight/LICENSE.TXT) and grant permission for use in this repository under its conditions. **Changelog** :cl: SirLutz - add: Supermatter guidebook entry. - add: Supermatter guidebook hints for valid setups.
1 parent 78cb062 commit 623de9a

8 files changed

Lines changed: 499 additions & 0 deletions

File tree

Resources/Locale/en-US/_Starlight/guidebook/guides.ftl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ guide-entry-sl-legal-sop-intro = Legal
9898
guide-entry-sl-engineering-sop-intro = Engineering
9999
guide-entry-sl-engineering-sop-genproc-intro = General Procedures
100100
guide-entry-sl-engineering-sop-power-generation = Power Generation
101+
guide-entry-sl-engineering-supermatter = Supermatter Crystal
102+
guide-entry-sl-engineering-supermatter-stability = Stability
103+
guide-entry-sl-engineering-supermatter-structural-recovery = Structural Recovery
104+
guide-entry-sl-engineering-supermatter-delamination = Delamination
105+
guide-entry-sl-engineering-supermatter-advanced-handling = Advanced Supermatter Handling
101106
guide-entry-sl-engineering-sop-station-damage = Station Damage
102107
guide-entry-sl-engineering-sop-staff-intro = Staff Procedures
103108
guide-entry-sl-engineering-sop-chief-engineer = Chief Engineer

Resources/Prototypes/Guidebook/engineering.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@
322322
- SingularityTeslaEngine
323323
- NuclearGenerator # Far Horizons
324324
- TEG
325+
- Supermatter # Starlight
325326
- RTG
326327
- SolarPanels
327328

Resources/Prototypes/_Starlight/Guidebook/engineering.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,33 @@
1616
id: PlumbingMachines
1717
name: guide-entry-plumbingmachines
1818
text: "/ServerInfo/_Starlight/Guidebook/Engineering/PlumbingMachines.xml"
19+
20+
- type: guideEntry
21+
id: Supermatter
22+
name: guide-entry-sl-engineering-supermatter
23+
text: "/ServerInfo/_Starlight/Guidebook/Engineering/Supermatter.xml"
24+
children:
25+
- SupermatterStability
26+
- SupermatterStructuralRecovery
27+
- SupermatterDelamination
28+
- SupermatterAdvancedSupermatterHandling
29+
30+
- type: guideEntry
31+
id: SupermatterStability
32+
name: guide-entry-sl-engineering-supermatter-stability
33+
text: "/ServerInfo/_Starlight/Guidebook/Engineering/SupermatterStability.xml"
34+
35+
- type: guideEntry
36+
id: SupermatterStructuralRecovery
37+
name: guide-entry-sl-engineering-supermatter-structural-recovery
38+
text: "/ServerInfo/_Starlight/Guidebook/Engineering/SupermatterStructuralRecovery.xml"
39+
40+
- type: guideEntry
41+
id: SupermatterDelamination
42+
name: guide-entry-sl-engineering-supermatter-delamination
43+
text: "/ServerInfo/_Starlight/Guidebook/Engineering/SupermatterDelamination.xml"
44+
45+
- type: guideEntry
46+
id: SupermatterAdvancedSupermatterHandling
47+
name: guide-entry-sl-engineering-supermatter-advanced-handling
48+
text: "/ServerInfo/_Starlight/Guidebook/Engineering/SupermatterAdvancedSupermatterHandling.xml"
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
<Document>
2+
# Supermatter Crystal
3+
4+
<Box>
5+
<GuideEntityEmbed Entity="SignRadiation" Caption="" />
6+
<GuideEntityEmbed Entity="SupermatterCrystal" Caption="Supermatter Crystal" />
7+
<GuideEntityEmbed Entity="SignRadiation" Caption="" />
8+
</Box>
9+
10+
## Overview
11+
12+
The Supermatter Crystal is a high-output energy source capable of supplying large amounts of power to a station.
13+
14+
Unlike conventional generators, it does not generate electricity directly. Instead, engineers harvest the energy released when the crystal is placed under controlled stress.
15+
16+
In addition to producing energy, the crystal also generates useful gases, making it valuable for both Engineering and Atmospherics.
17+
18+
The exact mechanisms behind the Supermatter remain unknown. However, its behaviour is heavily influenced by the atmosphere surrounding it and requires continuous monitoring.
19+
20+
## Power Harvesting
21+
22+
Stress causes the Supermatter to release energy in multiple forms.
23+
24+
One reaction emits high-energy radiation.
25+
26+
<Box>
27+
<GuideEntityEmbed Entity="RadiationCollectorFullTank" Caption="Radiation Collector" />
28+
</Box>
29+
30+
Radiation Collectors convert this radiation into usable electrical power.
31+
32+
The crystal may also accumulate electrical charge.
33+
34+
<Box>
35+
<GuideEntityEmbed Entity="TeslaCoil" Caption="Tesla Coil" />
36+
</Box>
37+
38+
Tesla Coils safely transfer this electrical charge into the station's power network.
39+
40+
## Gas Harvesting
41+
42+
When the Supermatter is exposed to stress, small fragments of its outer structure break away.
43+
44+
<Box>
45+
<GuideEntityEmbed Entity="OxygenCanister" Caption="Oxygen" />
46+
<GuideEntityEmbed Entity="TritiumCanister" Caption="Tritium" />
47+
</Box>
48+
49+
These fragments naturally decompose into Oxygen and Tritium, providing Atmospherics with a renewable source of both gases.
50+
51+
## Minimum Operating Standards
52+
53+
A stable Supermatter installation requires three primary control systems:
54+
55+
## Gas Management
56+
57+
The chamber atmosphere must be actively managed to maintain safe operating conditions.
58+
59+
Required measures include:
60+
61+
- Active cooling systems.
62+
- Pressure regulation and overpressure protection.
63+
- Continuous monitoring of chamber atmosphere.
64+
65+
Temperature and pressure deviations can increase crystal stress and accelerate instability.
66+
67+
## Electrical Grounding
68+
69+
Supermatter interactions can produce electrical charge accumulation.
70+
71+
Grounding systems are required to safely discharge this energy and prevent uncontrolled electrical events.
72+
73+
<Box>
74+
<GuideEntityEmbed Entity="TeslaGroundingRod" Caption="Grounding Rod" />
75+
</Box>
76+
77+
## Radiation Shielding
78+
79+
Supermatter reactions can produce dangerous radiation levels.
80+
81+
Radiation shielding and monitoring systems must be maintained to protect station personnel and equipment.
82+
83+
<Box>
84+
<GuideEntityEmbed Entity="ReinforcedUraniumWindow" Caption="Radiation Shielding" />
85+
</Box>
86+
87+
Standard station atmospheric conditions have proven to be a reliable operating environment.
88+
89+
Changes to chamber conditions should only be performed with proper planning and understanding of Supermatter behaviour.
90+
</Document>
Lines changed: 204 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,204 @@
1+
<Document>
2+
# Advanced Supermatter Handling
3+
4+
The Supermatter Crystal interacts strongly with the properties of its surrounding atmosphere.
5+
6+
Research indicates that atmospheric composition can influence the behaviour and output characteristics of the crystal.
7+
8+
Nanotrasen research archives contain numerous controlled studies investigating these interactions.
9+
10+
Advanced experimentation should only be performed by qualified senior Atmospheric Technicians and Engineering personnel.
11+
12+
Experiments exceeding established safety parameters require appropriate authorization and risk assessment.
13+
14+
Unsafe experimentation may result in catastrophic consequences.
15+
16+
17+
# NT-SRD Supermatter Experiment Archive
18+
19+
[color=orange]Nanotrasen Supermatter Research Division (SRD)[/color]
20+
21+
Classification: Internal Engineering Research Documentation
22+
23+
The following documents contain selected Supermatter experimental setups and research results conducted under Nanotrasen Engineering supervision.
24+
25+
Experimental procedures may only be reproduced by authorized personnel with appropriate engineering clearance.
26+
27+
Portions of this document have been removed under corporate information protection policy.
28+
29+
30+
## Experimental Setup SM-T1
31+
32+
[color=cyan]Experiment Lead:[/color] NT-CE-TY-TY-TY
33+
34+
[color=cyan]Experiment Handler:[/color] NT-AT-LS
35+
36+
[color=cyan]Experiment Authorization:[/color] Junior Atmospheric Technician with Chief Engineer supervision.
37+
38+
39+
[color=orange]Experimental Setup[/color]
40+
41+
Chamber Design: Purpose-built experimental chamber.
42+
43+
Chamber Size: Standard issue dimensions.
44+
45+
Chamber Atmosphere: Oxygen.
46+
47+
Coolant Atmosphere: Oxygen.
48+
49+
Installed Cooling:
50+
- Two sets of two Passive Vents.
51+
- Three radiator units per side.
52+
53+
Additional Cooling:
54+
- Freezer temperature set to 150 K.
55+
- Direct passive vent connection.
56+
57+
Electrical Disturbance Countermeasures:
58+
- Two grounding rods.
59+
60+
Recommended Safe Emitter Limit: Two emitters.
61+
62+
Tested Emitter Limit: Six emitters.
63+
64+
65+
[color=orange]Control Systems[/color]
66+
67+
Air Alarm automation for emitter control is strongly advised.
68+
69+
Scrubber configuration: Remove all gases except Oxygen.
70+
71+
72+
[color=orange]Experimental Results[/color]
73+
74+
Stable operation achieved.
75+
76+
Moderate radiation output recorded.
77+
78+
Recommended harvesting configuration:
79+
- Four emitters.
80+
- Six Radiation Collectors.
81+
82+
Alternative coolant atmospheres may be considered.
83+
84+
Nitrogen substitution demonstrated comparable stability.
85+
86+
87+
[color=orange]Research Summary[/color]
88+
89+
This setup demonstrated profitable power harvesting potential while maintaining acceptable operational stability.
90+
91+
Further testing approved under controlled conditions.
92+
93+
94+
## Experimental Setup SM-Z0
95+
96+
[color=cyan]Experiment Lead:[/color] NT-CE-LS
97+
98+
[color=cyan]Experiment Handler:[/color] NT-CE-LS
99+
100+
[color=cyan]Experiment Authorization:[/color] Senior Atmospheric Technician clearance.
101+
102+
103+
[color=orange]Experimental Setup[/color]
104+
105+
Chamber Temperature: Below 70 K.
106+
107+
Initial Chamber Pressure: 200 kPa Oxygen atmosphere.
108+
109+
Experimental Atmosphere: Primarily Oxygen with approximately one tenth Nitrogen.
110+
111+
Coolant Atmosphere:
112+
- Oxygen.
113+
- Tritium.
114+
- Nitrogen.
115+
116+
Cooling System:
117+
- Three parallel radiator branches.
118+
- Six radiators installed per branch.
119+
120+
Additional Cooling:
121+
- Three freezers connected directly through passive vent systems.
122+
123+
Overpressure Countermeasures:
124+
- Inlet valve configured at 300 kPa.
125+
- Signal valve controlled by operational procedure.
126+
127+
Electrical Disturbance Countermeasures:
128+
- Two grounding rods.
129+
130+
131+
[color=orange]Control Systems[/color]
132+
133+
Required automation:
134+
- Pressure floor monitoring.
135+
- Temperature-sensitive emitter activation.
136+
137+
Emitter activation should be separated into multiple stages to prevent rapid stress escalation.
138+
139+
140+
[color=orange]Experimental Results[/color]
141+
142+
Recommended Safe Emitter Limit: Six emitters.
143+
144+
Estimated Maximum Stable Limit: Sixteen emitters.
145+
146+
Tested Emitter Limit: Thirty-two emitters.
147+
148+
[color=red]CRITICAL EVENT:[/color]
149+
150+
Geiger monitoring equipment reached maximum measurement capacity.
151+
152+
Radiation shielding was increased immediately.
153+
154+
Maximum recorded output: 11.3 MW.
155+
156+
157+
[color=orange]Research Summary[/color]
158+
159+
This setup demonstrated exceptional profitability with significant operational risk.
160+
161+
Further testing requires consultation with affected departments.
162+
163+
164+
## Experimental Setup SM-ZS-LS
165+
166+
[color=cyan]Experiment Lead:[/color] [color=#000000]████████████[/color]
167+
168+
[color=cyan]Experiment Handler:[/color] [color=#000000]████████████[/color]
169+
170+
[color=cyan]Experiment Authorization:[/color] Experimental clearance only.
171+
172+
173+
[color=orange]Experimental Setup[/color]
174+
175+
Coolant Atmosphere:
176+
- Zauker.
177+
- Healium.
178+
- Protonitrate.
179+
- Frezon.
180+
181+
Chamber maintained under extreme cryogenic conditions.
182+
183+
Experimental atmosphere information:
184+
[color=#000000]████████████████████████[/color]
185+
186+
187+
[color=orange]Experimental Results[/color]
188+
189+
Initial observations indicate possible interaction between Supermatter and rare atmospheric compounds.
190+
191+
Results suggest possible applications for self-sustaining Supermatter systems intended for long-duration space operations.
192+
193+
Project sponsorship: [color=#000000]████████████[/color]
194+
195+
196+
[color=orange]Research Summary[/color]
197+
198+
Preliminary results indicate potential improvements for future propulsion and energy research.
199+
200+
[color=red]NOTICE:[/color]
201+
202+
Remaining documentation has been removed under SRD-14 security protocol.
203+
204+
</Document>

0 commit comments

Comments
 (0)