Difference between pages "MediaWiki:Common.css" and "Command Policy"

From Bravo Fleet
(Difference between pages)
m
 
(Added clarity on use of archived commands)
 
Line 1: Line 1:
.mw-logo-icon {
+
{{icons|bfo}}Last Update: 2 March 2023
    width: initial;
 
}
 
#mw-drawer {
 
    position: fixed;
 
    z-index: 4;
 
    top: 0;
 
    width: 300px;
 
    max-width: 100vw;
 
    height: 100%;
 
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%), 0 6px 6px rgb(0 0 0 / 6%);
 
    border-radius: 0;
 
    display: flex;
 
    background: #fff;
 
    flex-direction: column;
 
    transform-origin: 0% 0%;
 
    transform: translate(-110%,0);
 
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1);
 
    will-change: transform;
 
}
 
.skin-citizen-dark #mw-drawer{
 
background: rgba(19,26,33);
 
}
 
#n-Fleet-Policy > *:after {
 
    background-image: url(/load.php?modules=skins.citizen.icons.n&image=mainpage-description&format=rasterized&skin=citizen&version=virxe);
 
    background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22%23000%22%3E %3Cpath d=%22M5 1a2 2 0 00-2 2v14a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2zm0 3h5v1H5zm0 2h5v1H5zm0 2h5v1H5zm10 7H5v-1h10zm0-2H5v-1h10zm0-2H5v-1h10zm0-2h-4V4h4z%22/%3E %3C/g%3E%3C/svg%3E);
 
right: -1.2px;
 
}
 
.mainpage-body {
 
    width: 100%;
 
    margin: 1.2rem -0.2rem 0 -0.2rem;
 
    display: flex;
 
    flex-direction: column;
 
}
 
.mainpage-row {
 
    display: flex;
 
    width: 100%;
 
    flex-wrap: wrap;
 
}
 
.card {
 
    margin: 0 0.2rem 0.4rem 0.2rem;
 
    display: flex;
 
    flex-grow: 1;
 
    flex-direction: column;
 
    justify-content: space-between;
 
    box-sizing: border-box;
 
    border: 1px solid #eaecf0;
 
    border-radius: 8px;
 
    overflow: hidden;
 
    box-shadow: 0 1px 3px rgb(0 0 0 / 3%), 0 1px 2px rgb(0 0 0 / 6%);
 
    transition: box-shadow 0.2s ease;
 
}
 
.card-text {
 
    padding: 1.2rem;
 
}
 
.card h3 {
 
    margin-top: 0;
 
    line-height: 1.2;
 
    font-weight: 600;
 
}
 
.card p {
 
    font-size: 0.875rem;
 
}
 
.card-button {
 
    background: #72777d;
 
    transition: background 0.2s ease,opacity 0.2s ease;
 
}
 
.card-button a {
 
    padding: 0.6rem;
 
    display: block;
 
    background: none !important;
 
    color: white !important;
 
    text-align: center;
 
    font-size: 0.875rem;
 
    font-weight: 600;
 
}
 
.card-image a img {
 
    transition: transform 0.2s cubic-bezier(0.77,0.2,0.05,1.0);
 
}
 
.card-image a,
 
.card-image a:hover{
 
background-image: none !important;
 
}
 
.card-image img{
 
vertical-align: middle;
 
}
 
.card .byline {
 
    margin: 0 0 0.2rem 0;
 
    color: #72777d;
 
    font-size: 0.825rem;
 
}
 
.card .numdata {
 
    margin-top: 0.8rem;
 
}
 
.card-caption {
 
    font-size: 0.875rem;
 
    font-weight: 600;
 
}
 
.card-link ul {
 
    margin: 0;
 
    padding: 1.2rem 1.2rem 1.2rem 2.8rem;
 
    font-size: 0.875rem;
 
}
 
.mainpage-navigation .card {
 
    width: calc(100%/4 - 0.4rem);
 
    min-width: calc(860px/4 - 0.4rem);
 
    border: 0;
 
}
 
.mainpage-navigation .card-image {
 
    height: 180px;
 
    background-color: #f8f9fa;
 
    overflow: hidden;
 
}
 
.mainpage-navigation .card-caption {
 
    padding: 0.4rem;
 
    background: #304665;
 
    color: #bfcee7;
 
    text-align: center;
 
    transition: color 0.2s ease;
 
}
 
#wiki_stats .numdata:first-child {
 
    margin-top: 0;
 
}
 
#featured_article.card {
 
    width: calc(100%/6*5 - 0.4rem);
 
    min-width: calc(860px/6*5 - 0.4rem);
 
    flex-direction: row;
 
}
 
#featured_article .card-image-featured a,
 
#featured_article .card-image-featured a:hover {
 
    background-image: none !important;
 
}
 
#featured_article .card-image {
 
    width: 800px;
 
    overflow: hidden;
 
    background-color: #0000001a;
 
}
 
#featured_article .card-image img {
 
    height: 90%;
 
    width: auto;
 
    position: relative;
 
    margin: auto;
 
}
 
#wiki_stats.card {
 
    width: calc(100%/6 - 0.4rem);
 
    min-width: calc(860px/6 - 0.4rem);
 
    text-align: right;
 
}
 
#contribute.card {
 
width: calc(100% / 3 - 0.4rem);
 
min-width: calc(860px/4 - 0.4rem);
 
background-color: #00af89;
 
border-color: #00af89;
 
}
 
#policy.card {
 
    width: calc(100%/3 - 0.4rem);
 
    min-width: calc(860px/4 - 0.4rem);
 
    background-color: #36c;
 
    border-color: #36c;
 
}
 
#discord.card {
 
    width: calc(100%/3 - 0.4rem);
 
    min-width: calc(860px/4 - 0.4rem);
 
    background-color: #7289da;
 
    border-color: #7289da;
 
}
 
#resources.card {
 
    width: calc(100%/2 - 0.4rem);
 
    min-width: calc(860px/2 - 0.4rem);
 
    background-color: #304665;
 
    border-color: #304665;
 
}
 
#social.card,
 
#bfms.card{
 
    width: calc(100%/4 - 0.4rem);
 
    min-width: calc(860px/4 - 0.4rem);
 
    background: #71777d;
 
    color: #eaecf0;
 
    border: transparent;
 
}
 
#contribute.card h3,
 
#policy.card h3,
 
#discord.card h3,
 
#resources.card h3{
 
color: #fff;
 
}
 
#contribute.card p,
 
#policy.card p,
 
#discord.card p,
 
#resources.card p{
 
color: #eaecf0;
 
}
 
#contribute .card-button {
 
background: #14866d;
 
}
 
#policy .card-button {
 
    background: #2a4b8d;
 
}
 
#discord .card-button {
 
    background: #697ec4;
 
}
 
#resources .card-link {
 
    color: #bfcee7;
 
    background: #162131;
 
}
 
#resources a {
 
    color: #ccd3db;
 
    background-image: none !important;
 
}
 
#resources a:hover {
 
    color: #fff !important;
 
    background-image: none !important;
 
}
 
#social .profile {
 
    margin-right: 1.6rem;
 
}
 
#social a{
 
color: #fff !important;
 
}
 
#social .byline{
 
color: #eaecf0;
 
}
 
#social .card-button,
 
#bfms .card-button{
 
background: #505861;
 
}
 
  
.spectiles a.external{
+
=1 - Registry Definition=
padding: 0 !important;
+
#The registry lists all starships, starbases, and other entities available to Bravo Fleet for use as Commands or Games.
background-image: none !important;
+
#The registry’s purpose is to maintain consistency across Bravo Fleet and its ongoing canon. As such, entries will not be added to, removed, or altered from the registry without permission of the Intelligence Office.
}
+
#The registry represents the In Character starships and starbases available to the Fourth Fleet in {{Year}}, and the starships and starbases available for Games and Commands.
 +
##Exceptions such as non-Starfleet ships or ships of a different era have been created for Fictions or Games, and may not be used as Primary Commands. These will be more often added, deleted, or altered.
 +
##The use of registry entries in Games is governed by Section 4 of the Operations Policy.
 +
#Ships in the registry should only be used in lore by the members or Task Forces (in the case of TFHQ ships or Flagships only) to which they are assigned. If a story requires another ship, it should use a name not listed in the registry and would fall within the bounds of member canon.
 +
#Events involving registry ships ''prior to'' 2399 may be referenced in circumstances such as character service records and backstory. This restriction changes at 2399 as this is when the current fleet canon went live; members should not be dictating fleet or member canon after this outside of their own characters and Command.
 +
#Ships are assigned to a member's dossier when they are created as Commands on BFMS. A member must create an application for the Command that the Intel Office processes. The IO does not create Commands for members. Commands exist to house Missions, Stories, and crew rosters; they show the ship on the member's dossier, and ensure the registry displays what ships are available or unavailable. ''All'' ships in use require a Command, including RPGs and squadron ships.
 +
##Once a ship has been relinquished, the BFMS Command will be labelled as 'Archive' and exist on the member's dossier for archival purposes only. Members may edit the Command page or the roster, but they may not add further Missions or Stories.
 +
#Members should not apply for Commands on BFMS until they are ready to acquire or change their Primary Command, or for a fiction/RPG proposal to be discussed with the Intelligence Officer/Operations Officer. Draft Commands or proposals self-identifying as WIPs will have their registry link removed or be deleted.
 +
#Upon a Command's assignment, a member may not change that Command until three months have elapsed or they are promoted, whichever comes first
 +
##Exceptions may be permitted at the discretion of the Intelligence Officer. This may apply in cases such as the release of new starship classes or other significant alterations to the command registry.
 +
=2 - Primary Commands=
 +
#Primary Commands are attached to a member's dossiers as their character's starship or auxiliary craft. They are the vessels assigned In Character to a member’s Task Force in the Fourth Fleet in {{Year}}.
 +
#Members can write on their Primary Commands on their own or with others. Writing with others on a Primary Command does not require a proposal or activity commitment being sent to the Intelligence Office. Members ''may not'' use their Primary Command as an RPG; ie, they may not openly recruit for crew or create a separate website, and collaboration should be limited to invitation-only. RPGs which any member of the Fleet may apply to join must be accepted by the Bravo Fleet Operations Officer, and thus Primary Commands are unsuitable for this purpose.
 +
#All Commands will be removed from a member's dossier upon transfer to the Reserves.
 +
#When a member reaches the rank of Midshipman they may request a ship on the registry for use as their Primary Command. Ship classes available are unlocked upon reaching certain ranks.
 +
#Members below the rank of Captain may only have one Primary Command. Requesting a new eligible Primary Command will result in the current registry ship being removed from the member's dossier and returned to the pool of available ships.
 +
{| class="wikitable" style="margin:auto"
 +
|+Ship classes by rank
 +
|-
 +
!Midshipman!!Lieutenant Commander!!Commander!!
 +
|-
 +
|[[Raven Class|Raven]]||[[California Class|California]]|| colspan="2" |[[Akira Class|Akira]]
 +
|-
 +
| ||[[Challenger Class|Challenger]]|| colspan="2" |[[Defiant Class|Defiant]]
 +
|-
 +
| ||[[Cheyenne Class|Cheyenne]]|| colspan="2" |[[Excelsior II Class|Excelsior II]]
 +
|-
 +
| ||[[Diligent Class|Diligent]]|| colspan="2" |[[Gagarin Class|Gagarin]]
 +
|-
 +
| ||[[Grissom Class|Grissom]]|| colspan="2" |[[Inquiry Class|Inquiry]]
 +
|-
 +
| ||[[Intrepid Class|Intrepid]]|| colspan="2" |[[Luna Class|Luna]]
 +
|-
 +
|
 +
|[[New Orleans Class|New Orleans]]
 +
| colspan="2" |[[Manticore Class|Manticore]]
 +
|-
 +
| ||[[Norway Class|Norway]]|| colspan="2" |[[Nebula Class|Nebula]]
 +
|-
 +
| ||[[Nova Class|Nova]]|| colspan="2" |[[Pathfinder Class|Pathfinder]]
 +
|-
 +
| ||[[Olympic Class|Olympic]]|| colspan="2" |[[Prometheus Class|Prometheus]]
 +
|-
 +
|
 +
|[[Parliament Class|Parliament]]
 +
| colspan="2" |[[Rhode Island Class|Rhode Island]]
 +
|-
 +
| ||[[Reliant Class|Reliant]]|| colspan="2" |[[Sutherland Class|Sutherland]]
 +
|-
 +
| ||[[Saber Class|Saber]]|| colspan="2" |
 +
|-
 +
| ||[[Springfield Class|Springfield]]
 +
|-
 +
| ||[[Steamrunner Class|Steamrunner]]
 +
|}
 +
=3 - Squadrons=
  
.spectiles #akira-class .card-image{
+
#The Squadron system allows members holding the dossier rank of Captain and above greater flexibility in their Command choices. Where Commanders and below may pick a single Primary Command from a list, Captains are entitled to a certain level of ‘Squadron Strength’ in their Command selection. This gives them options like choosing between a single, larger ship or multiple smaller ones.
background: url(https://wiki.bravofleet.com/images/e/e8/Akiraclass.png) !important;
+
#If a member holds multiple Commands under the Squadrons system, these ships are all subject to the same usage requirements as outlined under Primary Commands above. They may not be used as RPGs, and IC are starships assigned to the member’s Task Force.
    background-size: 140% !important;
+
##All ships must have their own Command on BFMS. This is solely to ensure the registry accurately reflects what ships are in use and dossiers show all of a member's ships. Members are free, however, to house Stories and Missions involving the ship and crew on any of their squadron BFMS Commands.
    background-position: -30px !important;
+
##Members with multiple ships should designate one as their Primary Command on BFMS. This is solely for display and organisational purposes, and has no other or IC significance. The Primary Command must be a Squadron Commands, and may not be an RPG or Fiction.
}
+
##Members have some freedom on how to IC depict these multiple ships. They may be entirely unaffiliated, all falling directly under their Task Force’s IC chain of command, with the member using them to tell totally different stories.
.spectiles #argonaut-class .card-image{
+
##Members may use all/some of them to form an IC-only unit within their Task Force, referred to as a squadron. This typically takes its title from the squadron’s ‘lead ship’ or starbase (for example, a squadron led by the USS Endeavour would be called ‘Endeavour Squadron’). This ensures all squadrons have a unique IC name. Members may not call these IC units ‘task groups’, to avoid confusion with the OOC unit.
background: url(https://wiki.bravofleet.com/images/b/ba/Argonautclass.png) !important;
+
##Members may create an officer in command of this squadron, who may or may not also be the commanding officer of one of these starships/starbase, and who falls IC under the chain of command of the member’s Task Force. All Canon Policy rank restrictions remain.
    background-size: 140% !important;
+
#The Squadron Strength to which a member is entitled is dependent on their dossier rank.
    background-position: -30px !important;
+
{| class="wikitable"
}
+
|+'''Squadron Strength by Dossier Rank'''
.spectiles #atlantia-class .card-image{
+
!Captain
background: url(https://wiki.bravofleet.com/images/2/21/Atlantiaclass.png) !important;
+
!Fleet Captain
    background-size: 140% !important;
+
!Commodore
    background-position: -30px !important;
+
!Rear Admiral
}
+
!Vice Admiral
 +
!Admiral
 +
!Fleet Admiral
 +
|-
 +
|3
 +
|4
 +
|6
 +
|7
 +
|8
 +
|9
 +
|10
 +
|}
 +
 
 +
== 3.1 - Starship Strength ==
 +
 
 +
# Ship classes are allocated a certain level of Strength depending on their size, power, modernity, and so forth.
 +
# Members may select any number of ships as their Commands under the Squadrons system, so long as the total Strength does not exceed their rank entitlement.
 +
 
 +
{| class="wikitable" style="margin:auto"
 +
|+Ship classes by rank
 +
|-
 +
!1!!2!! colspan="2" |3
 +
!4
 +
|-
 +
|Small Civilian Ship|| colspan="2" |[[Akira Class|Akira]]||[[Century Class|Century]]
 +
|[[Odyssey Class|Odyssey]]
 +
|-
 +
|[[California Class|California]]|| colspan="2" |[[Defiant Class|Defiant]]||[[Galaxy Class|Galaxy]]
 +
|
 +
|-
 +
|[[Challenger Class|Challenger]]|| colspan="2" |[[Excelsior II Class|Excelsior II]]||[[Obena Class|Obena]]
 +
|
 +
|-
 +
|[[Cheyenne Class|Cheyenne]]|| colspan="2" |[[Gagarin Class|Gagarin]]||[[Ross Class|Ross]]
 +
|
 +
|-
 +
|[[Diligent Class|Diligent]]|| colspan="2" |[[Inquiry Class|Inquiry]]||[[Sovereign Class|Sovereign]]
 +
|
 +
|-
 +
|[[Grissom Class|Grissom]]|| colspan="2" |[[Luna Class|Luna]]||[[Typhon Class|Typhon]]
 +
|
 +
|-
 +
|[[Intrepid Class|Intrepid]]|| colspan="2" |[[Manticore Class|Manticore]]||[[Vesta Class|Vesta]]
 +
|
 +
|-
 +
|[[New Orleans Class|New Orleans]]|| colspan="2" |[[Nebula Class|Nebula]]||
 +
|
 +
|-
 +
|[[Norway Class|Norway]]|| colspan="2" |[[Pathfinder Class|Pathfinder]]||
 +
|
 +
|-
 +
|[[Nova Class|Nova]]|| colspan="2" |[[Prometheus Class|Prometheus]]||
 +
|
 +
|-
 +
|[[Olympic Class|Olympic]]|| colspan="2" |[[Rhode Island Class|Rhode Island]]||
 +
|
 +
|-
 +
|[[Parliament Class|Parliament]]||[[Sutherland Class|Sutherland]]
 +
|-
 +
|[[Reliant Class|Reliant]]||
 +
|-
 +
|[[Saber Class|Saber]]||
 +
|-
 +
|[[Springfield Class|Springfield]]
 +
|
 +
|-
 +
|[[Steamrunner Class|Steamrunner]]
 +
|
 +
|}
 +
#For example, upon reaching the rank of Captain a member has a Squadron Strength entitlement of 3. If they already have a Commander-level ship, they are only using 2 of their Squadron Level. They may ‘upgrade’ as they did upon reaching the rank of Commander, returning their current ship to the registry and choosing a single new Command with a Strength of 3. If they keep their ship with its Strength of 2, they may choose to add to their dossier another ship with a Strength of 1.
 +
##Members are under no obligation to use their total Squadron Strength. These Commands are a reflection of the hard work of members, however, and may be chosen for storytelling opportunities or simple prestige.
 +
#‘Small Civilian Ship’ is a catch-all term for non-Starfleet civilian vessels members may wish to use for different kinds of storytelling. It refers to ships of, for example, the [[Kaplan F17 class]] or the [[Groumall class]], usually freighters, that are not affiliated IC with Starfleet and may be used for trading, prospecting, exploration, or other adventures. Acquiring a ship like this is subject to a successful Fiction Proposal, and so they are not listed as available on the registry but created as required by the Intelligence Office.
 +
#The Intelligence Office may make adjustments to ship class Strengths to account for balance as the system and canon evolve. No member will have an asset removed because of a rebalance, but they would only be grandfathered in until they wanted to change their squadron, at which point the new strength values would be used.
 +
 
 +
== 3.2 - Starbase Strength ==
 +
 
 +
# Starbases as Commands work the same as starships under the Squadron system, but are subject to different requirements. They represent starbases assigned In Character to the member’s Task Force in the Fourth Fleet in 2400.
 +
# Members do not have to choose between a starbase or starship under the Squadron system. They are only restricted by their rank’s total Squadron Strength.
 +
# Registry Starbases are created by the Intelligence Office, and will have their own wiki article explaining the location and setting material relevant to that starbase that has been ratified by the Intelligence Office. This is Fleet Canon that cannot be altered without permission of the Intelligence Office, even by the member to whom the starbase registry is attached. As such, members should heavily consider their choice, as a Starbase Command is under more restrictions and requirements from the Intelligence Office.
 +
## If you are interested in a Starbase Command, please speak with the Intelligence Office to develop your concept so the registry can be created.
 +
# Members may choose to depict any of their other ships as attached to or operating out of the starbase.
 +
 
 +
{| class="wikitable" style="margin:auto"
 +
|+Starbase classes by Strength
 +
|-
 +
!2!!3!!4
 +
|-
 +
|[[Jupiter Class|Jupiter]]||[[Anchorage Class|Anchorage]]||[[Canopus Class|Canopus]]
 +
|-
 +
|[[K Class|K-Type]]||[[Copernicus Class|Copernicus]]||[[Unity Class|Unity]]
 +
|-
 +
|[[Regula Class|Regula]]||[[Narendra Class|Narendra]]||
 +
|-
 +
|[[Vision Class|Vision]]||[[Presidium Class|Presidium]]||
 +
|-
 +
| ||[[Watchtower Class|Watchtower]]||
 +
|}
 +
 
 +
== 3.3 - Attached Ships ==
 +
 
 +
# Certain commands, like starbases, have an attached ship, which has its own registry entry but has an effective Strength of 0. Whether or not an attached ship is selected does not affect a member’s Squadron Strength.
 +
# Most attached ships are assigned to starbases. Upon requesting a starbase, the member should identify to the Intelligence Office an appropriate choice of ship from the registry. That ship will then be removed from the public pool. It will not be given a BFMS Command, but should be written about as part of the starbase’s Command.
 +
# The ''Odyssey''-class always has an ''Aquarius''-class ship attached. Unlike with starbases, the ''Aquarius''-class’s name is predetermined and cannot be changed. Details about an ''Odyssey’s'' ''Aquarius''-class will be listed on the ship’s wiki page.
 +
 
 +
{| class="wikitable"
 +
|+Starbase Attached Ship Options
 +
|[[Aerie Class|Aerie]]
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|[[Aquarius Class|Aquarius]]
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|[[Sydney Class|Sydney]]
 +
|
 +
|
 +
|
 +
|
 +
|}
 +
 
 +
== 3.4 - Requesting Squadron Ships ==
 +
 
 +
# Members must use BFMS to request any Commands under the Squadron system, as was done with previous Command requests.
 +
# BFMS requests for new Commands under the Squadron system must use the ‘Lore Office Proposal’ window to clearly communicate their allocation of their Squadron Level. This must include what ships, if any, are being returned to the registry.
 +
## If a new Captain requests a Command with a Strength of 3 with no further detail, the Intelligence Office will assume they are returning their current ship to the registry, just as with previous upgrades, and process accordingly.
 +
## If a Member wishes to retain their current Command and add another, they may request the new ship under BFMS and say so in the Proposal window. A simple message, such as ‘I am keeping the USS Lollipop (Strength 2), and adding this one (Strength 1) for a total Squadron Strength of 3’ will suffice.
 +
## If a Member wishes to return any of their ships to the registry, they must say so. Any requests for additional Commands that does not include a registry return and would bring a member over their Squadron Strength will be deleted. A simple message, such as ‘I am returning the USS Lollipop (Strength 2) and adding this one (Strength 3) for a total Squadron Strength of 3’ will suffice.
 +
# If the Intelligence Office receives competing requests for the same starship, requests for a primary command from Lieutenant Commanders or Commanders will be prioritised, or upgrades to a single Strength 3 starship for new Captains. After that, ships will be allocated on a first-come, first-served basis.

Revision as of 11:35, 2 March 2023

This article is official Bravo Fleet Official Policy.








Last Update: 2 March 2023

1 - Registry Definition

  1. The registry lists all starships, starbases, and other entities available to Bravo Fleet for use as Commands or Games.
  2. The registry’s purpose is to maintain consistency across Bravo Fleet and its ongoing canon. As such, entries will not be added to, removed, or altered from the registry without permission of the Intelligence Office.
  3. The registry represents the In Character starships and starbases available to the Fourth Fleet in 2401, and the starships and starbases available for Games and Commands.
    1. Exceptions such as non-Starfleet ships or ships of a different era have been created for Fictions or Games, and may not be used as Primary Commands. These will be more often added, deleted, or altered.
    2. The use of registry entries in Games is governed by Section 4 of the Operations Policy.
  4. Ships in the registry should only be used in lore by the members or Task Forces (in the case of TFHQ ships or Flagships only) to which they are assigned. If a story requires another ship, it should use a name not listed in the registry and would fall within the bounds of member canon.
  5. Events involving registry ships prior to 2399 may be referenced in circumstances such as character service records and backstory. This restriction changes at 2399 as this is when the current fleet canon went live; members should not be dictating fleet or member canon after this outside of their own characters and Command.
  6. Ships are assigned to a member's dossier when they are created as Commands on BFMS. A member must create an application for the Command that the Intel Office processes. The IO does not create Commands for members. Commands exist to house Missions, Stories, and crew rosters; they show the ship on the member's dossier, and ensure the registry displays what ships are available or unavailable. All ships in use require a Command, including RPGs and squadron ships.
    1. Once a ship has been relinquished, the BFMS Command will be labelled as 'Archive' and exist on the member's dossier for archival purposes only. Members may edit the Command page or the roster, but they may not add further Missions or Stories.
  7. Members should not apply for Commands on BFMS until they are ready to acquire or change their Primary Command, or for a fiction/RPG proposal to be discussed with the Intelligence Officer/Operations Officer. Draft Commands or proposals self-identifying as WIPs will have their registry link removed or be deleted.
  8. Upon a Command's assignment, a member may not change that Command until three months have elapsed or they are promoted, whichever comes first
    1. Exceptions may be permitted at the discretion of the Intelligence Officer. This may apply in cases such as the release of new starship classes or other significant alterations to the command registry.

2 - Primary Commands

  1. Primary Commands are attached to a member's dossiers as their character's starship or auxiliary craft. They are the vessels assigned In Character to a member’s Task Force in the Fourth Fleet in 2401.
  2. Members can write on their Primary Commands on their own or with others. Writing with others on a Primary Command does not require a proposal or activity commitment being sent to the Intelligence Office. Members may not use their Primary Command as an RPG; ie, they may not openly recruit for crew or create a separate website, and collaboration should be limited to invitation-only. RPGs which any member of the Fleet may apply to join must be accepted by the Bravo Fleet Operations Officer, and thus Primary Commands are unsuitable for this purpose.
  3. All Commands will be removed from a member's dossier upon transfer to the Reserves.
  4. When a member reaches the rank of Midshipman they may request a ship on the registry for use as their Primary Command. Ship classes available are unlocked upon reaching certain ranks.
  5. Members below the rank of Captain may only have one Primary Command. Requesting a new eligible Primary Command will result in the current registry ship being removed from the member's dossier and returned to the pool of available ships.
Ship classes by rank
Midshipman Lieutenant Commander Commander
Raven California Akira
Challenger Defiant
Cheyenne Excelsior II
Diligent Gagarin
Grissom Inquiry
Intrepid Luna
New Orleans Manticore
Norway Nebula
Nova Pathfinder
Olympic Prometheus
Parliament Rhode Island
Reliant Sutherland
Saber
Springfield
Steamrunner

3 - Squadrons

  1. The Squadron system allows members holding the dossier rank of Captain and above greater flexibility in their Command choices. Where Commanders and below may pick a single Primary Command from a list, Captains are entitled to a certain level of ‘Squadron Strength’ in their Command selection. This gives them options like choosing between a single, larger ship or multiple smaller ones.
  2. If a member holds multiple Commands under the Squadrons system, these ships are all subject to the same usage requirements as outlined under Primary Commands above. They may not be used as RPGs, and IC are starships assigned to the member’s Task Force.
    1. All ships must have their own Command on BFMS. This is solely to ensure the registry accurately reflects what ships are in use and dossiers show all of a member's ships. Members are free, however, to house Stories and Missions involving the ship and crew on any of their squadron BFMS Commands.
    2. Members with multiple ships should designate one as their Primary Command on BFMS. This is solely for display and organisational purposes, and has no other or IC significance. The Primary Command must be a Squadron Commands, and may not be an RPG or Fiction.
    3. Members have some freedom on how to IC depict these multiple ships. They may be entirely unaffiliated, all falling directly under their Task Force’s IC chain of command, with the member using them to tell totally different stories.
    4. Members may use all/some of them to form an IC-only unit within their Task Force, referred to as a squadron. This typically takes its title from the squadron’s ‘lead ship’ or starbase (for example, a squadron led by the USS Endeavour would be called ‘Endeavour Squadron’). This ensures all squadrons have a unique IC name. Members may not call these IC units ‘task groups’, to avoid confusion with the OOC unit.
    5. Members may create an officer in command of this squadron, who may or may not also be the commanding officer of one of these starships/starbase, and who falls IC under the chain of command of the member’s Task Force. All Canon Policy rank restrictions remain.
  3. The Squadron Strength to which a member is entitled is dependent on their dossier rank.
Squadron Strength by Dossier Rank
Captain Fleet Captain Commodore Rear Admiral Vice Admiral Admiral Fleet Admiral
3 4 6 7 8 9 10

3.1 - Starship Strength

  1. Ship classes are allocated a certain level of Strength depending on their size, power, modernity, and so forth.
  2. Members may select any number of ships as their Commands under the Squadrons system, so long as the total Strength does not exceed their rank entitlement.
Ship classes by rank
1 2 3 4
Small Civilian Ship Akira Century Odyssey
California Defiant Galaxy
Challenger Excelsior II Obena
Cheyenne Gagarin Ross
Diligent Inquiry Sovereign
Grissom Luna Typhon
Intrepid Manticore Vesta
New Orleans Nebula
Norway Pathfinder
Nova Prometheus
Olympic Rhode Island
Parliament Sutherland
Reliant
Saber
Springfield
Steamrunner
  1. For example, upon reaching the rank of Captain a member has a Squadron Strength entitlement of 3. If they already have a Commander-level ship, they are only using 2 of their Squadron Level. They may ‘upgrade’ as they did upon reaching the rank of Commander, returning their current ship to the registry and choosing a single new Command with a Strength of 3. If they keep their ship with its Strength of 2, they may choose to add to their dossier another ship with a Strength of 1.
    1. Members are under no obligation to use their total Squadron Strength. These Commands are a reflection of the hard work of members, however, and may be chosen for storytelling opportunities or simple prestige.
  2. ‘Small Civilian Ship’ is a catch-all term for non-Starfleet civilian vessels members may wish to use for different kinds of storytelling. It refers to ships of, for example, the Kaplan F17 class or the Groumall class, usually freighters, that are not affiliated IC with Starfleet and may be used for trading, prospecting, exploration, or other adventures. Acquiring a ship like this is subject to a successful Fiction Proposal, and so they are not listed as available on the registry but created as required by the Intelligence Office.
  3. The Intelligence Office may make adjustments to ship class Strengths to account for balance as the system and canon evolve. No member will have an asset removed because of a rebalance, but they would only be grandfathered in until they wanted to change their squadron, at which point the new strength values would be used.

3.2 - Starbase Strength

  1. Starbases as Commands work the same as starships under the Squadron system, but are subject to different requirements. They represent starbases assigned In Character to the member’s Task Force in the Fourth Fleet in 2400.
  2. Members do not have to choose between a starbase or starship under the Squadron system. They are only restricted by their rank’s total Squadron Strength.
  3. Registry Starbases are created by the Intelligence Office, and will have their own wiki article explaining the location and setting material relevant to that starbase that has been ratified by the Intelligence Office. This is Fleet Canon that cannot be altered without permission of the Intelligence Office, even by the member to whom the starbase registry is attached. As such, members should heavily consider their choice, as a Starbase Command is under more restrictions and requirements from the Intelligence Office.
    1. If you are interested in a Starbase Command, please speak with the Intelligence Office to develop your concept so the registry can be created.
  4. Members may choose to depict any of their other ships as attached to or operating out of the starbase.
Starbase classes by Strength
2 3 4
Jupiter Anchorage Canopus
K-Type Copernicus Unity
Regula Narendra
Vision Presidium
Watchtower

3.3 - Attached Ships

  1. Certain commands, like starbases, have an attached ship, which has its own registry entry but has an effective Strength of 0. Whether or not an attached ship is selected does not affect a member’s Squadron Strength.
  2. Most attached ships are assigned to starbases. Upon requesting a starbase, the member should identify to the Intelligence Office an appropriate choice of ship from the registry. That ship will then be removed from the public pool. It will not be given a BFMS Command, but should be written about as part of the starbase’s Command.
  3. The Odyssey-class always has an Aquarius-class ship attached. Unlike with starbases, the Aquarius-class’s name is predetermined and cannot be changed. Details about an Odyssey’s Aquarius-class will be listed on the ship’s wiki page.
Starbase Attached Ship Options
Aerie
Aquarius
Sydney

3.4 - Requesting Squadron Ships

  1. Members must use BFMS to request any Commands under the Squadron system, as was done with previous Command requests.
  2. BFMS requests for new Commands under the Squadron system must use the ‘Lore Office Proposal’ window to clearly communicate their allocation of their Squadron Level. This must include what ships, if any, are being returned to the registry.
    1. If a new Captain requests a Command with a Strength of 3 with no further detail, the Intelligence Office will assume they are returning their current ship to the registry, just as with previous upgrades, and process accordingly.
    2. If a Member wishes to retain their current Command and add another, they may request the new ship under BFMS and say so in the Proposal window. A simple message, such as ‘I am keeping the USS Lollipop (Strength 2), and adding this one (Strength 1) for a total Squadron Strength of 3’ will suffice.
    3. If a Member wishes to return any of their ships to the registry, they must say so. Any requests for additional Commands that does not include a registry return and would bring a member over their Squadron Strength will be deleted. A simple message, such as ‘I am returning the USS Lollipop (Strength 2) and adding this one (Strength 3) for a total Squadron Strength of 3’ will suffice.
  3. If the Intelligence Office receives competing requests for the same starship, requests for a primary command from Lieutenant Commanders or Commanders will be prioritised, or upgrades to a single Strength 3 starship for new Captains. After that, ships will be allocated on a first-come, first-served basis.