"[ci skip] Automatic Build - 2021.08.25.12.11.20"

This commit is contained in:
AuroraBuildBot
2021-08-25 12:11:20 +00:00
parent b27b08f593
commit 4696bbcef9
4 changed files with 32 additions and 54 deletions
+17
View File
@@ -35,6 +35,23 @@
-->
<div class="commit sansserif">
<h2 class="date">25 August 2021</h2>
<h3 class="author">Desven updated:</h3>
<ul class="changes bgimages16">
<li class="balance">Greatly nerfed how the stage 4 of the black k&#x27;ois mycosis works. No more phoron flooding and puking spores everywhere.</li>
<li class="rscadd">Added a Lii&#x27;dra accent, called Lii&#x27;draic.</li>
<li class="rscadd">Added a voice changer version of the Vaurca filter port.</li>
<li class="rscadd">Added a black k&#x27;ois grenade.</li>
</ul>
<h3 class="author">MattAtlas updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Zeng-Hu Mobility Frames are now slower when running. Their actual speed is now on par with an M&#x27;sai Tajara when moving normally.</li>
<li class="balance">All IPCs now use additional power when sprinting. This is about 10 units of charge.</li>
<li class="balance">Zeng-Hu Mobility Frames use twice as much power for sprinting.</li>
<li class="balance">Zeng-Hu Mobility Frames use twice as much power when moving normally.</li>
<li class="rscdel">Zeng-Hu Mobility Frames may no longer be played in security roles.</li>
</ul>
<h2 class="date">24 August 2021</h2>
<h3 class="author">Geeves updated:</h3>
<ul class="changes bgimages16">
+15
View File
@@ -21229,3 +21229,18 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: Added hailers to the SecTech vendor.
- tweak: Tweaked some security roundstart equipment and locker equipment for quality
of life, mostly the HoS and warden&#x27;s.
2021-08-25:
Desven:
- balance: Greatly nerfed how the stage 4 of the black k&#x27;ois mycosis works.
No more phoron flooding and puking spores everywhere.
- rscadd: Added a Lii&#x27;dra accent, called Lii&#x27;draic.
- rscadd: Added a voice changer version of the Vaurca filter port.
- rscadd: Added a black k&#x27;ois grenade.
MattAtlas:
- tweak: Zeng-Hu Mobility Frames are now slower when running. Their actual speed
is now on par with an M&#x27;sai Tajara when moving normally.
- balance: All IPCs now use additional power when sprinting. This is about 10 units
of charge.
- balance: Zeng-Hu Mobility Frames use twice as much power for sprinting.
- balance: Zeng-Hu Mobility Frames use twice as much power when moving normally.
- rscdel: Zeng-Hu Mobility Frames may no longer be played in security roles.
-9
View File
@@ -1,9 +0,0 @@
author: Desven
delete-after: True
changes:
- balance: "Greatly nerfed how the stage 4 of the black k'ois mycosis works. No more phoron flooding and puking spores everywhere."
- rscadd: "Added a Lii'dra accent, called Lii'draic."
- rscadd: "Added a voice changer version of the Vaurca filter port."
- rscadd: "Added a black k'ois grenade."
-45
View File
@@ -1,45 +0,0 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# tweak
# soundadd
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
# balance
# admin
# backend
# security
# refactor
#################################
# Your name.
author: MattAtlas
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- tweak: "Zeng-Hu Mobility Frames are now slower when running. Their actual speed is now on par with an M'sai Tajara when moving normally."
- balance: "All IPCs now use additional power when sprinting. This is about 10 units of charge."
- balance: "Zeng-Hu Mobility Frames use twice as much power for sprinting."
- balance: "Zeng-Hu Mobility Frames use twice as much power when moving normally."
- rscdel: "Zeng-Hu Mobility Frames may no longer be played in security roles."