From e410c9a94eed49700cea75e85c0f8343e125e9d1 Mon Sep 17 00:00:00 2001 From: IdemFromidemland Date: Sat, 4 Jul 2026 00:06:41 +0200 Subject: [PATCH 1/6] Protest regs --- src/design-proposals/Protest regulations | 103 +++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 src/design-proposals/Protest regulations diff --git a/src/design-proposals/Protest regulations b/src/design-proposals/Protest regulations new file mode 100644 index 00000000..9a38c26b --- /dev/null +++ b/src/design-proposals/Protest regulations @@ -0,0 +1,103 @@ +# Protest/riot regulations + +| Designers | Implemented | GitHub Links | +|---|---|---| +| IdemFromidemland | :x: No | TBD | + + +## Overview + +This design document aims to add new regulations that concern protests, riots and even revolts. As there it is likely we will see more protests with the addition of unions into forky it is good to ensure security has in character regulations and protocols to deal with these. + +## Background + +Although these regulations cover more than protests it will be named "Protest Regulations" as an all incompassing term including protests, riots and if anarchy breaks out revolts. + +The following protest regulations consist of three things which will each have their own seperate section in this document, however Protest protocols and Riot protocols will be in the same guidebook entry under the Security Training Manual. The revolt protocol will be put as it's own guidebook entry under Captain SOP + + +#### Protest protocols + +Important definitions: + +> Protest: A non violent gathering of people, usually protesting something that has or will occur. +> Unlawful assembly: An unlawful gathering of people. +> Non-harmful crowd control measures: Crowd control measures that do not cause permanent damage such as tear gas grenades, flashes and pepper spray. +> Ranking security member on scene: The security member of the highest rank that is currently assigned to the scene, ranking from the Head of Security, Warden and if neither of these are present any security officer. It should be clearly communicated who is the ranking officer on scene. + +In the scenario that a protest occurs security is to ensure it does not get out of hand by peacefully observing it. + +in the scenario that a protest impedes station function the ranking security member on scene may declare it an unlawful assembly, this should be done by using the following steps: +1. Radio and prepare your fellow officers that you are about to declare an unlawful assembly. +2. Clearly and loudly announce that the assembly is hereby declared unlawful, It is adviced this is also announced on an announcement console. +3. Inform the now unlawful assembly members to disperse and give them reasonable time to do so. + +If all of the above steps above are followed and a reasonable timeframe has passed to allow the members of the unlawful assembly to desperse and said members have not dispersed the ranking officer on scene may authorize the deployment of Non-harmful crowd control measures. + + +#### Riot protocols + +Important Definitions: + +> Riot: A gathering of uncontrolled people that may pose a danger to others. +> Less-than-lethal crowd control measures: Measures that may cause harm but are not explicitedly lethal such as nightsticks, stinger grenades and flashbangs. + +Riots may be declared by the ranking officer on scene if one of the following conditions are met: +A. After declaring an unlawful assembly the assembly fails to disperse +B. A protest turns violent, for example protestors start shoving and or punching officers. + +If either of these conditions are met the following steps should be followed by the ranking officer on scene to declare a riot: +1. Communicate with other officers you are about declare a riot. +2. Request any available officers to your location. +3. Loudly and clearly announce to the members of the unlawful assembly that this is hereby declared a riot and appropriate force will be used to quell it. It is HEAVILY suggested this is also announced via a communications console. + +If the riot has been officially declared all available officers are required to move and assist with it. +Security should not arm themselves with lethal weapons but should equip riot suits and other appropriate equipment. +The ranking officers on scene may authorize the usage of Less-than-lethal crowd control measures. +All members of the riot may be arrested for rioting and it's leaders should be arrested for inciting a riot. + + + + + + + + +#### Revolt protocols + +Important definitons +> Revolt: A station wide movement to overthrow the NanoTrasen command team using force +> Lethal weaponry: Weaponry that is designed to inflict lethal harm for example a rifle or shrapnel grenade. + +In the extreme event of a revolt occuring the captain of the station may declare a revolt in progress if one of the following conditions have been met: +A. A considerable amount of the crew has taken up arms against NanoTrasen and it's employees +B. A considerable amount of the crew fails to comply with NanoTrasen or Central Command orders +C. A declared riot escelates to uncontained violence occuring over multiple parts of the station + +If the station's captain wishes to declare a revolt after the aformentioned conditions are met they should follow the folloeing steps: +1. Communicate with Command and Security about their intend to declare a revolt in progress. +2. Announce station wide in plain words that they are declaring a Revolt in progress and include in this announcement any revolt orders they may wish to use. +3. Move the station to the highest alert condition available if not already the case. +4. Have security equip themselves with lethal weaponry + +When a revolt in progress is declared the captain has multiple "Revolt orders" they may use, each are extrondary acts that should only be used in case of dire emergencies. + +Martial law: All crew is to report to go into a department, people that do not belong to any department should move to the bar. Anyone who fails to comply with this order may be brigged until martial law is lifted. + +Suspension of Standard Operating Procedures: This order suspends all usual SOP to allow security to use any means neccesary to contain and quell the revolt. + +Execution of instigators: The captain may decide to authorize the immediate field execution of leaders of the revolt. + + +Revolts mean the total breakdown of public relations, if a revolt is declared maximum force should be used by security to get the crew back in line without care for any public relation actions. + +## Administrative & Server Rule Impact (if applicable) + +These changes are unlikely to result in any server rule impacts. + +## Technical Considerations + +This would purely consist of YAML additions, and this section of the guidebook would be made a child of the Security Training Manual + +## Notes +Please always remember that this entire document is here for feedback and changes, remember to keep feedback constructive! From 2c885e4ef4755a504dcc8ee512e5a2f2d4b92641 Mon Sep 17 00:00:00 2001 From: IdemFromidemland Date: Sat, 4 Jul 2026 12:29:34 +0200 Subject: [PATCH 2/6] File name fix --- .../{Protest regulations => Protest-regulations.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/design-proposals/{Protest regulations => Protest-regulations.md} (100%) diff --git a/src/design-proposals/Protest regulations b/src/design-proposals/Protest-regulations.md similarity index 100% rename from src/design-proposals/Protest regulations rename to src/design-proposals/Protest-regulations.md From 89a55b7a5610e71d817a48f1e343c72453bebaa8 Mon Sep 17 00:00:00 2001 From: IdemFromidemland Date: Mon, 10 Aug 2026 21:23:38 +0200 Subject: [PATCH 3/6] Updated protest regs after SOP workgroup advice --- src/design-proposals/Protest-regulations.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/src/design-proposals/Protest-regulations.md b/src/design-proposals/Protest-regulations.md index 9a38c26b..956bdfe0 100644 --- a/src/design-proposals/Protest-regulations.md +++ b/src/design-proposals/Protest-regulations.md @@ -21,16 +21,26 @@ The following protest regulations consist of three things which will each have t Important definitions: > Protest: A non violent gathering of people, usually protesting something that has or will occur. -> Unlawful assembly: An unlawful gathering of people. > Non-harmful crowd control measures: Crowd control measures that do not cause permanent damage such as tear gas grenades, flashes and pepper spray. > Ranking security member on scene: The security member of the highest rank that is currently assigned to the scene, ranking from the Head of Security, Warden and if neither of these are present any security officer. It should be clearly communicated who is the ranking officer on scene. In the scenario that a protest occurs security is to ensure it does not get out of hand by peacefully observing it. -in the scenario that a protest impedes station function the ranking security member on scene may declare it an unlawful assembly, this should be done by using the following steps: -1. Radio and prepare your fellow officers that you are about to declare an unlawful assembly. -2. Clearly and loudly announce that the assembly is hereby declared unlawful, It is adviced this is also announced on an announcement console. -3. Inform the now unlawful assembly members to disperse and give them reasonable time to do so. +Security members must follow the following procedures at all times during an on-going protest: +1. Members of security should listen to the ranking officer on scene then all times when at the scene, in the event a higher ranking officer is on the scene it should be clearly communicated to others that there is a new ranking officer on the scene of the protest. +2. The Executive Officer and Commanding officer of the station should be informed immidiately about the on-going protest. +3. A negotiator should be established as a direct line of communcation and negotiation with the protest, this either being an Internal Affairs Agent or in the event there is none the XO can designate themself the negotistior. + + +The designated negotiator may declare the protest un-receptive to negotiations if one of the following criteria is met: +1. A final offer has been made by the designated negotiator and refused. +2. The protest presents no individual to represent the protestors + + +In case the designated negotiator declares the protest un-receptive to negotiations the ranking officer on scene may declare the protest an unlawful assembly by following the the steps which make the unlawful assembly protocol: +1. Inform your colleages that you intent on declaring the protest an unlawful assembly and to prepare themselves +2. Loudly and plainly announce that you are hereby declaring this assembly of individuals unlawful and that they are hereby ordered to disperse +3. Wait a reasonable amount of time to allow the unlawful assembly to disperse If all of the above steps above are followed and a reasonable timeframe has passed to allow the members of the unlawful assembly to desperse and said members have not dispersed the ranking officer on scene may authorize the deployment of Non-harmful crowd control measures. From d1623be541bbe4971c0997f31b227ab096fbfd67 Mon Sep 17 00:00:00 2001 From: IdemFromidemland Date: Mon, 10 Aug 2026 22:40:36 +0200 Subject: [PATCH 4/6] More updates to protest regs! --- src/design-proposals/Protest-regulations.md | 27 ++++++++++++--------- 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/src/design-proposals/Protest-regulations.md b/src/design-proposals/Protest-regulations.md index 956bdfe0..6b6d1d58 100644 --- a/src/design-proposals/Protest-regulations.md +++ b/src/design-proposals/Protest-regulations.md @@ -13,7 +13,7 @@ This design document aims to add new regulations that concern protests, riots an Although these regulations cover more than protests it will be named "Protest Regulations" as an all incompassing term including protests, riots and if anarchy breaks out revolts. -The following protest regulations consist of three things which will each have their own seperate section in this document, however Protest protocols and Riot protocols will be in the same guidebook entry under the Security Training Manual. The revolt protocol will be put as it's own guidebook entry under Captain SOP +The following protest regulations consist of three things which will each have their own seperate section in this document, however Protest protocols and Riot protocols will be in the same guidebook entry under the Security Training Manual. The revolt protocol will be put as it's own guidebook entry under the CTM #### Protest protocols @@ -24,17 +24,18 @@ Important definitions: > Non-harmful crowd control measures: Crowd control measures that do not cause permanent damage such as tear gas grenades, flashes and pepper spray. > Ranking security member on scene: The security member of the highest rank that is currently assigned to the scene, ranking from the Head of Security, Warden and if neither of these are present any security officer. It should be clearly communicated who is the ranking officer on scene. -In the scenario that a protest occurs security is to ensure it does not get out of hand by peacefully observing it. +In the scenario that a protest occurs security is to ensure it does not get out of hand by peacefully observing it. It is also suggested that the commandant assigns multiple officers riot gear in case it becomes necessary. Security members must follow the following procedures at all times during an on-going protest: 1. Members of security should listen to the ranking officer on scene then all times when at the scene, in the event a higher ranking officer is on the scene it should be clearly communicated to others that there is a new ranking officer on the scene of the protest. 2. The Executive Officer and Commanding officer of the station should be informed immidiately about the on-going protest. 3. A negotiator should be established as a direct line of communcation and negotiation with the protest, this either being an Internal Affairs Agent or in the event there is none the XO can designate themself the negotistior. +4. It should be ensured that the protestors can bring forward a representative with legal council The designated negotiator may declare the protest un-receptive to negotiations if one of the following criteria is met: -1. A final offer has been made by the designated negotiator and refused. -2. The protest presents no individual to represent the protestors +A. A final offer has been made by the designated negotiator and refused. +B. The protest presents no individual to represent the protestors In case the designated negotiator declares the protest un-receptive to negotiations the ranking officer on scene may declare the protest an unlawful assembly by following the the steps which make the unlawful assembly protocol: @@ -74,7 +75,7 @@ All members of the riot may be arrested for rioting and it's leaders should be a #### Revolt protocols - +# Important note, revolt protocols would be in the CTM as these things are things NT would never want the public to know Important definitons > Revolt: A station wide movement to overthrow the NanoTrasen command team using force > Lethal weaponry: Weaponry that is designed to inflict lethal harm for example a rifle or shrapnel grenade. @@ -84,26 +85,28 @@ A. A considerable amount of the crew has taken up arms against NanoTrasen and it B. A considerable amount of the crew fails to comply with NanoTrasen or Central Command orders C. A declared riot escelates to uncontained violence occuring over multiple parts of the station -If the station's captain wishes to declare a revolt after the aformentioned conditions are met they should follow the folloeing steps: +If the station's Commanding Officer wishes to declare a revolt in progress after the aformentioned conditions are met they should follow the folloeing steps: 1. Communicate with Command and Security about their intend to declare a revolt in progress. 2. Announce station wide in plain words that they are declaring a Revolt in progress and include in this announcement any revolt orders they may wish to use. 3. Move the station to the highest alert condition available if not already the case. 4. Have security equip themselves with lethal weaponry -When a revolt in progress is declared the captain has multiple "Revolt orders" they may use, each are extrondary acts that should only be used in case of dire emergencies. +When a revolt in progress is declared the captain has multiple "Executive Orders" they may use, each are extraordinary acts that should only be used in case of dire emergencies. + +Martial law: Aegis Security Consolidated is given temporary control of the station and only answer to the captain, they are to return order to the station by any means necessary. -Martial law: All crew is to report to go into a department, people that do not belong to any department should move to the bar. Anyone who fails to comply with this order may be brigged until martial law is lifted. +Shelter in place: All members of crew are ordered to shelter in the nearest department, 5 minutes after this measure is declared the station's hallways are declared a secure area and trespassing into said hallways authorizes security forces to detain the offenders and brig the offenders until the shelter in place order is lifted. -Suspension of Standard Operating Procedures: This order suspends all usual SOP to allow security to use any means neccesary to contain and quell the revolt. +Suspension of Security Protocols: This order suspends all usual SOP to allow security to use any means neccesary to contain and quell the revolt. -Execution of instigators: The captain may decide to authorize the immediate field execution of leaders of the revolt. +Execution of instigators: This order authorizes the immidiate field executions of any confirmed and suspected instigators of the revolt. -Revolts mean the total breakdown of public relations, if a revolt is declared maximum force should be used by security to get the crew back in line without care for any public relation actions. +Revolts mean a total breakdown of order, do whatever you have to do to secure our station, captain. ## Administrative & Server Rule Impact (if applicable) -These changes are unlikely to result in any server rule impacts. +Martial law is being debated by the admins, will update this if i get updates on it. ## Technical Considerations From ab207c2d66e1eecbb3f9652c4d49557022a4a7ea Mon Sep 17 00:00:00 2001 From: IdemFromidemland Date: Tue, 11 Aug 2026 00:05:45 +0200 Subject: [PATCH 5/6] Major re-write by @alicios on discord Primarily written to be clearer, better formatted and overall better --- src/design-proposals/Protest-regulations.md | 146 ++++++++++++-------- 1 file changed, 86 insertions(+), 60 deletions(-) diff --git a/src/design-proposals/Protest-regulations.md b/src/design-proposals/Protest-regulations.md index 6b6d1d58..2db868bc 100644 --- a/src/design-proposals/Protest-regulations.md +++ b/src/design-proposals/Protest-regulations.md @@ -13,96 +13,122 @@ This design document aims to add new regulations that concern protests, riots an Although these regulations cover more than protests it will be named "Protest Regulations" as an all incompassing term including protests, riots and if anarchy breaks out revolts. -The following protest regulations consist of three things which will each have their own seperate section in this document, however Protest protocols and Riot protocols will be in the same guidebook entry under the Security Training Manual. The revolt protocol will be put as it's own guidebook entry under the CTM +The following regulations will all have their own places +Station regulations (starting at "Station regulations" and ending at "Legal enforcement Protocol") should be placed in the guidebook at about the same place where alert level expectations are. +Legal Enforcement Protocol is the security facing protocols for protests and riots (starting at "legal enforcement protocol" ending at "Command Training Manual") would all be a child of the STM guidebook entry +Everything below "Command Training Manual" Is command facing protocols incase a riot breaks out and how to properly declare a Riot in Progress, this also includes "Executive Orders" which are special actions with extraordinary power that can only be enacted for a riot in progress and are NOT intended to be used for anything else. This entry would the the child of the CTM (or forky equivalent) in the guidebook -#### Protest protocols -Important definitions: -> Protest: A non violent gathering of people, usually protesting something that has or will occur. -> Non-harmful crowd control measures: Crowd control measures that do not cause permanent damage such as tear gas grenades, flashes and pepper spray. -> Ranking security member on scene: The security member of the highest rank that is currently assigned to the scene, ranking from the Head of Security, Warden and if neither of these are present any security officer. It should be clearly communicated who is the ranking officer on scene. +### Definitions: -In the scenario that a protest occurs security is to ensure it does not get out of hand by peacefully observing it. It is also suggested that the commandant assigns multiple officers riot gear in case it becomes necessary. +1. Protest: A non-violent, non-destructive gathering with clear, reasonable demands. +2. Riot: Any gathering that escalates to the point of becoming potentially physically harmful to the crew, or the station’s operational security. +3. Revolt: A concerted, organized effort to overthrow NanoTrasen authority by means of force. -Security members must follow the following procedures at all times during an on-going protest: -1. Members of security should listen to the ranking officer on scene then all times when at the scene, in the event a higher ranking officer is on the scene it should be clearly communicated to others that there is a new ranking officer on the scene of the protest. -2. The Executive Officer and Commanding officer of the station should be informed immidiately about the on-going protest. -3. A negotiator should be established as a direct line of communcation and negotiation with the protest, this either being an Internal Affairs Agent or in the event there is none the XO can designate themself the negotistior. -4. It should be ensured that the protestors can bring forward a representative with legal council +# STATION REGULATIONS: +### Lawful Protests: -The designated negotiator may declare the protest un-receptive to negotiations if one of the following criteria is met: -A. A final offer has been made by the designated negotiator and refused. -B. The protest presents no individual to represent the protestors +Crew are authorized to form peaceful gatherings in order to voice concerns about their workplace environment. A protest is only authorized and considered lawful if: +1. The protest does not impede departmental or station functions. +2. The protesters have a list of clear, reasonable, and achievable demands. +3. The protesters designate a leader to list their demands, and to be held accountable for the protest’s actions. +4. The protest does not, at any point, turn violent or break any laws in the process. -In case the designated negotiator declares the protest un-receptive to negotiations the ranking officer on scene may declare the protest an unlawful assembly by following the the steps which make the unlawful assembly protocol: -1. Inform your colleages that you intent on declaring the protest an unlawful assembly and to prepare themselves -2. Loudly and plainly announce that you are hereby declaring this assembly of individuals unlawful and that they are hereby ordered to disperse -3. Wait a reasonable amount of time to allow the unlawful assembly to disperse +NanoTrasen does not guarantee that all or any of a protests demands are met, but it will ensure that the crew’s concerns are heard, and properly deliberated on before reaching a conclusion. -If all of the above steps above are followed and a reasonable timeframe has passed to allow the members of the unlawful assembly to desperse and said members have not dispersed the ranking officer on scene may authorize the deployment of Non-harmful crowd control measures. +Crew are recommended to organize with local Union representatives to help organize gatherings and voice any concerns they may have. +# LEGAL ENFORCEMENT PROTOCOL: -#### Riot protocols +In many cases, the crew may become unhappy with the current state of affairs. The crew may create gatherings to voice their dissent, in order to make demands to NanoTrasen. Security is responsible for overseeing these gatherings, ensuring that they do not grow out of proportion, and handling them if they do. -Important Definitions: +A peaceful gathering that acts in accordance with NanoTrasen Regulations regarding Lawful Protests is to be allowed with oversight. Security should follow Protest Oversight Protocol when handling such protests. -> Riot: A gathering of uncontrolled people that may pose a danger to others. -> Less-than-lethal crowd control measures: Measures that may cause harm but are not explicitedly lethal such as nightsticks, stinger grenades and flashbangs. +If a gathering poses a serious threat to the crew or station operations, and/or if crimes are committed during a protest, it should be declared a Riot, and Security should engage with Riot Control Protocol. -Riots may be declared by the ranking officer on scene if one of the following conditions are met: -A. After declaring an unlawful assembly the assembly fails to disperse -B. A protest turns violent, for example protestors start shoving and or punching officers. +In cases of dire civil unrest, the crew may attempt to undermine NanoTrasen’s authority upon the station. In these cases, Security Personnel should defer to the orders of the Captain and the Commandant regarding Revolt Protocol. -If either of these conditions are met the following steps should be followed by the ranking officer on scene to declare a riot: -1. Communicate with other officers you are about declare a riot. -2. Request any available officers to your location. -3. Loudly and clearly announce to the members of the unlawful assembly that this is hereby declared a riot and appropriate force will be used to quell it. It is HEAVILY suggested this is also announced via a communications console. +### Protest Oversight Protocol: -If the riot has been officially declared all available officers are required to move and assist with it. -Security should not arm themselves with lethal weapons but should equip riot suits and other appropriate equipment. -The ranking officers on scene may authorize the usage of Less-than-lethal crowd control measures. -All members of the riot may be arrested for rioting and it's leaders should be arrested for inciting a riot. +* Delegation: + * The Commandant should assign an appropriate number of officers as designated overseers, who should equip themselves in approved riot equipment. + * One officer should be designated as the Ranking Officer, who will be in charge of communicating to Command about the state of the protest, as well as making official announcements about Security actions and legal declarations. + * The Commandant should organize with the Executive Officer in order to designate an Internal Affairs Agent as a Negotiator. In the absence of an IAA, the XO may act as Negotiator. +* Control: + * Officers should confine the protest to a single area using their holobarriers and riot shields, awaiting orders, and ready for any potential escalation. + * Any parties not with the protestors should be clearly separated. Any crew who fails to heed these warnings will be considered a member of the protest. + * Protestors should not be physically restrained or impeded, but clear verbal commands should be given to keep the gathering civil. +* Negotiation: + * The Negotiator is to communicate with the protest’s organizer in order to learn their demands, and relay this information to the Captain and XO. + * Negotiations are to maintain NanoTrasen’s best interests in mind, and attempt to placate the protestors before conceding to any terms. + * The Negotiator has no authority to make any promises, and should get explicit permission from their superiors and involved parties before officially agreeing to any terms. + * At some point, the Negotiator may formally declare their “Final Offer”. If the Protesters refuse to accept this Final Offer, the Ranking Officer should proceed with declaring the protest an Unlawful Assembly. +* Escalation: + * The Ranking Officer holds the authority to declare a protest an Unlawful Assembly. A protest is considered Unlawful if any of the following conditions are met: + * The Protesters fail to list their demands and/or designate a leader for negotiations. + * The Protesters are excessively rude, or uncooperative with the Negotiator. + * The Protesters refuse to accept the terms of the Negotiator’s Final Offer. + * Upon declaring a protest an Unlawful Assembly, the Ranking Officer must: + * Clearly announce to the whole group that the protest has been declared Unlawful. + * Formally order the dispersal of the protest, while directing the protest’s organizer to a Lawyer to proceed with discussing their terms in court. + * Give a reasonable amount of time for the protesters to gather their things and disperse. + * The Ranking Officer holds the authority to declare a protest a Riot. A protest becomes a Riot if any of the following conditions are met: + * Any participants of the protest become violent or destructive to the station. + * Any participants of the protest commit a Misdemeanor or higher level crime. + * Upon declaring a protest a Riot, the Ranking Officer must: + * Clearly announce to the whole group that the protest has been declared a Riot. + * Formally order all involved that they are under arrest for Rioting, and follow Riot Control Protocol to contain and arrest all involved. +### Riot Control Protocol: +* Contain: + * Security should use less-lethal methods such as flashes, tear gas, and nightsticks to suppress violent actions. + * Should rioters attempt to run or fight back with lethal weaponry, Security is authorized to use lethal weaponry to neutralize those involved. +* Arrest: + * All rioters should be arrested, and charged for Rioting, as well as any other crimes they may have committed during the riot. + * The organizer of a protest/riot is considered responsible for the crimes committed of all involved. +* Escalation: + * Should the Riot expand beyond a centralized location, or prove themselves to be a threat to NanoTrasen Authority as a whole, the Captain should proceed with Revolt Suppression Protocol. +### Riot Equipment: +* Security should equip themselves with riot gear when dealing with protests or riots, and refrain from using any highly lethal weaponry. +* Riot Gear Includes: + * Nightsticks + * Flashes + * Riot Armor + * Riot Shields + * Tear Gas + * Flashbangs +# COMMAND TRAINING MANUAL: +### Revolt Suppression Protocol: +In the extreme event of a station-wide revolt occurring, the Captain may officially declare a revolt in progress. NanoTrasen would like to emphasize that declaring a revolt is not a power that should be used lightly, and should be reserved when only the most dire measures are needed to maintain control of the station. -#### Revolt protocols -# Important note, revolt protocols would be in the CTM as these things are things NT would never want the public to know -Important definitons -> Revolt: A station wide movement to overthrow the NanoTrasen command team using force -> Lethal weaponry: Weaponry that is designed to inflict lethal harm for example a rifle or shrapnel grenade. +* Declaration: + * A Revolt can be declared under any of the following circumstances: + * A significant number of crew have taken up arms in order to defy or undermine NanoTrasen’s Authority aboard the station. + * A significant amount of the crew has failed to comply with direct orders from NanoTrasen Central Command. + * A declared Riot escalates to uncontained violence in multiple parts of the station. + * The Captain is required to openly declare a revolt in progress, and state which Executive Orders, if any, are invoked at this time. +* Suppress: + * Security Personnel are to fully arm with any necessary equipment, and follow the orders of the Commandant and Captain to restore order to the station. -In the extreme event of a revolt occuring the captain of the station may declare a revolt in progress if one of the following conditions have been met: -A. A considerable amount of the crew has taken up arms against NanoTrasen and it's employees -B. A considerable amount of the crew fails to comply with NanoTrasen or Central Command orders -C. A declared riot escelates to uncontained violence occuring over multiple parts of the station +#### Executive Orders: + +* Martial Law: Security Personnel are to suspend all normal Legal Enforcement Protocol and answer directly to the Commandant and Captain in order to regain control of the station by any means necessary. +* Shelter in Departments: Crew are ordered to shelter in their assigned departments, or in the Bar if a civilian. Five minutes after this declaration, hallways and maintenance will be considered Secure Areas. +* Authorization for Execution of Instigators: Security Personnel are authorized to summarily execute the organizers of the revolt without trial. -If the station's Commanding Officer wishes to declare a revolt in progress after the aformentioned conditions are met they should follow the folloeing steps: -1. Communicate with Command and Security about their intend to declare a revolt in progress. -2. Announce station wide in plain words that they are declaring a Revolt in progress and include in this announcement any revolt orders they may wish to use. -3. Move the station to the highest alert condition available if not already the case. -4. Have security equip themselves with lethal weaponry - -When a revolt in progress is declared the captain has multiple "Executive Orders" they may use, each are extraordinary acts that should only be used in case of dire emergencies. - -Martial law: Aegis Security Consolidated is given temporary control of the station and only answer to the captain, they are to return order to the station by any means necessary. - -Shelter in place: All members of crew are ordered to shelter in the nearest department, 5 minutes after this measure is declared the station's hallways are declared a secure area and trespassing into said hallways authorizes security forces to detain the offenders and brig the offenders until the shelter in place order is lifted. - -Suspension of Security Protocols: This order suspends all usual SOP to allow security to use any means neccesary to contain and quell the revolt. - -Execution of instigators: This order authorizes the immidiate field executions of any confirmed and suspected instigators of the revolt. +Revolts mean a total breakdown of order, do whatever you have to do to secure our station, captain. -Revolts mean a total breakdown of order, do whatever you have to do to secure our station, captain. ## Administrative & Server Rule Impact (if applicable) From 0e5945b9772415712d613a83c470c5f2b9555ae7 Mon Sep 17 00:00:00 2001 From: IdemFromidemland Date: Tue, 11 Aug 2026 00:10:05 +0200 Subject: [PATCH 6/6] Fixed a small wording error --- src/design-proposals/Protest-regulations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/design-proposals/Protest-regulations.md b/src/design-proposals/Protest-regulations.md index 2db868bc..ad94145c 100644 --- a/src/design-proposals/Protest-regulations.md +++ b/src/design-proposals/Protest-regulations.md @@ -16,7 +16,7 @@ Although these regulations cover more than protests it will be named "Protest Re The following regulations will all have their own places Station regulations (starting at "Station regulations" and ending at "Legal enforcement Protocol") should be placed in the guidebook at about the same place where alert level expectations are. Legal Enforcement Protocol is the security facing protocols for protests and riots (starting at "legal enforcement protocol" ending at "Command Training Manual") would all be a child of the STM guidebook entry -Everything below "Command Training Manual" Is command facing protocols incase a riot breaks out and how to properly declare a Riot in Progress, this also includes "Executive Orders" which are special actions with extraordinary power that can only be enacted for a riot in progress and are NOT intended to be used for anything else. This entry would the the child of the CTM (or forky equivalent) in the guidebook +Everything below "Command Training Manual" Is command facing protocols incase a revolt breaks out and how to properly declare a Revolt in Progress, this also includes "Executive Orders" which are special actions with extraordinary power that can only be enacted for a revolt in progress and are NOT intended to be used for anything else. This entry would the the child of the CTM (or forky equivalent) in the guidebook