Skip to content

Commit

Permalink
Changelog 00
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidenkrz committed May 11, 2024
1 parent 1355c1c commit 5ea55fe
Show file tree
Hide file tree
Showing 12 changed files with 91 additions and 2 deletions.
12 changes: 11 additions & 1 deletion src/components/ServerStatus.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<div id="status"></div>
---
import { Icon } from 'astro-icon/components';
const className = Astro.props.class;
---
<div class:list={["card-base flex flex-col-reverse md:flex-col w-full rounded-[var(--radius-large)] overflow-hidden relative", className]}>
<div id="status"></div>
</div>
<div class="transition border-t-[1px] border-dashed mx-6 border-black/10 dark:border-white/[0.15] last:border-t-0 md:hidden"></div>

<style lang="stylus">
</style>

<script>
document.addEventListener("DOMContentLoaded", function() {
Expand Down
Binary file added src/content/posts/changelog00/carry.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/posts/changelog00/cmo.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/posts/changelog00/evac.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/posts/changelog00/gondola.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 79 additions & 0 deletions src/content/posts/changelog00/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
---
title: 'Changelog 00: Changelog Reconsolidation'
published: 2024-05-11
description: 'Reconsolidation of all past changelogs into the new format'
image: ''
tags: []
category: ''
draft: false
---
# Changelog 00: Changelog Reconsolidation
Now that we have a proper website for changelogs, I'm going back to all the old ones and consolidating them into a single one, basically a list of all goob specific features.

::github{repo="Goob-Station/Goob-Station"}
### We are always open to new contributions, got something silly you wish was added to SS14? Make a pull request to our fork!
---

## Wizard Antagonist
Wizards from SS13 are here, and come with a ton of cool spells.
:::note
As of writing this they are disabled, will make this better when we re-enable them.
:::
## Custom Races
![Races](./races.PNG)
### Felinids, Vulps, Harpies, Gingerbread, and Vox.
Vox and Gingerbread are reenabled, and we've merged content from DeltaV to add the other races.

## Custom Roles
![Roles](./roles.PNG)
### Blueshield Officer and Nanotrasen Representative
Two roles with a higher standard of roleplay. NTR supervises the heads and gives them commands from CC, meanwhile blueshield acts as a bodyguard for them.

## Makeshift Nuke
![Nuke](./nuke.PNG)

Syndicate can now make their own nuke without need for a nuke disc or codes. They require quite a few materials, namely uranium, and science will have to have certain researches unlocked.

## Gondolas and Tranquility
![Gondola](./gondola.PNG)

We've added gondolas, which can be aquired by buying a crate as syndie. They are peaceful creatures that can't speak, have no hands, and cant attack. Butchering them gives you gondola steak, which tranquility can be extracted from. Tranquility causes the person to become mute and a pacifist in small doses, and turns them into a gondola in larger doses, with no way of turning back.

## A ton of custom items.
![Items](./items.PNG)

We've added a lot of custom items made by the community, including plushies, way too many socks, some clothes, and banana soap, which acts as an intermediary soap between normal and syndie soap.

## Explosive Evac Console
![EvacConsole](./evac.PNG)

Due to certain command members not being able to help themselves from spamming the evac console, it now violently explodes after being spammed.

## Kerfur Medibot
![Medibot](./medibot.PNG)

The medibot has a new sprite, based on everyone's favorite grocery shopping companion. They also spawn little hearts and meow now when you pet them!

## Carrying System
![Carrying](./carry.PNG)

The carrying system from DeltaV/Frontier has been ported over, so now you can carry your injured crewmates to medbay instead of dragging them along the floor like a terrible person.

## Cloning Boards in CMO's Locker
![CMOLocker](./cmo.PNG)

Working with science to research cloning is always a pain, so now CMO spawns with circuit boards in their locker roundstart.

## Other Minor Changes
#### Syndies spawn with 25 tc, syndicats only cost 7 tc, and throngler can be purchased for 100 tc.
#### EVA and Hardsuits have their own research in the civilian services section, guns in the arsenal, and RCD plus engi hardsuit in the industrial.
#### Custom music and custom backgrounds
#### Nukie round has TF2 announcer effects
#### Minor buff to skub and bike horn, clown mains rejoice.
#### Pink and blue shoes for the wardrobes, because someone on discord REALLY wanted them.
#### A lot of custom smites for admemes to mess around with
#### Ban reasons now show banning admins username, helps with ban appeals.
#### Train isn't avaliable unless player count is at 100. Good luck playing it.



Binary file added src/content/posts/changelog00/items.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/posts/changelog00/medibot.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/posts/changelog00/nuke.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/posts/changelog00/races.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/posts/changelog00/roles.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/layouts/MainGridLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ const enableBanner = siteConfig.banner.enable

<div id="content-wrapper" class="row-start-2 row-end-4 col-span-2 overflow-hidden onload-animation">
<!-- the overflow-hidden here prevent long text break the layout-->
<ServerStatus></ServerStatus>
<main id="swup" class="transition-fade">
<ServerStatus></ServerStatus>
<slot></slot>
</main>

Expand Down

0 comments on commit 5ea55fe

Please sign in to comment.