From 87a462901c52032743bfc8fda40761490fd4e29c Mon Sep 17 00:00:00 2001 From: Nyxilath Date: Thu, 7 May 2026 04:52:03 -0400 Subject: [PATCH 1/3] init: saving prog --- .../design-doc-research-branch-redux | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/development/design-doc-research-branch-redux diff --git a/src/development/design-doc-research-branch-redux b/src/development/design-doc-research-branch-redux new file mode 100644 index 0000000..801003c --- /dev/null +++ b/src/development/design-doc-research-branch-redux @@ -0,0 +1,28 @@ +Research Branch Redux +===================== + +This document addresses concerns regarding the upstream implementation of scientific research branches and their contents, and proposes a remodel of this research. +This proposal does not alter any current existing mechanics behind research, only restructuring the existing content. + +## Proposal + +In an attempt to remodel Moffstation's research, it is proposed that research branches should be themed based on the 'type of energy' relevant to each individual research, rather than dividing the researches into silos based on intended target audience. +As a result, the following new branches would be created to replace the existing research branches: +- Mechanical, representing researches that function based on kinetic movement. +- Electical, representing researches that interact with digital systems. +- Chemical, For researches that power or are powered by chemical interactions. +- Bluespace, highlighting researches that are cutting edge and more experimental in nature. + +In addition, the following criteria are defined for researches within Moffstation: +- The contents of a research should include technology that serves an intended function. +- A research should be a new feature or an upgrade from an existing feature. + + +## Reasoning + +### Issues with current implementation + +### How this proposal will fix this issue + +## Considerations + From 1580fc1885d3ed2ccfa2e60d23ebdc1660569d95 Mon Sep 17 00:00:00 2001 From: Nyxilath Date: Fri, 8 May 2026 03:50:35 -0400 Subject: [PATCH 2/3] 05082026 --- src/development/design-doc-research-branch-redux | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/development/design-doc-research-branch-redux b/src/development/design-doc-research-branch-redux index 801003c..2083207 100644 --- a/src/development/design-doc-research-branch-redux +++ b/src/development/design-doc-research-branch-redux @@ -17,6 +17,10 @@ In addition, the following criteria are defined for researches within Moffstatio - The contents of a research should include technology that serves an intended function. - A research should be a new feature or an upgrade from an existing feature. +Finally, research options should be divided into three tiers: +- Tier one research should focus on technologies that improve the individual player experience, through new tools or small quality of life changes. +- Tier two expands upon tier one with a larger focus on departments as a whole, augmenting and changing how they function and their gameplay loop. +- Tier three researches should radically redefine the station experience, affecting multiple departments or large groups of players. ## Reasoning From 4e964b08103c588872d15e5598635add7ae318c7 Mon Sep 17 00:00:00 2001 From: Nyxilath Date: Fri, 8 May 2026 04:05:45 -0400 Subject: [PATCH 3/3] forgot to make this an .md --- ...-research-branch-redux => design-doc-research-branch-redux.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/development/{design-doc-research-branch-redux => design-doc-research-branch-redux.md} (100%) diff --git a/src/development/design-doc-research-branch-redux b/src/development/design-doc-research-branch-redux.md similarity index 100% rename from src/development/design-doc-research-branch-redux rename to src/development/design-doc-research-branch-redux.md