Skip to content

Commit

Permalink
Merge pull request #34 from VMSolidus/Update-Supermatter-(Again)
Browse files Browse the repository at this point in the history
Update Supermatter (Again)
  • Loading branch information
VMSolidus authored Jun 29, 2024
2 parents 1bc40e0 + 201856f commit 4540dcb
Show file tree
Hide file tree
Showing 24 changed files with 1,001 additions and 830 deletions.
940 changes: 502 additions & 438 deletions Content.Server/Supermatter/Systems/SupermatterSystem.cs

Large diffs are not rendered by default.

386 changes: 209 additions & 177 deletions Content.Shared/Supermatter/Components/SupermatterComponent.cs

Large diffs are not rendered by default.

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
{

}
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/objectives/conditions/steal.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ objective-condition-steal-Ian = head of personnel's corgi
objective-condition-thief-description = The {$itemName} would be a great addition to my collection!
objective-condition-thief-animal-description = The {$itemName} would be a great addition to my collection! Most importantly, alive.
objective-condition-thief-multiply-description = I need to get {$count} {MAKEPLURAL($itemName)} and take them with me.
objective-condition-steal-smsliver-title = Cut off a sliver from the supermatter crystal.
objective-condition-steal-smsliver-description = Use any cutting tool that comes in handy. A scalpel is more recommended. Also, don't die of radiation poisoning.
33 changes: 26 additions & 7 deletions Resources/Locale/en-US/supermatter/supermatter.ftl
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.
Loading

0 comments on commit 4540dcb

Please sign in to comment.