From 23d0c6790e7ac5e93ca9917f7dbc8a5d00cbd3a4 Mon Sep 17 00:00:00 2001 From: Changelogs Date: Mon, 22 Dec 2025 01:40:55 +0000 Subject: [PATCH] Automatic changelog compile [ci skip] --- html/changelogs/ReopenTheGarden.yml | 6 -- html/changelogs/archive/2025-12.yml | 21 ++++++ .../mattatlas-whereaboutsoftheheart.yml | 65 ------------------- 3 files changed, 21 insertions(+), 71 deletions(-) delete mode 100644 html/changelogs/ReopenTheGarden.yml delete mode 100644 html/changelogs/mattatlas-whereaboutsoftheheart.yml diff --git a/html/changelogs/ReopenTheGarden.yml b/html/changelogs/ReopenTheGarden.yml deleted file mode 100644 index 945a3ec848f..00000000000 --- a/html/changelogs/ReopenTheGarden.yml +++ /dev/null @@ -1,6 +0,0 @@ -author: TheGreyWolf - -delete-after: True - -changes: - - bugfix: "Fixes the gardening plots and open hydroponics trays being unable to grow plants." diff --git a/html/changelogs/archive/2025-12.yml b/html/changelogs/archive/2025-12.yml index 09276c1317d..3f1e086178a 100644 --- a/html/changelogs/archive/2025-12.yml +++ b/html/changelogs/archive/2025-12.yml @@ -197,3 +197,24 @@ - bugfix: The close button on text files in the file management program now works again, so does the restart button within the same program. - bugfix: The buttons to hide hats, uniforms and suits in character setup work again. +2025-12-22: + MattAtlas (Code), Geeves (Code), Noble Row (Sprites): + - rscadd: IPCs have been given unique, brainmed-compliant mechanics from the ground + up! + - rscadd: IPCs have been given many new organs, all with their unique purpose, and + functioning. + - rscadd: Each IPC organ now has its own damage subsystem. IPCs are now vulnerable + to long damage as well. + - rscadd: IPCs now have a unique vulnerability to burst damage. + - rscadd: Industrial IPCs can now be Security again. + - rscadd: Added weight and strength mechanics for mobs. + - rscadd: You can now force eject mobs out of a synthetic recharging station by + clicking it. + - balance: IPC subspecies have been rebalanced as a whole. Sheer brute modifiers + have generally been nerfed to be from 1x to 0.8x (1x for baselines, 0.9x for + industrial G2s, 0.8x for industrial G1s). The burn modifier for shells has been + raised to 1.3x. Slowdown has generally been massively decreased across most + heavy frames. + TheGreyWolf: + - bugfix: Fixes the gardening plots and open hydroponics trays being unable to grow + plants. diff --git a/html/changelogs/mattatlas-whereaboutsoftheheart.yml b/html/changelogs/mattatlas-whereaboutsoftheheart.yml deleted file mode 100644 index af1e6857e7c..00000000000 --- a/html/changelogs/mattatlas-whereaboutsoftheheart.yml +++ /dev/null @@ -1,65 +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 -# - (fixes bugs) -# wip -# - (work in progress) -# qol -# - (quality of life) -# soundadd -# - (adds a sound) -# sounddel -# - (removes a sound) -# rscadd -# - (adds a feature) -# rscdel -# - (removes a feature) -# imageadd -# - (adds an image or sprite) -# imagedel -# - (removes an image or sprite) -# spellcheck -# - (fixes spelling or grammar) -# experiment -# - (experimental change) -# balance -# - (balance changes) -# code_imp -# - (misc internal code change) -# refactor -# - (refactors code) -# config -# - (makes a change to the config files) -# admin -# - (makes changes to administrator tools) -# server -# - (miscellaneous changes to server) -################################# - -# Your name. -author: MattAtlas (Code), Geeves (Code), Noble Row (Sprites) - -# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit. -# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. -changes: - - rscadd: "IPCs have been given unique, brainmed-compliant mechanics from the ground up!" - - rscadd: "IPCs have been given many new organs, all with their unique purpose, and functioning." - - rscadd: "Each IPC organ now has its own damage subsystem. IPCs are now vulnerable to long damage as well." - - rscadd: "IPCs now have a unique vulnerability to burst damage." - - rscadd: "Industrial IPCs can now be Security again." - - rscadd: "Added weight and strength mechanics for mobs." - - rscadd: "You can now force eject mobs out of a synthetic recharging station by clicking it." - - balance: "IPC subspecies have been rebalanced as a whole. Sheer brute modifiers have generally been nerfed to be from 1x to 0.8x (1x for baselines, 0.9x for industrial G2s, 0.8x for industrial G1s). The burn modifier for shells has been raised to 1.3x. Slowdown has generally been massively decreased across most heavy frames."