Skip to content

Commit

Permalink
more SM stuff (space-wizards#359)
Browse files Browse the repository at this point in the history
* fart

* god

* ok

* Fix bagel.

* This goober managed to delete bagel/fland/oasis from his maps folder some how

---------

Co-authored-by: whateverusername0 <whateveremail>
Co-authored-by: Aidenkrz <aiden@djkraz.com>
  • Loading branch information
whateverusername0 and Aidenkrz authored Jun 26, 2024
1 parent 37f8543 commit 4f267f6
Show file tree
Hide file tree
Showing 14 changed files with 561,972 additions and 475 deletions.
925 changes: 461 additions & 464 deletions Content.Server/Goobstation/Supermatter/Systems/SupermatterSystem.cs

Large diffs are not rendered by default.

155,033 changes: 155,033 additions & 0 deletions Resources/Maps/Goobstation/bagel.yml

Large diffs are not rendered by default.

225,203 changes: 225,203 additions & 0 deletions Resources/Maps/Goobstation/fland.yml

Large diffs are not rendered by default.

181,264 changes: 181,264 additions & 0 deletions Resources/Maps/Goobstation/oasis.yml

Large diffs are not rendered by default.

Empty file modified Resources/Maps/bagel.yml
100644 → 100755
Empty file.
Empty file modified Resources/Maps/fland.yml
100644 → 100755
Empty file.
Empty file modified Resources/Maps/oasis.yml
100644 → 100755
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,6 @@
totalIntensity: 10000
- type: GuideHelp
guides: [ Supermatter, Power ]
- type: WarpPoint
follow: true
location: supermatter
2 changes: 1 addition & 1 deletion Resources/Prototypes/Goobstation/Maps/flandhighpop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: gameMap
id: FlandHighPop
mapName: 'Fland Installation'
mapPath: /Maps/fland.yml
mapPath: /Maps/Goobstation/fland.yml
minPlayers: 85
stations:
Fland:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Goobstation/Maps/oasishighpop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: gameMap
id: OasisHighPop
mapName: 'Oasis'
mapPath: /Maps/oasis.yml
mapPath: /Maps/Goobstation/oasis.yml
minPlayers: 85
stations:
Oasis:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/bagel.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: gameMap
id: Bagel
mapName: 'Bagel Station'
mapPath: /Maps/bagel.yml
mapPath: /Maps/Goobstation/bagel.yml # Goobstation - SM
minPlayers: 0
maxPlayers: 85 # Goobstation - Limit mappool to highpop versions of maps only
stations:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/fland.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: gameMap
id: Fland
mapName: 'Fland Installation'
mapPath: /Maps/fland.yml
mapPath: /Maps/Goobstation/fland.yml # Goobstation - SM
minPlayers: 0
maxPlayers: 85 # Goobstation - Limit mappool to highpop versions of maps only
stations:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/oasis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: gameMap
id: Oasis
mapName: 'Oasis'
mapPath: /Maps/oasis.yml
mapPath: /Maps/Goobstation/oasis.yml # Goobstation - SM
minPlayers: 0
maxPlayers: 85 # Goobstation - Limit mappool to highpop versions of maps only
stations:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
<Document>


<GuideEntityEmbed Entity="Supermatter"/>

# The Supermatter Engine

So you've decided to take on the challenge and set up the Supermatter Engine? First, let's give you a short overview of the main Supermatter crystal beforehand.
So, you've decided to take on the challenge and set up the Supermatter Engine? First, let's give you a short overview of the main Supermatter crystal beforehand.

Its primary features are emitting electrical arcs that are harnessed to power the station through tesla coils.
Its primary feature is emitting radioactive background that is harnessed to power the station through radiation collectors.

Side effects include radiation emission, releasing hot oxygen and plasma, heating the air around, and exploding, transforming into a black hole or an energy ball and eating the entire station if you screw up hard enough.
Side effects include lightning strikes, releasing hot oxygen and plasma, heating the air around, exploding, transforming into a black hole or an energy ball and eating the entire station if you screw up hard enough.

It begins inert but being hit by an object or a projectile will activate it and it'll start exhibiting nearly all of the aforementioned properties.

Expand Down

0 comments on commit 4f267f6

Please sign in to comment.