diff options
Diffstat (limited to 'communities/174bg/handbook')
| -rw-r--r-- | communities/174bg/handbook/public/index.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/communities/174bg/handbook/public/index.html b/communities/174bg/handbook/public/index.html index 157ff57..7c8943d 100644 --- a/communities/174bg/handbook/public/index.html +++ b/communities/174bg/handbook/public/index.html @@ -1077,6 +1077,43 @@ </li> </ul> </section> + + <section id="turret-gunner-loadout"> + <h4>Turret Gunner Loadout</h4> + <p> + Turret gunners are exposed to harsh conditions and potential enemy + fire, so their loadout prioritizes durability and protection while + still allowing for effective operation of their weapons. + </p> + <ul> + <li> + <strong>Undersuit:</strong> + Stoneskin Undersuit + </li> + <li> + <strong>Helmet:</strong> + ADP-mk4 Helmet + </li> + <li> + <strong>Armor:</strong> + ADP-mk4 Core + </li> + <li> + <strong>Arms:</strong> + ADP-mk4 Arms + </li> + <li> + <strong>Legs:</strong> + ADP-mk4 Legs + </li> + <li> + <strong>Weapons:</strong> + <ul> + <li>Arclight Pistol</li> + </ul> + </li> + </ul> + </section> </section> </article> </main> @@ -1227,6 +1264,10 @@ "TripleDown Shotgun Pistol": "https://starcitizen.tools/TripleDown_Shotgun_Pistol", "Yubarev Pistol": "https://starcitizen.tools/Yubarev_Pistol", + "ADP-mk4 Arms": "https://starcitizen.tools/ADP-mk4_Arms", + "ADP-mk4 Core": "https://starcitizen.tools/ADP-mk4_Core", + "ADP-mk4 Helmet": "https://starcitizen.tools/ADP-mk4_Helmet", + "ADP-mk4 Legs": "https://starcitizen.tools/ADP-mk4_Legs", }; const walker = document.createTreeWalker( |
