diff options
Diffstat (limited to 'communities/174bg/handbook/public')
| -rw-r--r-- | communities/174bg/handbook/public/index.html | 1139 |
1 files changed, 1139 insertions, 0 deletions
diff --git a/communities/174bg/handbook/public/index.html b/communities/174bg/handbook/public/index.html new file mode 100644 index 0000000..b557e72 --- /dev/null +++ b/communities/174bg/handbook/public/index.html @@ -0,0 +1,1139 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>174th Battle Group Handbook</title> + <style> + /* table styles */ + table { + width: 100%; + border-collapse: collapse; + margin-bottom: 1em; + } + + th, + td { + border: 1px solid #ddd; + padding: 0.5em; + text-align: left; + } + + th { + background-color: #f4f4f4; + } + + body { + display: flex; + align-items: flex-start; + } + + /* table of contents styles */ + nav#table-of-contents { + width: 240px; + min-width: 180px; + flex-shrink: 0; + position: sticky; + top: 0; + max-height: 100vh; + overflow-y: auto; + margin: 0; + box-sizing: border-box; + } + + nav#table-of-contents ul { + margin: 0; + padding-left: 1em; + list-style: none; + } + + nav#table-of-contents ul:first-child { + padding-left: 0; + } + + nav#table-of-contents li { + margin: 0; + line-height: 1.4; + } + + nav#table-of-contents a { + font-size: 0.8em; + text-decoration: none; + } + + nav#table-of-contents .toc-toggle { + background: none; + border: none; + cursor: pointer; + font-size: 0.6em; + padding: 0 3px 0 0; + color: inherit; + vertical-align: middle; + line-height: 1; + } + + nav#table-of-contents li.toc-collapsed > ul { + display: none; + } + + main { + flex: 1; + padding: 1em 2em; + box-sizing: border-box; + min-width: 0; + text-align: justify; + } + </style> + </head> + <body style="margin: 0; font-family: sans-serif"> + <nav id="table-of-contents"></nav> + <main> + <article id="introduction"> + <h1>174th Battle Group Handbook</h1> + <p> + This handbook is intended to provide a comprehensive overview of the + 174th Battle Group, its structure, operations, and guidelines for + members. It serves as a reference for both new recruits and seasoned + members to ensure consistency and efficiency within the group. + </p> + </article> + + <article id="using-this-handbook"> + <h2>Using This Handbook</h2> + <p> + This handbook is organized into sections that cover various aspects of + the 174th Battle Group. Each section is designed to provide clear and + concise information on specific topics. + </p> + <p> + Members are encouraged to familiarize themselves with the contents of + this handbook and refer to it regularly to ensure they are adhering to + the standards and expectations of the 174th Battle Group. + </p> + </article> + + <article id="departments"> + <h2>Departments</h2> + <p> + The 174th Battle Group is organized into several departments, each + responsible for specific functions and operations. These departments + include: + </p> + <ul> + <li> + <strong>Command:</strong> Responsible for overall leadership, + strategy, and decision-making. + </li> + <li> + <strong>Operations:</strong> Responsible for planning and executing + missions. + </li> + <li> + <strong>Human Resources:</strong> Manages recruitment, training, and + personnel welfare. + </li> + <li> + <strong>Logistics:</strong> Manages supplies, equipment, and + transportation. + </li> + <li> + <strong>Mining:</strong> Oversees resource extraction and + management. + </li> + </ul> + </article> + + <article id="divisions"> + <h2>Divisions</h2> + <p> + The 174th Battle Group is organised into three distinct divisions: + Naval, Marine, and Auxiliary. This structure reflects the + fundamentally different operational environments and skill sets + required to execute the full spectrum of the group's missions. + </p> + + <section id="naval-division"> + <h3>Naval</h3> + <p> + The Naval division encompasses all personnel whose primary role + involves the operation, command, or crew of spacecraft. This + includes pilots, navigators, engineers, and fleet commanders. Naval + personnel are responsible for projecting force across space, + maintaining control of key transit corridors, and providing fire + support and transport capability to the broader group. + </p> + <p> + A dedicated naval structure is necessary because ship operations + demand a distinct chain of command, specialised technical knowledge, + and a culture built around vessel readiness and fleet coordination. + Conflating ship crews with ground forces would dilute accountability + and obscure the specific competencies each role demands. + </p> + </section> + + <section id="marine-division"> + <h3>Marine</h3> + <p> + The Marine division encompasses all personnel whose primary role + involves ground combat, boarding actions, facility assault or + defence, and close-quarters operations. Marines are the group's + primary fighting force on foot, responsible for securing objectives + that cannot be taken from orbit alone. + </p> + <p> + A separate marine structure is necessary because ground and boarding + operations require a different tactical doctrine, equipment + standard, and leadership model to ship-based roles. Marines must + train and operate independently of the fleet while remaining able to + integrate seamlessly with Naval assets — a relationship that works + best when each division has its own coherent hierarchy and identity. + </p> + </section> + + <section id="auxiliary-division"> + <h3>Auxiliary</h3> + <p> + The Auxiliary division encompasses all personnel whose primary role + involves enabling the operational effectiveness of the Naval and + Marine divisions. This includes logistics coordinators, medical + personnel, miners, salvagers, engineers, and intelligence analysts. + Auxiliary personnel ensure the group can sustain itself + independently, maintain its assets, and generate the resources + required for prolonged operations. + </p> + <p> + A dedicated auxiliary structure is necessary because enablement + roles require their own doctrine, career progression, and leadership + chain. Embedding auxiliary personnel into operational divisions + risks subordinating their work to short-term tactical priorities; a + separate division ensures that logistics, medical readiness, and + resource generation receive sustained command attention and are + treated as strategic priorities in their own right. + </p> + </section> + </article> + + <article id="ranks"> + <h2>Ranks</h2> + <p> + Red Right Hand uses a rank system to denote hierarchy and roles within + its divisions. Below is a breakdown of the ranks for each division: + </p> + <table> + <thead> + <tr> + <th></th> + <th>Description</th> + <th>Naval</th> + <th>Marine</th> + <th>Auxiliary</th> + </tr> + </thead> + <tbody> + <tr> + <td>Rank 0</td> + <td>Entry-level</td> + <td><a href="#cadet">Cadet</a></td> + <td><a href="#private">Private</a></td> + <td><a href="#trainee">Trainee</a></td> + </tr> + <tr> + <td>Rank 1</td> + <td>Proven experience</td> + <td><a href="#ensign">Ensign</a></td> + <td><a href="#corporal">Corporal</a></td> + <td><a href="#technician">Technician</a></td> + </tr> + <tr> + <td>Rank 2</td> + <td>Specialised role</td> + <td><a href="#lieutenant">Lieutenant</a></td> + <td><a href="#sergeant">Sergeant</a></td> + <td><a href="#specialist">Specialist</a></td> + </tr> + <tr> + <td>Rank 3</td> + <td>Tactical leadership</td> + <td><a href="#captain">Captain</a></td> + <td><a href="#major">Major</a></td> + <td><a href="#supervisor">Supervisor</a></td> + </tr> + <tr> + <td>Rank 4</td> + <td>Leads leadership</td> + <td><a href="#commodore">Commodore</a></td> + <td><a href="#commander">Commander</a></td> + <td><a href="#chief">Chief</a></td> + </tr> + <tr> + <td>Rank 5</td> + <td>Strategic command</td> + <td><a href="#admiral">Admiral</a></td> + <td><a href="#general">General</a></td> + <td><a href="#marshal">Marshal</a></td> + </tr> + </tbody> + </table> + <p> + Each rank comes with its own set of responsibilities and expectations, + contributing to the overall effectiveness and discipline of the Red + Right Hand. + </p> + + <section id="naval-ranks"> + <h3>Naval Ranks</h3> + + <section id="cadet"> + <h4>Cadet</h4> + <p> + The entry-level rank for new recruits in the Naval division. + Cadets undergo rigorous training to prepare for their roles and + must demonstrate commitment and discipline through their training + period before advancing to Ensign. They are usually assigned to + basic duties and learning tasks aboard ships. + </p> + </section> + + <section id="ensign"> + <h4>Ensign</h4> + <p> + Ensigns are officers who have completed their initial training and + demonstrated competence in basic naval operations. They take on + more responsibility than Cadets and are often assigned to specific + departments aboard ships. Ensigns are expected to lead small teams + and contribute to mission planning and execution. + </p> + </section> + + <section id="lieutenant"> + <h4>Lieutenant</h4> + <p> + Lieutenants are experienced officers with specialized skills in + areas such as navigation, engineering, tactical operations, or + communications. They serve as department heads or senior advisors + on vessels and are responsible for training and mentoring junior + officers. Lieutenants play a crucial role in operational + effectiveness. + </p> + </section> + + <section id="captain"> + <h4>Captain</h4> + <p> + Captains hold tactical leadership positions and typically command + individual vessels or small task forces. They are responsible for + mission execution, crew welfare, and tactical decision-making in + combat situations. Captains must demonstrate exceptional judgment, + leadership, and technical proficiency. + </p> + </section> + + <section id="commodore"> + <h4>Commodore</h4> + <p> + Commodores lead groups of Captains and coordinate multi-vessel + operations. They are responsible for strategic planning at the + squadron or fleet level and serve as senior advisors to the + Admiral. Commodores ensure that tactical leaders have the + resources and guidance needed to accomplish their missions. + </p> + </section> + + <section id="admiral"> + <h4>Admiral</h4> + <p> + Admirals hold the highest rank in the Naval division and are + responsible for strategic command and overall fleet operations. + They set long-term objectives, allocate resources across the + division, and represent the Naval forces in high-level + organizational decisions. Admirals shape the future direction of + naval operations. + </p> + </section> + </section> + + <section id="marine-ranks"> + <h3>Marine Ranks</h3> + + <section id="private"> + <h4>Private</h4> + <p> + The entry-level rank for new recruits in the Marine division. + Privates undergo basic training to prepare for their roles and + must demonstrate commitment and discipline through their training + period before advancing to Corporal. They are usually assigned to + fundamental duties and learning tasks within the Marine Corps. + </p> + </section> + + <section id="corporal"> + <h4>Corporal</h4> + <p> + Corporals are Marines who have proven their abilities in the field + and demonstrated leadership potential. They often serve as team + leaders for small units and are responsible for the training and + welfare of Privates. Corporals are expected to lead by example and + maintain high standards of discipline and performance. + </p> + </section> + + <section id="sergeant"> + <h4>Sergeant</h4> + <p> + Sergeants are non-commissioned officers with specialized skills in + areas such as infantry tactics, logistics, reconnaissance, or + heavy weapons. They serve as squad leaders or technical experts + and are responsible for mission planning at the unit level. + Sergeants bridge the gap between enlisted personnel and + commissioned officers. + </p> + </section> + + <section id="major"> + <h4>Major</h4> + <p> + Majors hold tactical leadership positions and typically command + platoons or companies. They are responsible for coordinating + multiple squads in combat operations and ensuring that their units + are properly trained and equipped. Majors must demonstrate strong + tactical acumen and the ability to make critical decisions under + pressure. + </p> + </section> + + <section id="commander"> + <h4>Commander</h4> + <p> + Commanders lead groups of Majors and coordinate battalion-level or + larger operations. They are responsible for operational planning, + resource allocation, and ensuring that tactical leaders can + execute their missions effectively. Commanders serve as the link + between tactical and strategic leadership. + </p> + </section> + + <section id="general"> + <h4>General</h4> + <p> + Generals hold the highest rank in the Marine division and are + responsible for strategic command and overall Marine Corps + operations. They establish doctrine, set long-term objectives, and + represent the Marine forces in organizational leadership. Generals + shape the identity and capabilities of the entire Marine division. + </p> + </section> + </section> + + <section id="auxiliary-ranks"> + <h3>Auxiliary Ranks</h3> + + <section id="trainee"> + <h4>Trainee</h4> + <p> + The entry-level rank for new personnel in the Auxiliary division. + Trainees are assigned to foundational tasks such as cargo + handling, basic maintenance, or medical assistance under + supervision. They must demonstrate reliability and a willingness + to learn before advancing to Technician. + </p> + </section> + + <section id="technician"> + <h4>Technician</h4> + <p> + Technicians have proven their competence in at least one support + discipline — such as ship repair, medical treatment, mining + operations, or logistics coordination. They work with greater + autonomy than Trainees and are expected to take ownership of their + assigned tasks and begin mentoring new Trainees. + </p> + </section> + + <section id="specialist"> + <h4>Specialist</h4> + <p> + Specialists have developed deep expertise in a particular support + field and serve as the primary point of competence for that + discipline within their team. They advise operational commanders + on support considerations, manage resources within their area, and + train Technicians to a higher standard. + </p> + </section> + + <section id="supervisor"> + <h4>Supervisor</h4> + <p> + Supervisors lead Auxiliary teams and are responsible for + coordinating multiple disciplines to meet the operational needs of + Naval and Marine units. They manage scheduling, resource + allocation, and quality assurance within their assigned area, and + serve as the primary liaison between Auxiliary personnel and + operational commanders. + </p> + </section> + + <section id="chief"> + <h4>Chief</h4> + <p> + Chiefs lead groups of Supervisors and are responsible for + Auxiliary operations across a broader area of the group's + activities. They coordinate with Naval and Marine leadership to + anticipate requirements, resolve resource conflicts, and ensure + that the division's enablement capacity keeps pace with + operational demands. + </p> + </section> + + <section id="marshal"> + <h4>Marshal</h4> + <p> + Marshals hold the highest rank in the Auxiliary division and are + responsible for the strategic direction of all Auxiliary + functions. They set division-wide priorities, manage relationships + with the Command department, and ensure that logistics, medical, + industrial, and intelligence capabilities are developed and + maintained to sustain the group's long-term independence. + </p> + </section> + </section> + </article> + + <article id="fleet-composition"> + <h2>Fleet Composition</h2> + + <section id="fleet-design-principles"> + <h3>Design Principles</h3> + <p> + The fleet composition must adhere to the following design + principles: + </p> + <ul> + <li> + <strong>Self-Sufficiency:</strong> We are disconnected from UEE + supply lines, so we need to be able to maintain and repair our + ships independently. + </li> + <li> + <strong>Versatility:</strong> Our fleet must be capable of + handling a wide range of missions, from combat to exploration to + trade. + </li> + <li> + <strong>Quality over Quantity:</strong> We will prioritize + maintaining a smaller fleet of high-quality, well-maintained ships + over a larger fleet of lower-quality vessels. + </li> + </ul> + </section> + + <section id="standard-issue-ships"> + <h3>Standard Issue Ships</h3> + <p> + Though we may have access to a variety of ships, the following are + the standard issue ships that we will maintain in our fleet: + </p> + + <section id="space-superiority-fighter"> + <h4>Space Superiority Fighter</h4> + <p> + A fast and agile fighter designed for space combat, capable of + engaging enemy ships and screening for larger vessels. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Scorpius">Scorpius</a> + </li> + <li> + <strong>Vanduul Variant:</strong> + <a href="https://starcitizen.tools/Glaive_(replica)" + >Glaive (replica)</a + > + — For missions where we need to blend in with Vanduul forces or + operate in Vanduul-controlled space. + </li> + </ul> + </section> + + <section id="anti-capital-ship"> + <h4>Anti-Capital Ship</h4> + <p> + A heavily armed ship designed to take on larger capital ships, + equipped with powerful weapons such as torpedoes and beam weapons + able to penetrate heavy armor. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Tiburon">Tiburon</a> + </li> + </ul> + </section> + + <section id="ground-bomber"> + <h4>Ground Bomber</h4> + <p> + A ship designed to deliver powerful ordnance against ground + targets. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Retaliator">Retaliator</a> + </li> + <li> + <strong>Scorched-Earth Variant:</strong> + <a href="https://starcitizen.tools/A2_Hercules_Starlifter"> + A2 Hercules Starlifter + </a> + — For missions where we need to deny the enemy access to + resources or territory, capable of delivering powerful + area-of-effect weapons to destroy infrastructure and resources. + </li> + </ul> + </section> + + <section id="stealth-bomber"> + <h4>Stealth Bomber</h4> + <p> + A ship designed to deliver powerful ordnance against high-value + targets while avoiding detection, equipped with advanced stealth + technology and capable of penetrating enemy defenses to strike + critical infrastructure or capital ships. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Eclipse">Eclipse</a> + </li> + </ul> + </section> + + <section id="dropship"> + <h4>Dropship</h4> + <p> + A ship designed to transport troops and equipment to and from the + battlefield whilst providing close air support and protection, + capable of deploying forces directly into combat zones without the + need for an escort or support. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Asgard">Valkyrie</a> + </li> + <li> + <strong>Vehicle Variant:</strong> + <a href="https://starcitizen.tools/Asgard">Asgard</a> — A + smaller version of the Valkyrie but with a larger cargo bay + designed to transport vehicles and heavy equipment, capable of + deploying forces directly into combat zones without the need for + an escort or support. + </li> + </ul> + </section> + + <section id="stealth-dropship"> + <h4>Stealth Dropship</h4> + <p> + A ship designed to transport troops and equipment to and from the + battlefield while avoiding detection, equipped with advanced + stealth technology and capable of deploying forces directly into + combat zones without the need for an escort or support. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Prowler">Prowler</a> + </li> + </ul> + </section> + + <section id="boarding-ship"> + <h4>Boarding Ship</h4> + <p> + A ship designed to transport boarding parties and equipment for + boarding operations, able to quickly and efficiently deploy forces + onto enemy vessels or structures. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Legionnaire">Legionnaire</a> + </li> + </ul> + </section> + + <section id="ship-of-the-line"> + <h4>Ship of the Line</h4> + <p> + A heavily armed and armored ship designed to serve as the backbone + of our fleet, capable of engaging enemy capital ships and + providing support for smaller vessels. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Perseus">Perseus</a> + </li> + </ul> + </section> + + <section id="command-ship"> + <h4>Command Ship</h4> + <p> + A ship designed to serve as the command center for our fleet, + equipped with advanced communication and sensor systems to + coordinate fleet operations and provide situational awareness as + well as dedicated medical facilities to support our personnel + during extended missions. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Idris-K">Idris-K</a> + </li> + <li> + <strong>Patrol Variant:</strong> + <a href="https://starcitizen.tools/Polaris">Polaris</a> — A + lighter and more agile variant designed for reconnaissance and + patrol missions, capable of operating independently or as part + of a larger fleet. + </li> + </ul> + </section> + + <section id="carrier"> + <h4>Carrier</h4> + <p> + A ship designed to serve as a mobile staging point for our fleet, + capable of launching and recovering smaller vessels and providing + support for extended missions. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Kraken">Kraken</a> + </li> + </ul> + </section> + + <section id="interdictor"> + <h4>Interdictor</h4> + <p> + A ship designed to disrupt enemy communications and sensor + systems, capable of jamming or hacking enemy vessels to gain an + advantage in combat or reconnaissance. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Vanguard_Sentinel" + >Vanguard Sentinel</a + > + </li> + </ul> + </section> + + <section id="ambulance"> + <h4>Ambulance</h4> + <p> + A ship designed to provide medical support and evacuation for our + personnel, equipped with advanced medical facilities and capable + of transporting injured personnel to safety. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Terrapin_Medic" + >Terrapin Medic</a + > + </li> + <li> + <strong>Rescue Variant:</strong> + <a href="https://starcitizen.tools/Cutlass_Red">Cutlass Red</a> + — For search and rescue operations, capable of quickly reaching + and extracting personnel from dangerous situations. + </li> + <li> + <strong>Field Hospital Variant:</strong> + <a href="https://starcitizen.tools/Apollo_Medivac" + >Apollo Medivac</a + > + — For advanced medical care during extended missions, equipped + with state-of-the-art medical facilities and staffed by highly + trained medical personnel. + </li> + </ul> + </section> + + <section id="minelayer"> + <h4>Minelayer</h4> + <p> + A ship designed to deploy mines and other area-denial weapons, + capable of creating defensive perimeters or disrupting enemy + movements. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Nautilus">Nautilus</a> + </li> + </ul> + </section> + + <section id="snub-fighter"> + <h4>Snub Fighter</h4> + <p> + A small and agile fighter designed for hit-and-run tactics, + capable of quickly engaging and disengaging from enemy forces. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Fury">Fury</a> + </li> + <li> + <strong>Snub Bomber Variant:</strong> + <a href="https://starcitizen.tools/Fury_MX">Fury MX</a> — + Designed to deliver overwhelming missile firepower against enemy + targets, capable of quickly engaging and disengaging from combat + while delivering devastating strikes. + </li> + </ul> + </section> + + <section id="anti-swarm-ship"> + <h4>Anti-Swarm Ship</h4> + <p> + A ship designed to engage and destroy smaller aerospace threats + such as enemy fighters and ordnance, equipped with multiple + rapid-fire weapons and advanced targeting systems to effectively + counter many targets in parallel as well as providing overwhelming + suppression against ground targets. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Hammerhead">Hammerhead</a> + </li> + </ul> + </section> + </section> + </article> + + <article id="gear-loadouts"> + <h2>Gear Loadouts</h2> + <p> + The following loadouts are the standard issue equipment for members of + the 174th Battle Group, organized by division. + </p> + + <section id="marine-loadouts"> + <h3>Marine Loadouts</h3> + + <section id="heavy-loadout"> + <h4>Heavy Loadout</h4> + <ul> + <li> + <strong>Undersuit:</strong> + <a href="https://starcitizen.tools/Stoneskin_Undersuit" + >Stoneskin Undersuit</a + > + </li> + <li> + <strong>Helmet:</strong> + <a href="https://starcitizen.tools/Morozov-SH_Helmet" + >Morozov-SH Helmet</a + > + </li> + <li> + <strong>Armor:</strong> + <a href="https://starcitizen.tools/Morozov-SH_Core" + >Morozov-SH Core</a + > + </li> + <li> + <strong>Arms:</strong> + <a href="https://starcitizen.tools/Morozov-SH_Arms" + >Morozov-SH Arms</a + > + </li> + <li> + <strong>Legs:</strong> + <a href="https://starcitizen.tools/Morozov-SH_Legs" + >Morozov-SH Legs</a + > + </li> + <li> + <strong>Weapons:</strong> + <ul> + <li> + <a href="https://starcitizen.tools/Pulverizer_LMG" + >Pulverizer LMG</a + > + </li> + <li> + <a + href="https://starcitizen.tools/TripleDown_Shotgun_Pistol" + >TripleDown Shotgun Pistol</a + > + </li> + </ul> + </li> + </ul> + <img + src="https://media.starcitizen.tools/c/c4/Morozov-SH_Suit_-_SCT_BG.png" + height="500" + alt="Morozov-SH Suit" + /> + </section> + + <section id="scout-loadout"> + <h4>Scout Loadout</h4> + <ul> + <li> + <strong>Undersuit:</strong> + <a href="https://starcitizen.tools/Stoneskin_Undersuit" + >Stoneskin Undersuit</a + > + </li> + <li> + <strong>Helmet:</strong> + <a href="https://starcitizen.tools/Arden-SL_Helmet" + >Arden-SL Helmet</a + > + </li> + <li> + <strong>Armor:</strong> + <a href="https://starcitizen.tools/Arden-SL_Core" + >Arden-SL Core</a + > + </li> + <li> + <strong>Arms:</strong> + <a href="https://starcitizen.tools/Arden-SL_Arms" + >Arden-SL Arms</a + > + </li> + <li> + <strong>Legs:</strong> + <a href="https://starcitizen.tools/Arden-SL_Legs" + >Arden-SL Legs</a + > + </li> + <li> + <strong>Weapons:</strong> + <ul> + <li> + <a href="https://starcitizen.tools/P6-LR_Sniper_Rifle" + >P6-LR Sniper Rifle</a + > + </li> + <li> + <a href="https://starcitizen.tools/Yubarev_Pistol" + >Yubarev Pistol</a + > + </li> + </ul> + </li> + </ul> + <img + src="https://media.starcitizen.tools/e/ee/Arden-SL_-_Default.png" + height="500" + alt="Arden-SL Armor" + /> + </section> + + <section id="tactical-loadout"> + <h4>Tactical Loadout</h4> + <ul> + <li> + <strong>Undersuit:</strong> + <a href="https://starcitizen.tools/Stoneskin_Undersuit" + >Stoneskin Undersuit</a + > + </li> + <li> + <strong>Helmet:</strong> + <a href="https://starcitizen.tools/DustUp_Helmet_Tactical" + >DustUp Helmet Tactical</a + > + </li> + <li> + <strong>Armor:</strong> + <a href="https://starcitizen.tools/DustUp_Core_Tactical" + >DustUp Core Tactical</a + > + </li> + <li> + <strong>Arms:</strong> + <a href="https://starcitizen.tools/DustUp_Arms_Tactical" + >DustUp Arms Tactical</a + > + </li> + <li> + <strong>Legs:</strong> + <a href="https://starcitizen.tools/DustUp_Legs_Tactical" + >DustUp Legs Tactical</a + > + </li> + <li> + <strong>Weapons:</strong> + <ul> + <li> + <a href="https://starcitizen.tools/Killshot_Rifle" + >Killshot Rifle</a + > + </li> + <li> + <a href="https://starcitizen.tools/S-38_Pistol" + >S-38 Pistol</a + > + </li> + </ul> + </li> + </ul> + <img + src="https://media.starcitizen.tools/0/03/DustUp_Tactical_armor_set.jpg" + height="500" + alt="DustUp Tactical Armor" + /> + </section> + </section> + + <section id="navy-loadouts"> + <h3>Navy Loadouts</h3> + + <section id="crew-loadout"> + <h4>Crew Loadout</h4> + <ul> + <li> + <strong>Undersuit:</strong> + <a href="https://starcitizen.tools/Stoneskin_Undersuit" + >Stoneskin Undersuit</a + > + </li> + <li> + <strong>Helmet:</strong> + <a href="https://starcitizen.tools/Calico_Helmet_Tactical" + >Calico Helmet Tactical</a + > + </li> + <li> + <strong>Armor:</strong> + <a href="https://starcitizen.tools/Calico_Core_Tactical" + >Calico Core Tactical</a + > + </li> + <li> + <strong>Arms:</strong> + <a href="https://starcitizen.tools/Calico_Arms_Tactical" + >Calico Arms Tactical</a + > + </li> + <li> + <strong>Legs:</strong> + <a href="https://starcitizen.tools/Calico_Legs_Tactical" + >Calico Legs Tactical</a + > + </li> + <li> + <strong>Weapons:</strong> + <ul> + <li> + <a href="https://starcitizen.tools/Arclight_Pistol" + >Arclight Pistol</a + > + </li> + </ul> + </li> + </ul> + <img + src="https://media.starcitizen.tools/9/9d/Calico_Tactical_armor_set.jpg" + height="500" + alt="Calico Tactical Armor" + /> + </section> + </section> + </article> + </main> + </body> + <script> + document.addEventListener("DOMContentLoaded", () => { + console.log("DOMContentLoaded"); + + generateTableOfContents(); + }); + + function generateTableOfContents() { + const headings = document.querySelectorAll("h1, h2, h3, h4, h5, h6"); + const toc = document.getElementById("table-of-contents"); + const rootList = document.createElement("ul"); + toc.appendChild(rootList); + + let currentList = rootList; + let currentLevel = 0; + const listStack = {}; + + headings.forEach((heading) => { + const level = parseInt(heading.tagName[1]); + if (!heading.id) { + heading.id = heading.textContent + .trim() + .toLowerCase() + .replace(/[^\w\s-]/g, "") + .replace(/\s+/g, "-"); + } + const tocLink = document.createElement("a"); + tocLink.textContent = heading.textContent; + tocLink.href = `#${heading.id}`; + const tocItem = document.createElement("li"); + tocItem.dataset.level = level; + tocItem.appendChild(tocLink); + + if (currentLevel === 0) { + rootList.appendChild(tocItem); + listStack[level] = rootList; + currentList = rootList; + currentLevel = level; + } else if (level === currentLevel) { + currentList.appendChild(tocItem); + } else if (level > currentLevel) { + const nestedList = document.createElement("ul"); + const lastItem = currentList.lastElementChild; + (lastItem || currentList).appendChild(nestedList); + listStack[level] = nestedList; + currentList = nestedList; + currentLevel = level; + nestedList.appendChild(tocItem); + } else { + currentList = listStack[level] || rootList; + currentList.appendChild(tocItem); + currentLevel = level; + } + }); + + // Add toggle buttons to items that have nested lists + toc.querySelectorAll("li").forEach((li) => { + const nested = li.querySelector(":scope > ul"); + if (nested) { + const toggle = document.createElement("button"); + const liLevel = parseInt(li.dataset.level); + const collapsed = liLevel > 2; + toggle.className = "toc-toggle"; + toggle.textContent = collapsed ? "▶" : "▼"; + if (collapsed) li.classList.add("toc-collapsed"); + toggle.addEventListener("click", (e) => { + e.preventDefault(); + li.classList.toggle("toc-collapsed"); + toggle.textContent = li.classList.contains("toc-collapsed") + ? "▶" + : "▼"; + }); + li.insertBefore(toggle, li.firstChild); + } + }); + } + </script> +</html> |
