From 2412960adef80ba29a6ef2c443118bc152ea4061 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Tue, 15 Oct 2024 02:23:29 +0200 Subject: [PATCH 1/3] Create paradox-clone.md --- .../round-flow/proposals/paradox-clone.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/en/space-station-14/round-flow/proposals/paradox-clone.md diff --git a/src/en/space-station-14/round-flow/proposals/paradox-clone.md b/src/en/space-station-14/round-flow/proposals/paradox-clone.md new file mode 100644 index 000000000..c1710c3bc --- /dev/null +++ b/src/en/space-station-14/round-flow/proposals/paradox-clone.md @@ -0,0 +1,11 @@ +# Paradox Clone + +| Designers | Implemented | GitHub Links | +|---|---|---| +| Slartibartfast | :warning: Partially | TBD | + +Based on the [original design](https://github.com/tgstation/tgstation/pull/71141) from Shadyyy66 for Space Station 13. + +## Overview + +## Goals From 40c362c568a463afe5d0aa0931b0412d93a1f5dc Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Tue, 15 Oct 2024 02:28:10 +0200 Subject: [PATCH 2/3] add paradox clone to summary --- src/SUMMARY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 8ac26f89c..4804b434c 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -189,7 +189,8 @@ Space Station 14 - [Pizza Delivery Critter](en/space-station-14/round-flow/proposals/pizza-delivery-critter.md) - [Rogue Drones](en/space-station-14/round-flow/proposals/rogue-drones.md) - [Turf War](en/space-station-14/round-flow/proposals/turf-war.md) - - [Changeling](en/space-station-14/round-flow/proposals/changeling.md) + - [Changeling](en/space-station-14/round-flow/proposals/changeling.md) + - [Paradox Clone](en/space-station-14/round-flow/proposals/paradox-clone.md) - [User Interface](en/space-station-14/user-interface.md) - [PR Guidelines](en/space-station-14/user-interface/guidelines.md) From 69cc2f7c36a5a1be717fd18ef518565e27aae0b6 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Tue, 15 Oct 2024 21:54:35 +0200 Subject: [PATCH 3/3] first draft --- .../round-flow/proposals/paradox-clone.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/en/space-station-14/round-flow/proposals/paradox-clone.md b/src/en/space-station-14/round-flow/proposals/paradox-clone.md index c1710c3bc..62a4f20e7 100644 --- a/src/en/space-station-14/round-flow/proposals/paradox-clone.md +++ b/src/en/space-station-14/round-flow/proposals/paradox-clone.md @@ -7,5 +7,31 @@ Based on the [original design](https://github.com/tgstation/tgstation/pull/71141) from Shadyyy66 for Space Station 13. ## Overview +The paradox clone is a mid-round ghost role antagonist that is spawned due to a space-time anomaly as a random event. The clone has the appearance, name, outfit, ID, DNA, fingerprints and other traits of a random person on the station. Its only other equipment is a toolbox to get out of locked rooms and a nitrogen supply in case the clone is a vox. +The objective for the clone is to silently kill and replace their original to fix the time flow and blend in until the end of the shift to escape to CentCom. ## Goals +- The paradox clone is supposed to be a less destructive, roleplay-focused way to cause chaos on the station and sow distrust among the crew. +- Reward good communication between crewmembers: A clone is easily identified if you can ask them about previous interactions you had with them or if someone is spotted at two places at once. +- A chance for players to get creative to fulfill the objective: You will have to use your access and ability to blend in to silently follow your original without being seen by them and then find an opportunity for the kill. If someone catches you you can still try to convince others that you are in fact the original. +- Lower the potential for metagaming for the changeling (once it is implemented): Seeing a copy a crewmember does no longer directly lead to the conclusion that a changeling is on the station. + +The paradox clone can also serve as a replacement for the terminator. This antagonist was particularly problematic as its superiority in combat encouraged players to go on a murder spree. The clone solves this problem both meachanically and from a lore perspective: +- You are a normal crewmember, not a violent murder machine. You only kill so you can survive the time paradox yourself and return back to a normal life once your objectives of replacing the original and escaping to CentCom are fulfilled. +- You don't have any special equipment or powers, so you will have to use stealth for your advantage. + +## Implementation details +Cloning code will be refactored to properly copy traits, DNA, fingerprints and any other relevant details from the original. +The clone will get a copy of the outfit and basic equipment (e.g. toolbelts or goggles) the original is currently wearing, restricted by a whitelist. If this causes any problems from a code perspective alternatively the original's roundstart loadout can be used. However, this would be less ideal since many players customize their character during the round. + +### Ghost role information: + +A freak space-time anomaly has teleported you into another reality! Now you have to find your counterpart and kill and replace them. + +### Objectives: +- Kill and replace \, \ to fix the time paradox. Remember, your mission is to blend in, do not kill anyone else unless you have to! +- Escape to CentCom alive and unrestrained. + +## Possible optional additions +- Give the paradox clone a chance to be friendly instead of an antagonist for more roleplay opportunities and to prevent clones from being seen as 'valid' to kill. +- If the original is an antagonist, additionally give the clone the original's objectives as well. This makes them an even more perfect copy and may lead to some interesting interactions between traitors where you first cooperatere and then inevitably betray each other.