aboutsummaryrefslogtreecommitdiff
path: root/communities/red-right-hand/174bg.net/public/handbook/index.html
blob: ab992bd235fa4014e10dbc65928deda27ebff6bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
<!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>
      /* import inter font */
      @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

      /* set default font */
      body {
        font-family: "Inter";
      }

      /* text should be justified by default */
      body {
        text-align: justify;
      }

      /* 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;
      }
    </style>
  </head>
  <body>
    <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="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>
          </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>
          </tr>
          <tr>
            <td>Rank 1</td>
            <td>Proven experience</td>
            <td><a href="#ensign">Ensign</a></td>
            <td><a href="#corporal">Corporal</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>
          </tr>
          <tr>
            <td>Rank 3</td>
            <td>Tactical leadership</td>
            <td><a href="#captain">Captain</a></td>
            <td><a href="#major">Major</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>
          </tr>
          <tr>
            <td>Rank 5</td>
            <td>Strategic command</td>
            <td><a href="#admiral">Admiral</a></td>
            <td><a href="#general">General</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>
    </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-fighter">
          <h4>Anti-Capital Fighter</h4>
          <p>
            A heavily armed fighter designed to take on larger capital ships,
            equipped with powerful weapons such as torpedoes able to penetrate
            heavy armor.
          </p>
          <ul>
            <li>
              <strong>Primary Ship:</strong>
              <a href="https://starcitizen.tools/Eclipse">Eclipse</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/A1_Spirit">A1 Spirit</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="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">Asgard</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/Prowler">Prowler</a>
            </li>
          </ul>
        </section>

        <section id="ship-of-the-line">
          <h4>Ship of the Line</h4>
          <p>
            A heavily armed and armored capital 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>
  </body>
  <script>
    document.addEventListener("DOMContentLoaded", () => {
      console.log("DOMContentLoaded");

      generateTableOfContents();
    });

    function generateTableOfContents() {
      const headings = document.querySelectorAll("h1, h2, h3");
      const toc = document.createElement("nav");
      toc.id = "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.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;
        }
      });

      document.body.insertBefore(toc, document.body.firstChild);
    }
  </script>
</html>