diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-26 04:58:23 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-26 04:58:23 +0100 |
| commit | 68e07291f4b63e31eaac1fffbbdc8f7ba9d4fa70 (patch) | |
| tree | 79983960805365a6704072f307657bf5e1b8306b /communities/174bg/handbook/public | |
| parent | 266461687310d5a264accb73dcc8edc432cc7e7d (diff) | |
| download | unnamed-group-68e07291f4b63e31eaac1fffbbdc8f7ba9d4fa70.tar unnamed-group-68e07291f4b63e31eaac1fffbbdc8f7ba9d4fa70.tar.gz unnamed-group-68e07291f4b63e31eaac1fffbbdc8f7ba9d4fa70.tar.bz2 unnamed-group-68e07291f4b63e31eaac1fffbbdc8f7ba9d4fa70.tar.xz unnamed-group-68e07291f4b63e31eaac1fffbbdc8f7ba9d4fa70.zip | |
add aux ship recommendations
Diffstat (limited to 'communities/174bg/handbook/public')
| -rw-r--r-- | communities/174bg/handbook/public/index.html | 131 |
1 files changed, 131 insertions, 0 deletions
diff --git a/communities/174bg/handbook/public/index.html b/communities/174bg/handbook/public/index.html index b557e72..04e42b0 100644 --- a/communities/174bg/handbook/public/index.html +++ b/communities/174bg/handbook/public/index.html @@ -819,6 +819,137 @@ </li> </ul> </section> + + <section id="mining-vessel"> + <h4>Mining Vessel</h4> + <p> + A ship designed to extract and process resources from asteroids + and other celestial bodies, equipped with advanced mining + equipment and storage facilities to support sustained mining + operations. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Mole">Mole</a> + (<a href="https://starcitizen.tools/Orion">Orion</a> once + available) + </li> + </ul> + </section> + + <section id="salvage-vessel"> + <h4>Salvage Vessel</h4> + <p> + A ship designed to extract and process resources from derelict + ships and other space debris, equipped with advanced salvage + equipment and storage facilities to support sustained salvage + operations. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Reclaimer">Reclaimer</a> + </li> + </ul> + </section> + + <section id="mothership"> + <h4>Mothership</h4> + <p> + A large and heavily equipped ship designed to serve as a mobile + base of operations for our fleet, capable of supporting extended + missions and providing facilities for repair, resupply, and + personnel support. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Ironclad_Assault"> + Ironclad Assault + </a> + </li> + </ul> + </section> + + <section id="freighter"> + <h4>Freighter</h4> + <p> + A large cargo ship designed for transporting goods and resources + across the galaxy, equipped with extensive storage facilities and + advanced navigation systems for long-distance travel. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Hull_C">Hull C</a> + (<a href="https://starcitizen.tools/Hull_E">Hull E</a> once + available) + </li> + </ul> + </section> + + <section id="refueler"> + <h4>Refueler</h4> + <p> + A ship designed to provide fuel and other resources to other + vessels in space, equipped with advanced refueling systems and + storage facilities to support extended operations. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Starfarer_Gemini"> + Starfarer Gemini + </a> + </li> + </ul> + </section> + + <section id="datarunner"> + <h4>Datarunner</h4> + <p> + A ship designed to transport sensitive data and information across + the galaxy, equipped with advanced security systems and storage + facilities to ensure the safe delivery of critical information. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Herald"> Herald </a> + </li> + </ul> + </section> + + <section id="exploration-vessel"> + <h4>Exploration Vessel</h4> + <p> + A ship designed for deep space exploration, equipped with advanced + sensors, long-range communication systems, and living quarters to + support extended missions in uncharted regions of the galaxy. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Carrack"> Carrack </a> + </li> + </ul> + </section> + + <section id="repair-ship"> + <h4>Repair Ship</h4> + <p> + A ship designed for repairing and maintaining other vessels in + space, equipped with advanced repair systems, tools, and storage + facilities to support extended operations. + </p> + <ul> + <li> + <strong>Primary Ship:</strong> + <a href="https://starcitizen.tools/Crucible"> Crucible </a> + </li> + </ul> + </section> </section> </article> |
