From 003528538f5f68e94679495e0f15e92ddbcdcf7f Mon Sep 17 00:00:00 2001 From: Jezithyr Date: Tue, 29 Oct 2024 03:17:23 -0700 Subject: [PATCH] Reverts the PAI expansion card preposal (#333) --- src/SUMMARY.md | 1 - .../proposals/pai-expansion-slots.md | 32 ------------------- 2 files changed, 33 deletions(-) delete mode 100644 src/en/space-station-14/player-interaction/proposals/pai-expansion-slots.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 27571de91..e3439e0e4 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -166,7 +166,6 @@ Space Station 14 - [Cartridge loaders](en/space-station-14/player-interaction/cartridge-loaders.md) - [Proposals]() - - [PAI Expansion Slots](en/space-station-14/player-interaction/proposals/pai-expansion-slots.md) - [PDA Messaging](en/space-station-14/player-interaction/proposals/pda-messaging.md) - [Grid Inventory](en/space-station-14/player-interaction/proposals/grid-inventory.md) diff --git a/src/en/space-station-14/player-interaction/proposals/pai-expansion-slots.md b/src/en/space-station-14/player-interaction/proposals/pai-expansion-slots.md deleted file mode 100644 index 5c95abe15..000000000 --- a/src/en/space-station-14/player-interaction/proposals/pai-expansion-slots.md +++ /dev/null @@ -1,32 +0,0 @@ -# PAI Expansion Slots - -| Designers | Implemented | GitHub Links | -|---|---|---| -| deltanedas | :warning: wip | TBD | - -## Overview - -This proposal adds an expansion slot to pAIs. -Certain computer boards can be inserted as expansions which let the pAI (but not anyone else) interact with the world. -Once a pai has an expansion installed **it cannot be removed** so you cannot hotswap boards to let a single pAI do everything. - -## Background - -Right now pAIs don't have much to do, especially if they have no midi library built up. - -With this pais can do more interesting things like: -- Detective's pai watching over cams -- Scientist's pai unlocking techs on the go -- Captain's pai making announcements about who is valid - -However since the pAI on its own is not special the user has to go and find a board to use, creating RP scenarios. - -This creates more depth to a glorified jukebox, and owners can now choose an expansion wisely. - -## Implementation - -PAIs get a maintenance panel which will allow inserting an expansion board. - -A PaiExpansionComponent has a comp registry of things to add to the pAI once installed. - -This would also allow implementing things like a protolathe pai that you insert materials into then ask to make things, or an id console pai that copies accesses itself. It would "just" be itemslots and the component but without ActivatableUI.