diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-26 05:25:45 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-26 05:25:45 +0100 |
| commit | 70747bc4c28483fd4b4a7f02fbf2df5f5e34affa (patch) | |
| tree | f03c641139ef57618b505f33af6936b53c2c7971 /communities | |
| parent | fc9fb5919e963b68cc07fdbf707b6ab9e7d9f97a (diff) | |
| download | unnamed-group-70747bc4c28483fd4b4a7f02fbf2df5f5e34affa.tar unnamed-group-70747bc4c28483fd4b4a7f02fbf2df5f5e34affa.tar.gz unnamed-group-70747bc4c28483fd4b4a7f02fbf2df5f5e34affa.tar.bz2 unnamed-group-70747bc4c28483fd4b4a7f02fbf2df5f5e34affa.tar.xz unnamed-group-70747bc4c28483fd4b4a7f02fbf2df5f5e34affa.zip | |
turret gunner
Diffstat (limited to 'communities')
| -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( |
