diff options
Diffstat (limited to '174bg/handbook/public')
| -rw-r--r-- | 174bg/handbook/public/index.html | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/174bg/handbook/public/index.html b/174bg/handbook/public/index.html index fe2cdcd..b262896 100644 --- a/174bg/handbook/public/index.html +++ b/174bg/handbook/public/index.html @@ -227,6 +227,60 @@ </section> </article> + <article id="roles"> + <h2>Roles</h2> + <p> + Roles define the specific position a member fills within their + division. A member holds one role at a time, which governs their + primary responsibilities during operations. + </p> + <p> + Role assignments are preferential and cannot be guaranteed. Command + will always make every effort to place members in their desired role, + but operational requirements may mean that a member is asked to fill a + different position. Members are encouraged to express their + preferences and will be accommodated wherever possible. + </p> + + <section id="naval-roles"> + <h3>Naval</h3> + <ul> + <li>Ship Captain</li> + <li>Pilot</li> + <li>Helmsman</li> + <li>Gunner</li> + </ul> + </section> + + <section id="marine-roles"> + <h3>Marine</h3> + <ul> + <li>Tactical Marine</li> + <li>Heavy Marine</li> + <li>Scout Marine</li> + <li>Combat Medic</li> + <li>Combat Engineer</li> + <li>Warden</li> + </ul> + </section> + + <section id="auxiliary-roles"> + <h3>Auxiliary</h3> + <ul> + <li>Engineer</li> + <li>Hazardous Materials Specialist</li> + <li>Medical Doctor</li> + <li>Quartermaster</li> + <li>Cargo Technician</li> + <li>Craftsman</li> + <li>Mining Technician</li> + <li>Salvage Operator</li> + <li>Expeditionary Analyst</li> + <li>Intelligence Agent</li> + </ul> + </section> + </article> + <article id="ranks"> <h2>Ranks</h2> <p> |
