-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from VMSolidus/Update-Supermatter-(Again)
Update Supermatter (Again)
- Loading branch information
Showing
24 changed files
with
1,001 additions
and
830 deletions.
There are no files selected for viewing
940 changes: 502 additions & 438 deletions
940
Content.Server/Supermatter/Systems/SupermatterSystem.cs
Large diffs are not rendered by default.
Oops, something went wrong.
386 changes: 209 additions & 177 deletions
386
Content.Shared/Supermatter/Components/SupermatterComponent.cs
Large diffs are not rendered by default.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
Content.Shared/Supermatter/Components/SupermatterImmuneComponent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
using Robust.Shared.GameStates; | ||
|
||
namespace Content.Shared.Supermatter.Components; | ||
|
||
[RegisterComponent, NetworkedComponent] | ||
public sealed partial class SupermatterImmuneComponent : Component | ||
{ | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,26 @@ | ||
supermatter-self = Supermatter | ||
supermatter-danger-message = Danger! Crystal hyperstructure integrity faltering! Integrity: { $integrity }% | ||
supermatter-warning-message = WARNING! Crystal hyperstructure integrity reaching critical levels! Integrity: { $integrity }% | ||
supermatter-safe-alert = Crystalline hyperstructure returning to safe operating parameters. Failsafe has been Disengaged. Integrity: { $integrity }% | ||
supermatter-delamination-overmass = The Supermatter has Reached Critical Mass Falure. Singularity formation Imminent | ||
supermatter-delamination-default = The Supermatter has Reached Critical Integrity Falure. Emergency Causality Destabilization Field has been Activated. | ||
supermatter-seconds-before-delam = { $Seconds } Seconds Remain Before Delamination. | ||
supermatter-announcer = Automatic Supermatter Engine | ||
supermatter-examine-integrity = | ||
It's integrity is [color=yellow]{$integrity}%[/color]. | ||
supermatter-warning = | ||
Warning! Crystal hyperstructure integrity faltering! Integrity: {$integrity}%. | ||
supermatter-emergency = | ||
DANGER! Crystal hyperstructure integrity reaching critical levels! Integrity: {$integrity}%. | ||
supermatter-delam-explosion = | ||
CRYSTAL DELAMINATION IMMINENT! The crystal has reached critical integrity failure! Emergency causality destabilization field has been engaged. | ||
supermatter-delam-overmass = | ||
CRYSTAL DELAMINATION IMMINENT! Crystal hyperstructure integrity has reached critical mass failure! Singularity formation imminent! | ||
supermatter-delam-tesla = | ||
CRYSTAL DELAMINATION IMMINENT! Crystal hyperstructure integrity has reached critical power surge failure! Energy ball formation imminent! | ||
supermatter-delam-cascade = | ||
CRYSTAL DELAMINATION IMMINENT! Harmonic frequency limits exceeded, casualty destabilization field could not be engaged! | ||
supermatter-delam-cancel = | ||
Crystalline hyperstructure returning to safe operating parameters. Failsafe has been Disengaged. Integrity: {$integrity}%. | ||
supermatter-seconds-before-delam = | ||
Estimated time before delamination: {$seconds} seconds. | ||
supermatter-tamper-begin = | ||
You begin carefully cutting a piece off the supermatter crystal... | ||
supermatter-tamper-end = | ||
You feel the power of a thousand suns laying on your palms. Or is it all the radiation? | ||
supermatter-announcement-cc-tamper = | ||
Our automatic casualty system has detected that the supermatter crystal structural integrity was compromised by an external force. | ||
Engineering department, report to the supermatter engine immediately. |
Oops, something went wrong.