Difference between revisions of "Guide to Paperwork"

From Eclipse-station Wiki
Jump to: navigation, search
(Employment:)
(Lazarus Medical)
 
(54 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{wip
 +
|assign = Timidvi}}
 +
 
Writing is an integral part to paperwork and writing books! If you want to write an official department memo, or a good looking book, you're gonna have to know how to write it. Listed below are the examples of how to properly format in-game paperwork! '''We do not enforce the use of these examples exactly. This is to simply to give you a good base to work from.'''  Much of this work has been siphoned off from many different places in the SS13 community. Notable examples being two Separate [http://baystation12.net/forums/viewtopic.php?f=1&t=6193 Baystation] --  [http://baystation12.net/forums/viewtopic.php?f=1&t=6193 forum] posts, and parts of the [https://doku.ss13polaris.com/doku.php?id=game:guides:paperwork:example_paperwork Polaris] wiki. These examples already have most of the special notation included. To properly understand how the notation works, you will need a basic grasp of BBCode or HTML. But don't worry, even if you don't know either, just try copy pasting the examples and replacing the text with your own! Once you're comfortable with that, try experimenting with what works together and how.
 
Writing is an integral part to paperwork and writing books! If you want to write an official department memo, or a good looking book, you're gonna have to know how to write it. Listed below are the examples of how to properly format in-game paperwork! '''We do not enforce the use of these examples exactly. This is to simply to give you a good base to work from.'''  Much of this work has been siphoned off from many different places in the SS13 community. Notable examples being two Separate [http://baystation12.net/forums/viewtopic.php?f=1&t=6193 Baystation] --  [http://baystation12.net/forums/viewtopic.php?f=1&t=6193 forum] posts, and parts of the [https://doku.ss13polaris.com/doku.php?id=game:guides:paperwork:example_paperwork Polaris] wiki. These examples already have most of the special notation included. To properly understand how the notation works, you will need a basic grasp of BBCode or HTML. But don't worry, even if you don't know either, just try copy pasting the examples and replacing the text with your own! Once you're comfortable with that, try experimenting with what works together and how.
  
 
'''To try and test your paperwork ideas in a live and out-of-game environment, consult this handy [https://dibasic.github.io/SS13PaperworkSimulator/ utility]'''.
 
'''To try and test your paperwork ideas in a live and out-of-game environment, consult this handy [https://dibasic.github.io/SS13PaperworkSimulator/ utility]'''.
  
==Writing tools and Formatting key==
+
== Character Records ==
Writing is performed on paper using any standard writing utensil.
+
This is the information your character ''should'' have before starting their first day working on the Northern Light. ("s''hould" Meaning that this paper work is entirely optional, but would greatly help you and others when role-playing.)''  Your character should have the following records: Employment, Medical and Security! These should be filled out as if they were being written about your character from a [[NanoTrasen|NT]] or another corporation staff member's point of view. '''''While we do not enforce how these records are written, Just like your actual character please make sure your records fit with our "canon" and [[Rules_Eclipse|rules]].''''' Also note that the formatting key does not work on crew record templates saved in the Character Setup UI, so they should be written as plain text for the best readability.
  
*'''Pens''' come in a few different colors, black or blue by default, and some departments are provided with red pens. Pens have a variety of functions!
+
=== Employment: ===
*'''Crayons''' work much like pens, except that they are always bold, and lack the list, horizontal rule, and small tags.
+
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 +
'''(Note:Like with Security records do not put information you would not want other characters to openly know. "I WORKED AS A SMUGGLER FOR THE PIZZA THE HUT!" is probably not a thing that would be on your records.)'''<div class="mw-collapsible-content"><pre>
 +
CURRENT INSTITUTIONAL AFFILIATIONS: [Characters' primary company affiliations here - probably one or more of the organizations on-board employing this character.]
  
===Formatting Paper:===
+
EDUCATION SUMMARY
 +
Current Qualifications: [field]
 +
Current Certifications: [field]
  
====Signature====
+
EMPLOYMENT HISTORY
To sign your name, use the [sign] tag. Remember that '''if you use the [sign] tag, your signature is unique and cannot be forged in most cases.'''
+
Employer Name: [Put an organization name here unless privately hired.]
<pre>Your signature: [sign]</pre>
+
  Employment Start Date: [field]
 
+
  Employment Termination Date: [field]
====Field====
+
  Synopsis of job: [field]
To insert a field from which you can start writing (instead of just using the bottom of the paper), use the [field] tag.
+
  Reason for Departure/Termination: [field]
<pre>Reason for Request: [field]</pre>
+
Notes: [field]
 
+
====New Lines====
+
Current Employer Name: [Put an organization name here unless privately hired.]
New lines can be created by using the [br] tag. Without this, anything you write will continue on the same line until it reaches the end of the page.
+
  Employment Start Date: [field]
<pre>text above
+
  Synopsis of job: [field]
[br]
+
Notes: [field]
text below</pre>
+
 +
HIRING AGENT NOTES: [field] ((This should involve a Risk Assessment field, written from an IC standpoint. It can, and should, also include any other notes that pertain to the character's employment. Please remove this OOC note while writing.))
 +
</pre></div></div>
  
====Bold====
+
=== Medical: ===
To make text bold, enclose it within the [b] and [/b] tags.
+
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
<pre>[b]This text is going to be bold.[/b] This text is not.</pre>
+
'''(Note: Please try and keep illness and disability with-in the scope of our setting. Do not include something that can not be easily recreated within in-game mechanics or easily role-play able. An example being "Needing to breath something other then oxygen to survive." Can be easily RP'ed with a empty oxygen tank and mask. While having something like "tesh-pox" that causes you to instantly transform into a [[Teshari]] when someone sneezes would not work.)'''
 +
<div class="mw-collapsible-content"><pre>
  
====Italics====
+
NAME: [surname, fore/middle]
To italicize text, enclose it within the [i] and [/i] tags.
+
AGE: [years]
<pre>[i]This text is italicized.[/i] This text is not.</pre>
+
SPECIES: [insert here]
 +
SPOKEN LANGUAGES: [primary/secondary, or native/learned]
 +
PREFERRED LANGUAGE: [probably Galactic Common]
  
====Underlining====
+
POSTMORTEM INSTRUCTIONS:
To underline text, enclose it within the [u] and [/u] tags.
+
PROSTHETIC(S)/IMPLANTS(S): YES/NO - info if YES
<pre>[u]This text is underlined.[/u] This text is not.</pre>
+
ALLERGIES: YES/NO - info if YES
  
====Centering====
+
DOCUMENTED CHRONIC MEDICAL CONDITIONS:
To center text, enclose it with the [center] and [/center] tags.
+
  [Please insert a list of any chronic medical conditions here]
  <nowiki>[center]Type the center tags onto the paper like this![/center]</nowiki>
 
  
====Lists====
+
DOCUMENTED PSYCHOLOGICAL DISORDERS:
Create a list by using the [list] and [/list] tags. For every entry in your list, add a [*] in front of your entry.
+
[either list things here or put N/A]
For example;
+
 
  [list][*]Bullet one.[*]Bullet two.[/list]
+
CURRENT MEDICATIONS/PRESCRIPTIONS:
 +
[medication, dosage, every __]
 +
   
 +
Medical Doctor's Notes:
 +
[include a short IC note here, likely written by a doctor who has worked on or examined your character before; this section can also be omitted entirely if preferred.]
 +
  -[Doctor [initial] [surname]]
 +
</pre></div></div>
  
====Large Text====
+
=== Security: ===
Make text larger, enclose it within the [large] and [/large] tags. Large text like this can be used for emphasis or for titles.
+
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
<pre>[large]This text is much larger[/large] than this text.</pre>
+
'''(Note: this should only contain Information you WANT security to know about you. Do not fill it with any information that you would like to be kept as a... "Surprise" A example would be "Known to steal things..." versus "...Is the freaked Lupin the 3rd of [[Sif]]!")'''
 +
<div class="mw-collapsible-content"><pre>
 +
NAME:
 +
SPECIES:
 +
IDENTIFYING FEATURES:
 +
 +
ARREST HISTORY
 +
 +
[DD/MONTH/YYYY]: [Arrest Reason, w/ Applicable Laws]
 +
Synopsis: [field]
 +
  ADMISSION DATE: [If Applicable]
 +
  RELEASE DATE: [If Applicable]
 +
  RELEASE REASON: [If Applicable]
 +
NOTES: [field]
 +
 +
THREAT ASSESSMENT
 +
 +
Hostile/Covert Actions Against the Company
 +
Threat Level: [Low/Medium/High]
 +
Synopsis: [field]
 +
Caseworker Notes: [Personal notes from caseworker, optional]
 +
 +
Hostile/Covert Actions Against the Crew
 +
Threat Level: [Low/Medium/High]
 +
Synopsis: [field]
 +
Caseworker Notes: [Personal notes from caseworker, optional]
 +
</pre></div></div>
  
====Small Text====
 
To shrink text, enclose it with the [small] and [/small] tags.
 
Shrunken text can be used to fit more information onto your paper.
 
<pre>[small]This text is very small![/small] This text is normal-sized.</pre>
 
 
====Horizontal rules====
 
To add a horizontal rule, use the [hr] tag.
 
<pre>text above
 
[hr]
 
text below</pre>
 
  
====NT and Other Company Logos====
+
== '''TEMPLATES BELOW THIS POINT''' ==
Each company and department represented on board the Northern Light has a logo that can be inserted into your paperwork using the following tags. They will be inserted on a central justification.
 
<pre>[logo] <-- Use this tag when you just want to use a standard Nanotrasen logo. The rest are self-explanatory.
 
[lazarus]
 
[aegis]
 
[ftu]
 
[engineering]
 
[mekhane]</pre>
 
  
== Character Records ==
+
==Nanotrasen Command==
First you should take a look at the information your character ''should'' have before starting their first day working on the Northern Light. ("s''hould" Meaning that this paper work is entirely optional, but would greatly help you and others when role-playing.)''  Your character should have the following records: Employment, Medical and Security! These should be filled out as if they were being written about your character from a [[NanoTrasen|NT]] or another corporation staff member's point of view. '''''While we do not enforce how these records are written, Just like your actual character please make sure your records fit with our "canon" and [[Rules_Eclipse|rules]].'''''
 
  
=== Employment: ===
+
===Communications===
 +
The following templates are for the general use of Heads of Staff, First Officers, Captains, and Bridge Officers for the purpose of communicating with Central Command, within Command Staff, and other entities contactable via FAX.
 +
====Central Command Communications====
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
'''(Note:Like with Security records do not put information you would not want other characters to openly know. "I WORKED AS A SMUGGLER FOR THE PIZZA THE HUT!" is probably not a thing that would be on your records.)'''<div class="mw-collapsible-content"><pre>  
+
CURRENT INSTITUTIONAL AFFILIATIONS: [Characters' primary company affiliations here - probably one or more of the organizations on-board employing this character.]
+
'''(To be sent by heads to contact Centcomm. Created by Persona E.)'''
 +
 +
<div class="mw-collapsible-content"><pre>
 +
[center][large][b]NANOTRASEN QUANTUM ENTANGLEMENT NETWORK[/b][/large][/center]
 +
[center][b]FORM NT-QEN-01[/b]:[/center]
 +
[center][b]GENERAL TRANSMISSION[/b][/center]
  
EDUCATION SUMMARY
+
[center][logo][/center]
Current Qualifications: [field]
 
Current Certifications: [field]
 
  
EMPLOYMENT HISTORY
+
[center][large][b]QUANTUM ENTANGLEMENT TRANSMISSION[/b][/large][/center]
Employer Name: [Put an organization name here unless privately hired.]
 
  Employment Start Date: [field]
 
  Employment Termination Date: [field]
 
  Synopsis of job: [field]
 
  Reason for Departure/Termination: [field]
 
Notes: [field]
 
 
Current Employer Name: [Put an organization name here unless privately hired.]
 
  Employment Start Date: [field]
 
  Synopsis of job: [field]
 
Notes: [field]
 
 
HIRING AGENT NOTES: [field] ((This should involve a Risk Assessment field, written from an IC standpoint. It can, and should, also include any other notes that pertain to the character's employment. Please remove this OOC note while writing.))
 
</pre></div></div>
 
  
=== Medical: ===
+
[hr]
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
'''(Note: Please try and keep illness and disability with-in the scope of our setting. Do not include something that can not be easily recreated within in-game mechanics or easily role-play able. An example being "Needing to breath something other then oxygen to survive." Can be easily RP'ed with a empty oxygen tank and mask. While having something like "tesh-pox" that causes you to instantly transform into a [[Teshari]] when someone sneezes would not work.)'''
 
<div class="mw-collapsible-content"><pre>
 
  
NAME: [surname, fore/middle]
+
[b]Date[/b]: [date]
AGE: [years]
+
[b]Time[/b]: [field]
SPECIES: [insert here]
+
 
SPOKEN LANGUAGES: [primary/secondary, or native/learned]
+
[hr]
PREFERRED LANGUAGE: [probably Galactic Common]
 
  
POSTMORTEM INSTRUCTIONS:
+
[b]Origin[/b]: [field]
PROSTHETIC(S)/IMPLANTS(S): YES/NO - info if YES
+
[b]Department[/b]: [field]
ALLERGIES: YES/NO - info if YES
+
[b]Destination[/b]: [field]
  
DOCUMENTED CHRONIC MEDICAL CONDITIONS:
+
[b]Sender's Name[/b]: [field]
[Please insert a list of any chronic medical conditions here]
+
[b]Sender's Rank[/b]: [field]
  
DOCUMENTED PSYCHOLOGICAL DISORDERS:
+
[hr]
[either list things here or put N/A]
 
 
 
CURRENT MEDICATIONS/PRESCRIPTIONS:
 
[medication, dosage, every __]
 
   
 
Medical Doctor's Notes:
 
[include a short IC note here, likely written by a doctor who has worked on or examined your character before; this section can also be omitted entirely if preferred.]
 
-[Doctor [initial] [surname]]
 
</pre></div></div>
 
  
=== Security: ===
+
[b]Priority[/b]: [field]
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
[b]Subject[/b]: [field]
'''(Note: this should only contain Information you WANT security to know about you. Do not fill it with any information that you would like to be kept as a... "Surprise" A example would be "Known to steal things..." Verses "...Is the freaked Lupin the 3rd of [[Sif]]!")'''
+
 
 +
[hr]
 +
 
 +
[large][b]Message Body[/b]:[/large]
 +
[field]
 +
 
 +
[hr]
 +
 
 +
[b]Sender's signature[/b]: [sign]
 +
 
 +
[b]Signatures of additional authorities[/b]:
 +
[field]
 +
 
 +
[b]Stamps of applicable authorities below this line.[/b]
 +
[hr]
 +
</pre></div></div>
 +
 
 +
====Emergency Transmission====
 +
 
 +
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 +
'''(To be sent via Fax Machine to Central Command in emergencies when filling out the full form would take too long. Made by Minijar.)'''
 +
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
NAME:
 
SPECIES:
 
IDENTIFYING FEATURES:
 
 
ARREST HISTORY
 
 
[DD/MONTH/YYYY]: [Arrest Reason, w/ Applicable Laws]
 
Synopsis: [field]
 
  ADMISSION DATE: [If Applicable]
 
  RELEASE DATE: [If Applicable]
 
  RELEASE REASON: [If Applicable]
 
NOTES: [field]
 
 
THREAT ASSESSMENT
 
 
Hostile/Covert Actions Against the Company
 
Threat Level: [Low/Medium/High]
 
Synopsis: [field]
 
Caseworker Notes: [Personal notes from caseworker, optional]
 
 
Hostile/Covert Actions Against the Crew
 
Threat Level: [Low/Medium/High]
 
Synopsis: [field]
 
Caseworker Notes: [Personal notes from caseworker, optional]
 
</pre></div></div>
 
  
== '''EXAMPLES BELOW THIS POINT''' ==
+
[center][logo][/center]
 +
[center] [large] [b] EMERGENCY TRANSMISSION [/center] [/large] [/b]
 +
==============================================================
 +
 
 +
Sender: [sign]
 +
Position: [field]
 +
==============================================================
 +
Message: [field]
  
  
  
 +
==============================================================
 +
Signed: [sign]
 +
</pre></div></div>
  
==Command Staff==
+
====Internal Memo====
  
===Central Command Communication===
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
'''(To be sent by heads to contact Centcomm.Created by Persona E.)'''
+
'''(An internal memo. Ported from Baystation and modified. Author unknown.)'''
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[center][large][b]NANOTRASEN QUANTUM ENTANGLEMENT NETWORK[/b][/large][/center]
+
[small][center][logo]
[center][b]FORM NT-QEN-01[/b]:[/center]
+
[u]HR-NTCO-03:[/u]
[center][b]GENERAL TRANSMISSION[/b][/center]
+
[b]Department Memo[/b] [/center]
 +
 
 +
[b]Internal Memorandum[/b]
 +
DTG: [date], [time]
  
[center][logo][/center]
+
Subject: [field]
 +
Body:
  
[center][large][b]QUANTUM ENTANGLEMENT TRANSMISSION[/b][/large][/center]
+
[field]
  
 
[hr]
 
[hr]
 +
Authorizing Signature:
 +
[sign]
  
[b]Date[/b]: [date]
+
[center]Stamp of Approval[/center][hr][/small]
[b]Time[/b]: [field]
+
</pre></div></div>
  
[hr]
 
  
[b]Origin[/b]: [field]
+
===Mandate and Agreement Amendments===
[b]Department[/b]: [field]
+
The following templates are to be used for the drafting, revising, and enacting of Mandates and Amendments of the Northern Light Agreement. Note that Mandates and Amendments will ONLY take effect upon first being reviewed by Heads of Staff during a pre-scheduled meeting with a minimum of one week's notice via an announcement on the NEV Northern Light ((Discord)). At the meeting, the proposed Mandate or Amendment must be discussed by attending staff. Any Heads of Staff whose departments are explicitly affected by the Mandate or Amendment must thereby approve with all appropriate signatures; furthermore, a simple majority of attending representatives must pass; and at least two Heads of Staff, including the Heads of Staff explicitly affected by the Mandate or Amendment, must provide their formal signatures to all relevant document; and at which the Captain must provide their stamp to the documents prior to faxing for final approval by the Administrative Board ((ie the admins)). In the event that the Administrative Board is unable to be reached over a long period of time spanning months, the Mandate or Amendment may be enacted on a provisional level and must be reviewed by the Administrative Board upon return to contact ((but must still be approved by the admins OOCly, so you still have to fax it in)).
[b]Destination[/b]: [field]
 
  
[b]Sender's Name[/b]: [field]
+
====Mandates====
[b]Sender's Rank[/b]: [field]
+
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 +
'''(To be used for direction of goals, etc, and reinforcement of the Agreement in ways that do not explicitly change the Agreement (but might increase the penalties for breaking the Agreement and associated laws, orders, and rulings). Class 1 Mandates are the most severe - see [[NanoTrasen_Mandates|Nanotrasen Mandates]] for examples. By timidvi.)'''
 +
 +
<div class="mw-collapsible-content"><pre>
 +
[small][center][Logo]
 +
 
 +
[center][b]Vessel: NEV Northern Light[/b][/center]
 +
The following has been decreed according to the majority will of the Captain's Board of the NEV Northern Light with a significant stake in the NEV Northern Light. This ruling is formally enacted immediately upon approval by the NanoTrasen Northern Light Board of Administration as ship law.
  
 
[hr]
 
[hr]
 +
[b][center][large][u]NEV NL Class [field] Mandate - [field][/u][/large][/center][/b]
 +
Status (For Board Use Only): [field]
 +
[i]Revision [date] - [time][/i][/center]
 +
[hr]
 +
[b][center]As a Class [field] Mandate, failure to comply with the following ruling is grounds for degrees of punishment comparable to that given to one charged with [field] (Code [field]), and in the minimum case, will be treated as a Dereliction of Duty (Code 118).[/b][/center]
  
[b]Priority[/b]: [field]
+
[b]Mandate:[/b] [field]
[b]Subject[/b]: [field]
 
  
[hr]
 
 
[large][b]Message Body[/b]:[/large]
 
[field]
 
  
[hr]
+
[i][b]There will be no exceptions to this ruling barring majority agreement from current on-duty department heads, plus approval from the Captain, or the First Officer in the Captain's absence. This ruling will be promptly added to the Agreement.[/b][/i]
  
[b]Sender's signature[/b]: [sign]
 
  
[b]Signatures of additional authorities[/b]:
+
[b]Closing Statements:[/b]
 
[field]
 
[field]
  
[b]Stamps of applicable authorities below this line.[/b]
+
 
[hr]
+
[hr][b]
 +
[center][i]Provide Signatures and Stamps of Captain and at least two [2] Heads of Staff below[/i][/center][/b]
 +
[hr][/small][small]
 +
Notarization Information:
 +
[list][*][b]Captain's Signature: [field]
 +
[*][b]Captain's Signature: [field]
 +
[*][b]Witness Signature: [field]
 +
[*][b]Witness Signature: [field]
 +
[*]Notary Signature: [field]
 +
[*]Date of Activation (For Board Use Only): [field][/list][/b][/small]
 +
[small][center]This form is for official NanoTrasen use ONLY.
 +
|
 +
Any information contained in this form will be considered CLASSIFIED to all but those who are approved to use and view this document[/center][/small]
 
</pre></div></div>
 
</pre></div></div>
  
 
+
====Agreement Amendments====
===Simple Command Communication===
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
'''(A laconic form of the Central Command Communication form. Created by FFS.)'''
+
'''(Used for adding, removing, or changing elements of the original Agreement. See [[Amendment_X.1|this Amendment]] for an example. By timidvi.)'''
 +
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[center][logo]
+
[small][center][Logo]
[large]Command Correspondence[/large]
+
Northern Light Agreement Amendment
[small]NEV Northern Light/small][/center][hr]
+
[i]Revision [date] - [time][/i][/center]
[b]Date[/b]: [date] - [time]
+
 
[b]Subject[/b]: [field]
+
[b][center][large][u]Amendment of the NEV Northern Light Agreement: [field]
[b]Message Body[/b]:[br][field]
+
[/u][/large][/center][/b]
[b]Signature[/b]: [u][i][field][/i][/u]
+
[hr][center][b]Vessel: NEV Northern Light[/b][/center][center][b]DTG: [date], [time]
[hr][small][i]Stamp below this line.[/i][/small]
+
Revision: [/b][field]
</pre></div></div>
+
 
 +
[b]Department heads of the appropriate sector(s) must approve and make use of the following amendment.[/b]  
  
  
===Emergency Transmission===
+
The following has been decreed according to the majority will of the Captain's Board of the NEV Northern Light with a significant stake in the NEV Northern Light. This ruling is enacted immediately upon approval of the Board, or provisionally enacted by agreement of trusted Company Representatives.[/center]
  
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
[b][center]This amendment, if passed by a simple majority of Company representatives on board the NEV Northern Light at the scheduled time this amendment is proposed, shall accordingly modify the terms of the Agreement and shall be applied accordingly.[/b]
'''(To be sent via Fax Machine to Central Command in emergencies when filling out the full form would take too long. Made by Minijar.)'''
 
 
<div class="mw-collapsible-content"><pre>
 
  
[center] [large] [b] EMERGENCY TRANSMISSION [/center] [/large] [/b]
 
==============================================================
 
  
Sender: [sign]
+
[field]
Position: [field]
 
==============================================================
 
Message: [field]
 
  
  
 +
[b]There will be no exceptions to this ruling barring majority agreement from current on-duty department heads, plus approval from the Captain, or the First Officer in the Captain's absence. This ruling will be promptly added to the Agreement.[/b]
  
==============================================================
+
[hr][b]
Signed: [sign]
+
[center][i]Provide Signatures and Stamp of Captain and at least two [2] Heads of Staff below[/i][/center]
</pre></div></div>
+
[hr][/small]
 +
[small][b]Captain's Signature: [field]
 +
Witness Signature: [field]
 +
Witness Signature: [field][/b][/small]
  
  
===Employee AWOL/MIA report===
+
[small][center]This form is for official NanoTrasen use ONLY.
 +
|
 +
Any information contained in this form will be considered CLASSIFIED to all but those who are approved to use and view this document[/center][/small]
 +
</pre></div></div>
  
 +
===Assignments===
 +
The following templates are for the general use of Heads of Staff, First Officers, and Captains for the purpose of changing crew access, departments, jobs, etc.
 +
====Access Change Order====
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
'''(Employee AWOL/MIA report, for notifying your superiors of a rogue employee. Must be accompanied, if KIA, by a death in the workplace report form. Created by rsmr.''')
+
'''(Used alongside a change to an employee's ID access. Created by rsmr, revised by timidvi.)'''
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
 
[center][logo]
 
[center][logo]
[b][u]CO-110:[/u][/b]
+
[b][u]CO-111:[/u][/b]
[large]Employee Missing While on Duty[/center][/large][hr][b]Date and Time[/b]: [date] - [time]
+
[large]ACCESS CHANGE REQUEST[/large][/center][hr][b]Date and Time[/b]: [date] - [time][br]
 
 
 
[b]Department[/b]: [field]
 
[b]Department[/b]: [field]
 
[b]Employee Name[/b]: [field]
 
[b]Employee Name[/b]: [field]
 
[b]Employee Assignment[/b]: [field]
 
[b]Employee Assignment[/b]: [field]
[b]Head of Department[/b]: [field]
+
[b]Access Change Requested[/b]: [field]
[hr][u][b]Reason the Employee is Missing[/b][/u]:  
+
 
 +
[b][u]Reason for Request[/u][/b]:
 
[field]
 
[field]
  
[u][b]Duration Employee has been Missing[/b][/u]:
+
[b][i]FOLLOWING SECTION FOR COMMAND USE ONLY[/i][/b]
[field][br]
+
[b]Access Added[/b]: [field]
[u][b]Is the Employee Confirmed Alive?[/b][/u]:  
+
[b]Access Removed[/b]: [field]
[field][br]
+
 
[u][b]Is the Employee Confirmed Dangerous?[/b][/u]:  
+
[small][b]Applicant Signature[/b]: [field] [/small]
[field][br]
 
 
[small][b]Head of Department Signature[/b]: [field] [/small]
 
[small][b]Head of Department Signature[/b]: [field] [/small]
[small][b]Head of Personnel Signature[/b]: [field][/small]
+
[small][b]First Officer/Captain Signature[/b]: [field][/small]
[hr][i][small][center]Employees delinquent of duty are to be docked of pay until they have been retrieved and returned to their duty. Rogue employees that have proven to be violent and dangerous are not to be returned to duty, and are to instead be issued a Dismissal Form (CO-114).[/i][/small][br]
+
[hr][small][i]The Head of Staff's stamp is required before this order can be put into effect. In lieu of the Head of Staff's stamp, the First Officer's stamp or the Captain's stamp will suffice but only in the absence of the Head of Staff.[/i][/small]
 
</pre></div></div>
 
</pre></div></div>
  
 
+
====ID Replacement Requisition====
===Access Change Order===
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
'''(Used alongside a change to an employee's ID access. Created by rsmr.)'''
+
'''(Used to requisition replacement of lost or damaged IDs. Created by timidvi.)'''
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
 
[center][logo]
 
[center][logo]
[b][u]CO-111:[/u][/b]
 
[large]ACCESS CHANGE ORDER[/large][/center][hr][b]Date and Time[/b]: [date] - [time][br]
 
[b]Department[/b]: [field]
 
[b]Employee Name[/b]: [field]
 
[b]Employee Assignment[/b]: [field]
 
[b]Access Added[/b]: [field]
 
[b]Access Removed[/b]: [field]
 
  
[b][u]Reason for Change[/u][/b]:
+
[large][b]ID Replacement Requisition[/b][/large]
[field]
+
 
 +
[b]Date and Time: [date] - [time]
 +
 
 +
Vessel: NEV Northern Light[/b][/center]
 +
[hr]
 +
Employee Name: [field]
 +
Department: [field]
 +
Position: [field]
 +
Department Head: [field]
 +
 
 +
Reason for ID Replacement: [field]
 +
 
 +
Employee Signature: [field]
  
[small][b]Head of Department Signature[/b]: [field] [/small]
+
[hr]
[small][b]Head of Personnel Signature[/b]: [field][/small]
+
First Officer Name: [field]
[hr][small][i]The Head of Staff's stamp is required before this order can be put into effect. In lieu of the Head of Staff's stamp, the Head of Personnel's stamp or the Captain's stamp will suffice but only in the absence of the Head of Staff.[/i][/small]
+
First Officer Signature: [field]
  
 +
[hr][b]
 +
[center][i]Provide Stamp Below for Approval of ID Replacement.[/i][/center][/b]
 +
[hr]
 
</pre></div></div>
 
</pre></div></div>
  
 
+
====Intradepartment Reassignment====
===Staff Assessment paperwork===
 
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
'''(Used to assess the quality of an employee's performance in their duties. May be used as justification for dismissal or reassignment. Created by rsmr.)'''
+
'''(Used to reassign employees to different jobs ''within the same department''. Created by rsmr, revised by timidvi.)'''
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
 
[center][logo]
 
[center][logo]
[b][u]CO-112 Form:
+
[b][u]Form CO-113:[/u][/b]
[/u][/b][large]Staff Assessment Form[/large]
+
[large]Reassignment Order[/center][hr][b]Date and Time[/b]: [date] - [time][br]
[/center][hr][b]Date and Time[/b]: [date] - [time][br]
 
 
[b]Department[/b]: [field]
 
[b]Department[/b]: [field]
[b]Head of Staff[/b]: [field]
 
 
[b]Employee Name[/b]: [field]
 
[b]Employee Name[/b]: [field]
[b]Current Assignment[/b]: [field]
+
[b]Original Assignment[/b]: [field]
[b]Current Duties[/b]: [field]
+
[b]New Assignment[/b]: [field]
  
[hr][b][u]Is the employee Dress Code Compliant?[/u][/b]:
+
[b][u]Reassignment Reason[/u][/b]:
[field][br]
 
[b][u]Has the employee been insubordinate?[/u][/b]:
 
[field][br]
 
[b][u]Does the employee work well with others?[/u][/b]:
 
[field][br]
 
[b][u]Does the employee require further training?[/u][/b]:  
 
 
[field]
 
[field]
  
[hr][b][u]Head of Department notes[/u][/b]:
+
[small][b]Head of Staff Signature[/b]: [field] [/small]
[field][br]
+
[hr][small][center][i]The Head of Staff's stamp is required before this order can be put into effect. In lieu of the Head of Staff's stamp, the First Officer's stamp or the Captain's stamp will suffice but only in the absence of the Head of Staff. A copy of this form (but not the Staff Assessment Form) [u]must[/u] be provided to the reassigned employee.[/i][/small]  
[b][u]Head of Personnel notes[/u][/b]:
+
[center]
[field][br]
 
[b][u]Final Rating[/u][/b]:
 
[field][br]
 
 
 
[small][b]Head of Department Signature[/b]: [field] [/small]
 
[small][b]Head of Personnel Signature[/b]: [field][/small]
 
[hr][i][small][center]This form is to be filled out and stamped by the appropriate Head of Staff in order to be considered valid. This form is [u]required[/u] to be filled-out and attached to a Dismissal Form (CO-114) or Reassignment Form (CO-113) for either one to be valid.[/center][/small][/i]
 
[center][br]
 
 
 
</pre></div></div>
 
</pre></div></div>
  
 
+
====Interdepartment Reassignment====
===Reassignment Order===
 
 
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
'''(Used to reassign employees to different jobs ''within the same department''. Created by rsmr.)'''
+
'''(Used for the transferring of personnel between departments. Created by timidvi.)'''
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
 
[center][logo]
 
[center][logo]
[b][u]Form CO-113:[/u][/b]
 
[large]Reassignment Order[/center][hr][b]Date and Time[/b]: [date] - [time][br]
 
[b]Department[/b]: [field]
 
[b]Employee Name[/b]: [field]
 
[b]Original Assignment[/b]: [field]
 
[b]New Assignment[/b]: [field]
 
  
[b][u]Reassignment Reason[/u][/b]:
+
[large][b][u]Interdepartment Reassignment[/b][/u][/large]
[field]
+
 
 +
[b]Date and Time: [date] - [time]
 +
Vessel: NEV Northern Light[/b]
 +
 
 +
[hr]
 +
Transferee Name: [field]
 +
Department: [field]
 +
Position: [field]
 +
 
 +
[hr]
 +
From department: [field]
 +
To department: [field]
  
[small][b]Head of Staff Signature[/b]: [field] [/small]
 
[hr][small][center][i]This form [u]requires[/u] the company of an attached Staff Assessment Form (CO-112) filled out by the Head of Staff signed above in order to be valid. The Head of Staff's stamp is required before this order can be put into effect. In lieu of the Head of Staff's stamp, the Head of Personnel's stamp or the Captain's stamp will suffice but only in the absence of the Head of Staff. A copy of this form (but not the Staff Assessment Form) [u]must[/u] be provided to the reassigned employee.[/i][/small]
 
[center]
 
</pre></div></div>
 
  
 +
Transferred Position: [field]
  
===Dismissal Order===
 
  
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
Reason(s): [field]
+
 
'''(Used when removing employees from their department. NOT FOR FIRING. Only the CD may terminate employment. Created by rsmr.)'''
+
 
+
Sign here: [field]
<div class="mw-collapsible-content"><pre>
 
[center][logo]
 
[b][u]Form CO-114:[/u][/b]
 
[large]Dismissal Order[/center][hr][b]Date and Time[/b]: [date] - [time][br]
 
[b]Department[/b]: [field]
 
[b]Employee Name[/b]: [field]
 
[b]Original Position[/b]: [field]
 
  
[b][u]Reason for Dismissal[/u][/b]:
+
[hr]
[field]
 
  
[small][b]Head of Department Signature[/b]: [field] [/small]
+
Signature of the department head that is transferring the person: [field]
[small][b]Head of Personnel Signature[/b]: [field][/small]
 
[hr][small][center][i]This form [u]requires[/u] the company of an attached Staff Assessment Form (CO-112) filled out by the Head of Staff signed above in order to be valid. The Head of Staff's stamp is required before this order can be put into effect. In lieu of the Head of Staff's stamp, the Head of Personnel's stamp or the Captain's stamp will suffice but only in the absence of the Head of Staff. A copy of this form (but not the Staff Assessment Form) [u]must[/u] be provided to the dismissed employee.[/i][/small]
 
[center]  
 
  
</pre></div></div>
+
Signature of the department head that is receiving the person: [field]
  
 +
Signature of the First Officer or Captain: [field][br]
  
===Internal Memo===
+
[hr][b]
 +
[center][i]Provide First Officer Stamp Below for Approval of Transfer.[/i][/center][/b]
 +
[hr]
 +
</pre></div></div>
  
 +
====Demotion and Termination====
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
'''(An internal memo. Ported from Baystation and modified. Author unknown.)'''
+
'''(Used for demotions and terminations of employment, including permanent ones (ie. job bans). Created by timidvi.)'''
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[small][center][logo]
+
[center][logo]
[u]HR-NTCO-03:[/u]
 
[b]Department Memo[/b] [/center]
 
 
 
[b]Internal Memorandum[/b]
 
DTG: [date], [time]
 
  
Subject: [field]
+
[large][b][u]Demotion and/or Termination Record[/u][/b][/large]
Body:
 
  
[field]
+
[b]Date and Time:[/b] [date] - [time]
 +
[b]Vessel: NEV Northern Light[/b]
  
 
[hr]
 
[hr]
Authorizing Signature:
 
[sign]
 
  
[center]Stamp of Approval[/center][hr][/small]
+
[b][u]Demotion/Termination: [large][field][/large][/u][/b]
</pre></div></div>
 
  
==Head of Personnel==
+
Employee Name: [field]
 +
Department: [field]
 +
Department Head: [field]
 +
Former Position: [field]
  
===Additional Access Form===
+
[b](If Demoted)[/b] New Position: [field]
  
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
Reason for Demotion/Termination: [field]
 
'''(This is a form for a [[First_Officer_Eclipse|First Officer]] to give to a crewmember who is requesting additional access.)'''
 
 
<div class="mw-collapsible-content"><pre>
 
[center][logo]
 
[b][u]CO-220:
 
[/u][/b][large]Additional Access Application[/large]
 
[/center][hr][b]Date and Time[/b]: [date] - [time][br]
 
[b]Employee Name[/b]: [field]
 
[b]Employee Assignment[/b]: [field]
 
[b]Requested Access[/b]: [field]
 
  
[b][u]Request Reason[/u][/b]:
+
[b][u][large]Is the demotion/termination in question permanent? (Y/N): [field][/large][/u][/b][/center]
[field]
 
  
  
[small][b]Employee Signature[/b]: [field]
+
[hr]
[small][b]Head of Staff Signature[/b]: [field]
 
[small][b]Head of Personnel Signature[/b]: [field]
 
[hr][i]The department in which the employee is requesting access must first be contacted, and the Head of Staff must have authorized this request. In lieu of an active Head of Staff for the department, the Captain's approval is acceptable. If any criminal activity is done with the help of this extra access, this form will immediately be rendered void. If the head of the affected department wishes this form void, this form is immediately void.[/i][center]
 
</pre></div></div>
 
  
===Access Change Request===
+
Signature of Captain [field]
 
+
Signature of First Officer: [field]
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
Signature of Department Head: [field]
 
 
'''(Access Change Request by MagmaRam Documentation to be Archived.)'''
 
 
<div class="mw-collapsible-content"><pre>
 
  
[b][u]ACCESS CHANGE REQUEST[/b][/u][br]
+
[small][i]If the former or current Department Head of terminated or demoted employee refuses to sign off on a permanent demotion/termination record, the aforementioned employee may nevertheless be permanently demoted or terminated without the aforementioned Department Head's consent if there is unanimous agreement between heads of the other departments, per Amendment X.2 of the Agreement. These signatures may be added below.[/i][/small]
[br]
 
[b]APPLICANT NAME:[/b] [field] [br]
 
[b]APPLICANT CURRENT ASSIGNMENT:[/b] [field] [br]
 
[b]REQUESTED ACCESS:[/b] [field] [br]
 
[b]REASONING FOR ACCESS:[/b] [field] [br]
 
[b]SIGNATURE OF APPLICANT:[/b] [field] [br]
 
[b]SIGNATURE OF RELEVANT HEAD OF STAFF:[/b] [field] [br]
 
[b]SIGNATURE OF HEAD OF PERSONNEL: [/b] [field] [br]
 
[b]DATE AND TIME:[/b] [field]
 
 
</pre></div></div>
 
  
 +
Lazarus Chief Science Officer: [field]
 +
Lazarus Chief Medical Officer: [field]
 +
Nanotrasen Chief Engineer: [field]
 +
Free Trade Union Merchant: [field]
 +
Preacher of Mekhane: [field]
 +
Aegis Commander: [field]
  
===Transfer Form===
 
  
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
[hr][b]
+
[center][i]Provide Stamps Here for Demotion and/or Termination of Employee: [field].[/i][/center][/b]
'''(Transfer Form by by Desisionoflife)'''
+
[hr][small][center][b]This form is for official NanoTrasen use ONLY.
+
|
<div class="mw-collapsible-content"><pre>
+
Any information contained in this form will be considered CLASSIFIED to all but those who are approved to use and view this document[/b][/center][/small]
[center][b][i]Transfer Request Form for[/b][/i]
 
[br]Name: [field]
 
[br]Rank: [field]
 
[br][i][b]NEV Northern Light[/b][/i][/center][hr]
 
[br]From department: [field]
 
[br]To department: [field][br]
 
[br]Requested Position: [field][br]
 
[br]Reason(s): [field][br]
 
[br]Sign here: [field][br]
 
[br][hr]
 
[br]Signature of the department head that is transferring the person: [field][br]
 
[br]Signature of the department head that is receiving the person: [field][br]
 
[br]Signature of the Commanding Officer of the NEV Northern Light: [field][br]
 
[br]
 
[br]
 
[br]Information: [list][i]
 
[br][*]This transfer contract is instant, and cannot be reversed, unless a similar document is signed and agreed to by all parties.[/i][/list][br][hr]
 
[br]Stamp below with the Commanding Officers stamp:
 
 
</pre></div></div>
 
</pre></div></div>
  
 
+
===Inspections===
===Complaint form===
+
These forms are to be used for the purpose of inspections of personnel and departments.
 
+
====Audit log====
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
'''(Complaint form for the HoP to give when he doesn't want to deal with crew problems. By GauHelldragon)'''
+
'''(A indepth log to be written by the [[First_Officer_Eclipse|First Officer]], a Head of Staff for their own department, or a Bridge Officer assigned to the duty by the Captain or FO, about the current state of the ship. by Superbee29, revised by timidvi.)'''
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
 
+
[center][logo]
[b]OFFICE OF THE HEAD OF PERSONNEL[br]
+
[large][b]Department Audit[/b][/large][/center][hr][b]Time:[/b] [field]
NEV Northern Light[br]
+
[b]Department:[/b] [field]
[br]
+
[b]Head:[/b] [field]
STATEMENT OF COMPLAINT[br][/b]
+
[b]Employees:[/b] [list][field][/list]
[br]
+
[b]General efficiency (0-10):[/b] [field]
[hr][br]
+
[b]Audit compliance (0-5):[/b] [field]
A. Professional Information - (Name of the person you are complaining about)[br]
+
[b]Head authority (0-5, if there is a head):[/b] [field][hr][b]Result:[/b] [field] efficient
[br]
+
[b]Notes (if any):[/b] [field][hr][b]Agent, Rank:[/b] [field]
Full Name: [field][br]
+
[b]First Officer Signature:[/b] [field][hr]STAMP HERE[br]
Department: [field][br]
 
[hr][br]
 
B. Complainant (Your) Information[br]
 
[br]
 
Full Name: [field][br]
 
Department: [field][br]
 
[hr][br]
 
C. Witnesses with factual knowledge of the events leading to your complaint, if applicable[br]
 
First Witness: [field][br]
 
Second Witness, if any: [field][br]
 
[hr][br]
 
D. Description of complaint: Describe your complaint in detail below.[br]
 
[field][br]
 
[hr][br]
 
E. Attach copies of related documents and records obtained during the course of the matter, if possible.[br]
 
[hr][br]
 
[b] Statement of person filing this Complaint[br]
 
I understand that a copy of this complaint, and any additional information attached to this complaint, may be
 
sent to the person who is the subject of this complaint.[br]
 
[br]
 
Signature of Person Filing this Complaint[/b]:[field]
 
 
</pre></div></div>
 
</pre></div></div>
  
 
+
====Complaint Form====
===Job Change Request===
 
 
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
'''(This is for a [[First_Officer_Eclipse|First Officer]] to given to a crewmember who is requesting that their job be changed.)'''
+
'''Complaint Form by Upsetspy, revised by timidvi. Still a WIP.'''
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[center][b][i]Transfer Request Form[/b][/i][br]
+
[small][center][logo]
Name: [field][br]
+
Internal Complaint Form
Rank: [field][br]
+
[i]Revision [date] - [time][/i][/center]
[i][b]NEV Northern Light[/b][/i][/center]
 
[hr][br]
 
From department: [field][br]
 
To department: [field][br][br]
 
Requested Position: [field][br][br]
 
Reason(s): [field][br][br]
 
Signature: [field][br][br]
 
[hr]
 
[center][b]Authorization[/b][br]
 
Transferring department head: [field][br]
 
Receiving department head: [field][br]
 
Head of Personnel: [field][br][br][/center]
 
If authorized, please sign above and stamp the document with the Department Stamp.[br][br]
 
Guidelines that must be followed. If they are not followed, this form is void and illegal.[br]
 
[list][*]All department heads must agree to the transfer before transfer can take place.
 
[*]If the transferred has been transferred for an invalid or illegal reason, this form is immediately void and unlawful.
 
[*]In the event a relevant head of staff retracts his or her approval for this transfer, this form is immediately void and unlawful.[/list]
 
[br][hr][br]
 
</pre></div></div>
 
  
===Lost of damaged ID replacement form===
+
[b][center][large][u]Complaint Form[/u][/large][/center][/b]
 +
[center][b]Vessel: NEV Northern Light[/b][/center]
 +
[center][b]DTG: [date], [time]
 +
[/b][/center]
 +
[b]Complainant:[/b] [field]
 +
[b]Complainee(s):[/b] [field]
 +
[b]Complainee's Head of Staff:[/b] [field]
 +
 
 +
Complaint Overview:
 +
[field]
 +
 
 +
Complaint Details:
 +
[field]
 +
 
 +
Witness Details (if applicable):
 +
[field]
 +
 
 +
[hr]
 +
[b]Complainant Signature: [field]
 +
Witness Signature: [field][/b]
 +
 
 +
[center][i]Provide Head of Staff Resolution, Signature, and Stamp below[/i][/center][hr][/small]
 +
[small][b]Head of Staff Resolution:[/b][/small]
 +
[field]
 +
 
 +
[small][b]Head of Staff Signature: [field][/b][/small]
 +
[small][b]Head of Staff Position: [field][/b][/small]
 +
 
 +
[small][center]This form is to be submitted to the Head of Staff responsible for the Complainee(s), or the Captain or First Officer who must subsequently submit the complaint to the appropriate head of staff at earliest convenience. This form is for official use ONLY.[/center][/small]
 +
</pre></div></div>
 +
 
 +
==Aegis Security==
 +
 
 +
===Evidence Filing===
 +
====Incident Report====
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
'''(ID Replacement Form by Valido. Must be accompanied by ID loss or damage incident report.)'''
+
'''(To report all [[Laws_Eclipse|crimes]], by Upsetspy, edited by HekT0.)'''
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[center][b][u]S-23 Form:[/u][/b][large] Replacement ID card for Lost or Damaged ID card request[/center]
+
[center][aegis]
[/large][br]
+
 
[hr][br]
+
[u][large][b]Aegis Security Incident Report[/b][/large][/u][/center]
[b][u]Name/Aliases:[/u][/b][i]
+
[b]Date and time:[/b] [date] - [time]
[br][field][/i]
+
[b]Incident type: [/b][field]
[br][b][u]Current Job:[/u][/b][i]
+
[b]Location: [/b][field]
[br][field][/i]
+
 
[br][b][u]Was the card lost or damaged?:[/u][/b][i]
+
[hr]
[br][field][/i]
+
[large][u][b]Personnel Involved in Incident[/b][/u][/large]
[br][b][u]How was the card lost or damaged?:[/u][/b][i]
 
[br][field][/i]
 
[br][b][u]What can be done to avoid this occuring again?:[/u][/b][i]
 
[br][field][/i]
 
[br][b][u]What, if any, executive action needs to be taken?:[/u][/b][i]
 
[br][field][/i]
 
[br][b][u]Head of losing party's department signature:[/u][/b][i]
 
[br][field][/i]
 
[br][hr][i][small]New ID card requests are goverened by fair use polciy 67C3. NT withold the right to deny any and all applications for a replacement ID dependent on policy 67c3 and any other pertanent criteria designated by NT at the time of the denial of application. Excessive ID loss or damage as laid out in 67c3 is to be compensated for out of personal income and accounts as specified under 67c6 and not uniform work expediture allowances.[/i][/small][br]
 
</pre></div></div>
 
  
 +
[b]Aegis Personnel:[/b]
  
===ID loss or damage incident report===
+
[table][row][cell][b]Rank[/b][cell][b]Name[/b][cell][b]Position[/b]
 +
[row][cell][b][field][/b][cell][field][cell][field]
 +
[row][cell][b][field][/b][cell][field][cell][field]
 +
[row][cell][b][field][/b][cell][field][cell][field]
 +
[row][cell][b][field][/b][cell][field][cell][field]
 +
[/table]
 +
[b]Other Personnel:[/b]
 +
[small][i](V-Victim, S-Suspect, W-Witness, M-Missing, A-Arrested, RP-Reporting Person, D-Deceased)[/i][/small]
  
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
[table][row][cell][b]Rank[/b][cell][b]Name[/b][cell][b]Position[/b][cell][b]Status[/b]
+
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
'''(ID loss or damage incident report by Valido. Must be accompanied by a Lost of damaged ID replacement form.)'''
+
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
+
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
<div class="mw-collapsible-content"><pre>
+
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
[center][b][u]S-23-1 Form:[/u][/b][large] ID card Loss or Damage ID card incident report[/center][/large]
+
[/table]
[br][hr]
 
[br][b][u]Name/Aliases of losing party:[/u][/b][i]
 
[br][field][/i]
 
[br][b][u]Current Job:[/u][/b][i]
 
[br][field][/i]
 
[br][b][u]Was the card lost or damaged?:[/u][/b][i]
 
[br][field][/i]
 
[br][b][u]Other involved parties and occupation:[/u][/b][i]
 
[br][field][/i]
 
[br][b][u]Other parties culpability in the incident:[/u][/b][i]
 
[br][field][/i]
 
[br][b][u]How was the card lost or damaged?:[/u][/b][i]
 
[br][field][/i]
 
[br][b][u]What can be done to avoid this occuring again?:[/u][/b][i]
 
[br][field][/i]
 
[br][b][u]Head of losing party's department signature:[/u][/b][i]
 
[br][field][/i]
 
[br][hr][i][small]New ID card requests are goverened by fair use polciy 67C3. NT withold the right to deny any and all applications for a replacement ID dependent on policy 67c3 and any other pertanent criteria designated by NT at the time of the denial of application. Excessive ID loss or damage as laid out in 67c3 is to be compensated for out of personal income and accounts as specified under 67c6 and not uniform work expediture allowances.[/i][/small][br]
 
</pre></div></div>
 
  
 +
[hr]
 +
[b][large][u]Description of Items/Property[/u][/large] [/b]
 +
[small][i](D-Damaged, E-Evidence, L-Lost, R-Recovered, S-Stolen)[/i][/small]
  
===Demotion Record===
+
[table][row][cell][b]Name[/b][cell][b]Description[/b][cell][b]Department[/b][cell][b]Code[/b]
 +
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
 +
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
 +
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
 +
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
 +
[/table]
 +
[hr][b][large][u]Incident Synopsis:[/u][/large][/b] [field]
  
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
[b]Reporting Operative's Signature:[/b] [field]
 
'''(This if for a [[First_Officer_Eclipse|First Officer]] to give to a crewmember who has been summarily demoted by a head of staff.)'''
 
 
<div class="mw-collapsible-content"><pre>
 
  
[center][b][i]Termination of Assignment Record[/b][/i][br]
 
Name: [field][br]
 
Position: [field][br]
 
[i][b] NEV Northern Light [/i][/b][/center]
 
[hr][br]
 
Terminated Employee: [field][br]
 
Terminated from the assignment of: [field][br]
 
[br]
 
Reason for Termination: [field][br][br]
 
 
[hr]
 
[hr]
[center][b]Authorization[/b][br]
+
[small][center][b]This form is for official AEGIS SECURITY use ONLY.
Name: [field][br]
+
 
Rank: [field][br][br][/center]
+
Any information contained in this form will be considered CLASSIFIED to all but those who are approved to use and view this document.[/b][/center][/small]
If authorized, please sign here, [field], and stamp the document with the Department Stamp.[br][br]
 
Guidelines that must be followed. If they are not followed, this form is void and illegal.[br]
 
[list][*]The department in which the terminated has been terminated must first be contacted, and the chief (acting or otherwise) of the department must have been consulted and have authorized a termination.
 
[*]If the terminated has been removed from his or her position for an invalid or illegal reason, this form is immediately void and unlawful.
 
[*]In the event a relevant head of staff retracts his or her approval for this assignment termination, this form is immediately void and unlawful.[/list]
 
[br][hr][br]
 
 
</pre></div></div>
 
</pre></div></div>
  
===Termination of Employment Record===
+
====Arrest Report====
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
'''Arrest Report by Upsetspy, edited by HekT0, revised by timidvi'''
'''(Termination of Employment Record by Malsquando. If a [[First_Officer_Eclipse|First Officer]] fires a crewmember, make them fill this out.)'''
 
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[b][u]Termination of Employment Record[/b][/u][br]
+
[center][aegis]
[br]
+
[large][b][u]Aegis Security Arrest Report[/i][/center][center][/u][/b][/large][/center]
Terminated employee name:[field] [br]
+
[b]Date and time: [/b][date] - [time]
Terminated from the assignment of:[field][br]
+
[hr][b][u]Arrestee Information[/u][/b]
[br]
+
[small][i](PB-Permabrigged; F#-Fined, # of credits; CS-Community Service; H-Indefinite Hold; C-Court Martial; P-Parole/Probation; V-Verbal Warning)[/small]
Reason for Termination:[field][br]
+
[table][cell][b]Name[/b][cell][b]Position[/b][cell][b]Charge(s)[/b][cell][b]Disposition[/b]
[br]
+
[row][/b][cell][field][cell][field][cell][field][cell][field]
Signature & stamp of relevant Head of Staff:[field][br]
+
[/table][/i]
Signature of any involved IA agent:[field][br]
+
[b]Additional Information:[/b] [field]
Signature of terminator:[field][br]
 
[br]
 
</pre></div></div>
 
  
===Job Change Application===
+
[hr][b][u]Arresting Personnel[/b][/u]
 +
 
 +
[table][cell][b]Name[/b][cell][b]Position[/b][cell][b]Relation[/b]
 +
[row][cell][b][field][/b][cell][field][cell][field]
 +
[row][cell][b][field][/b][cell][field][cell][field]
 +
[row][cell][b][field][/b][cell][field][cell][field]
 +
[row][cell][b][field][/b][cell][field][cell][field]
 +
[row][cell][b][field][/b][cell][field][cell][field]
 +
[/table]
 +
[hr][large][b][u]Booking Checklist (YES/NO/NA)[/u][/b][/large]
 +
 
 +
[b]Booking Operative: [/b][field][br]
 +
[table][row][cell][b]Combative[/b][cell][field]
 +
[row][cell][b]Warrant Presented[/b][cell][field]
 +
[row][cell][b]Prisoner Searched[/b][cell][field]
 +
[/table]
 +
 
 +
[b]Additional notes:[/b] [field]
 +
 
 +
 
 +
[b]Reporting Operative's Signature: [field]
 +
CO/Sergeant Signature(s): [field]
 +
 
 +
[hr][small]ATTACH ALL RELEVANT DOCUMENTS TO THIS ARREST REPORT[/small]
 +
[hr]
 +
 
 +
 
 +
[small][center]This form is for official AEGIS SECURITY use ONLY.
 +
 
 +
Any information contained in this form will be considered CLASSIFIED to all but those who are approved to use and view this document.[/center][/small][/b]
 +
</pre></div></div>
 +
 
 +
====Interrogation Report====
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
'''Interrogation Report by Playbahnosh, revised by timidvi'''
'''(Job Change Application by Malsquando. Documentations to be archived.)'''
 
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[b][u]JOB CHANGE APPLICATION[/b][/u][br]
+
[center][aegis][logo][/center]
 +
[center][b][u]Interrogation Report[/b][/u][/center][br]
 
[br]
 
[br]
Applicant Name:[field] [br]
+
[small][i]An audio recording or transcript of the interview must be attached to this report to be considered valid! In the event of a criminal prosecution, this report is considered as evidence![/i][/small][br]
Applicant current assignment:[field] [br]
 
Applicant desired assignment:[field] [br]
 
 
[br]
 
[br]
Reason for request:[field] [br]
+
[b]Interviewer's Name: [/b][field][br]
[br]
+
[b]Rank: [/b][field][br]
Applicant signature:[field] [br]
 
Signature & stamp of applicants current head of staff:[field][br]
 
Signature & stamp of receiving head of staff:[field][br]
 
Signature & stamp of Head of Personnel/Captain:[field][br]
 
 
[br]
 
[br]
 +
[b]Interviewee's Name: [/b][field][br]
 +
[b]Title: [/b][field][br]
 +
[b]Designation[/b][small][i](Suspect/Witness/Other)[/i][/small][b]: [/b][field][br]
 +
[b]Interviewee's Legal Representative[/b][small][i](name, title)[/i][/small][b]: [/b][field][br]
 +
 +
[b]Other personnel present: [/b][field][br]
 +
[hr]
 +
[b][u]Interview Notes: [/u][/b][br]
 +
[field][br]
 
[br]
 
[br]
 +
[hr]
 +
[b]Interviewer's Signature: [/b][field][br]
 +
[hr]
 
</pre></div></div>
 
</pre></div></div>
  
  
===Additional Access Application===
+
===Requisitions===
 +
 
 +
====Armory Item Requisition Form====
 +
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
'''Armory Item Requisition Form by Upsetspy'''
Additional Access Application by Malsquando
 
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[b][u]ADDITIONAL ACCESS APPLICATION[/b][/u][br]
+
[center][aegis]
[br]
+
[b][large]Aegis Security Armory Inventory[/large][/b]
Applicant Name:[field] [br]
 
Applicant current department:[field] [br]
 
Applicant desired access:[field] [br]
 
[br]
 
Reason for request:[field] [br]
 
[br]
 
Applicant signature:[field] [br]
 
Signature & stamp of applicants head of staff:[field][br]
 
Signature & stamp of relevant  head of staff:[field][br]
 
Signature & stamp of Head of Personnel/Captain:[field][br]
 
[br]
 
[center][small] By signing this form as applicant you are agreeing that you understand and agree to the following; All Heads are within their rights to revoke this access at anytime for any reason, Any crimes committed with the help of this access either by you or another is your direct fault and responsibility and you will be subject legal and disciplinary actions. You also agree that in no way does Nano Trasen incur any liability for any damages, injury or loss, including, but not limited to, direct, indirect, special, or consequential damages arising out of, resulting from, or any way connected to the use of this access.[/small][center][br]
 
[br]
 
</pre></div></div>
 
  
 +
[i]Armory Withdrawal Request - Revision [date] - [time][/i][/center][hr][center][large][b][u]Armory Withdrawal Request[/u][/b][/large][/center]
 +
[b]
 +
Name: [field]
  
===Inspection log===
+
Position: [field]
  
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
Reason: [field]
+
 
'''(A small log to be written by the [[First_Officer_Eclipse|First Officer]] about the current state of the ship. By Superbee29)'''
+
Date/Time: [date] - [time]
+
[hr]
<div class="mw-collapsible-content"><pre>
+
[center][large][u]List following items and quantities you want to request:[/b][/u][/large]
 +
 
 +
 
 +
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
 +
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
 +
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
 +
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
 +
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
 +
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
 +
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
 +
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
 +
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
 +
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
 +
[/b]
 +
[center][b]Commander/Sergeant Signature:[/b] [field][/center]
 +
[b][i]
 +
THIS FORM MUST BE SUBMITTED TO AND STAMPED BY AN AEGIS COMMANDER, SERGEANT or CAPTAIN/FIRST OFFICER[/i][/b]
 +
[i][small](you are only exempt from this rule in situations of emergency and necessity, failure to follow this will result in reprimand)[/small][/i]
  
[b][large]Inpection log[/large][/b][hr][b]Department:[/b] [field]
+
[small][center]This form is for official AEGIS SECURITY use ONLY.
[b]Time:[/b] [field]
+
|
[b]Crew status:[/b] [field]
+
Any information contained in this form will be considered CLASSIFIED to all but those who are approved to use and view this document.[/center][/small]
[b]Department rating:[/b] [field]
 
[i]Comment:[/i] [field][hr][b]Signature:[/b] [field][hr]HEAD OF PERSONNELS STAMP HERE[br]
 
 
 
</pre></div></div>
 
</pre></div></div>
  
===Audit log===
+
====Search Warrant====
 +
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
'''(This form is meant for the Aegis department head to hand to operatives when confronting a crew member suspected of committing a crime.'''
'''(A indepth log to be written by the [[First_Officer_Eclipse|First Officer]] about the current state of the ship.by Superbee29)'''
 
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[center][logo]
+
[center][b]NEV NORTHERN LIGHT
[large][b]Department efficiency audit[/b][/large][/center][hr][b]Time:[/b] [field]
+
[aegis]
[b]Department:[/b] [field]
+
[large][u]Search Warrant[/u][/large][/b][/center][hr][small][i]To be filled out by the Aegis department head. All sections are required to be filled out.[/i][/small]
[b]Head:[/b] [field]
 
[b]Employees:[/b] [list][field][/list]
 
[b]General efficiency (0-10):[/b] [field]
 
[b]Audit compliance (0-5):[/b] [field]
 
[b]Head authority (0-5, if there is a head):[/b] [field][hr][b]Result:[/b] [field] efficient
 
[b]Notes (if any):[/b] [field][hr][b]Agent:[/b] [field]
 
[b]Signature:[/b] [field][hr]STAMP HERE[br]
 
</pre></div></div>
 
  
==Cargo==
+
[b]Searched Employee:[/b] [field]
 +
[b]Suspected Crime(s):[/b] [field]
 +
[b][u]Details:[/u][/b]
 +
[field]
  
 +
[hr][b]Searching Operative:[/b] [field]
 +
[b][u]Items Discovered:[/u][/b]
 +
[field]
 +
[b][u]Details:[/u][/b]
 +
[field]
  
===Materials Requisition Form===
+
[hr][b]Aegis Department Head's Signature:[/b] [field]
 
+
[b]Searching Operative's Signature[/b] [field]
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
[b]Date of Signature:[/b] [date]
+
[small][i]This form must be stamped below the line by an Aegis Commander or Captain before the end of the shift.[/i][/small]
'''(This is a form for requesting materials from the Quartermaster for your department. Yes, that's how that's supposed to work. Created by rsmr.)'''
+
[hr]
 +
</pre></div></div>
 +
 
 +
 
 +
==Lazarus Science==
 +
 
 +
===Away Missions===
 +
====Away Missions Briefing====
 +
WIP, will be for outlining goals and priorities during Lazarus away missions.
 +
 
 +
====Away Missions Debriefing====
 +
WIP, will be for outlining findings from Lazarus away missions. This should include not only material and technological gains, but also lore-based logs, etc, recovered from black sites, and hypotheses as to the purpose of a given location and what might be learned from them.
 +
 
 +
====Expedition Volunteer Waiver====
 +
 
 +
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
 +
'''(This form is for people volunteering to join an expedition. This is important for keeping track of liabilities in case a volunteer is hurt, so that they cannot sue the company. Created by Vorrarkul from Virgo.)'''
 +
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[center][logo]
+
[center][b]NEV Northern Light
[large][b]Materials Requisition Form[/b]
+
[logo][lazarus]
[small][i]This form is to be filled out by the department head requesting materials from Supply. In the absence of a department head, any employee from the department will be sufficient. Please fill out the form in its entirety.[/i][/small][/center][hr]
+
[large][u]Volunteer Waiver[/u][/large][/b][/center][hr][small][i]To be filled out by the employee volunteering for expedition. All sections must be filled out. This waiver must be signed and submitted before any expeditions may be conducted.[/i][/small]
[b]Time & Date[/b]: [field]
+
 
[b]Requesting Department[/b]: [field]
+
[b]Volunteering Employee:[/b] [field]
[b]Requesting Employee[/b]: [field]
+
[b]Details:[/b] [field]
[b]Request ID[/b]: #[field]
+
[b]Volunteer Role:[/b] [field]
  
[hr]
+
[hr][b][u]Agreement Details:[/u][/b]
[center][b][u][large]Materials[/large][/u][/b]
+
I, [field], understand that if I disobey the orders given by the designated expedition leader, I will be punished to the full extent of the law, and will furthermore be confined to the shuttle or returned to the Northern Light. I also waive the ship and its crew of any liability if I die during the course of the expedition, and furthermore waive my right to protection by the accompanying security detail if I disregard orders given with the intent of ensuring the safety of me and the rest of the expedition. This means that if I endanger myself or the crew as a result of disobeying the accompanying security detail, I waive my right to having my soulcrypt or equivalent recovered before, during, or after extraction of the expedition team.
[table][row][cell][center][b]Material Name[/b][/center][cell][center][b]Amount [/b][/center][row]
 
[cell][b][center]Uranium[/b][cell][center][field]
 
[row][cell][center][b]Iron[/b][cell][center][field]
 
[row][cell][center][b]Steel[/b][cell][center][field]
 
[row][cell][center][b]Plastic[/b][cell][center][field]
 
[row][cell][center][b]Glass[/b][cell][center][field]
 
[row][cell][center][b]Silver[/b][cell][center][field]
 
[row][cell][center][b]Gold[/b][cell][center][field]
 
[row][cell][center][b]Platinum[/b][cell][center][field]
 
[row][cell][center][b]Diamond[/b][cell][center][field]
 
[row][cell][center][b]Osmium[/b][cell][center][field]
 
[row][cell][center][b]Borosillicate[/b][cell][center][field]
 
[row][cell][center][b]Phoron[/b][cell][center][field]
 
[row][cell][center][b]Other[/b]: [field][/b][cell][center][field]
 
[/table]
 
[hr] [small][i]The following signatures and stamps are required for this form to be valid, and must be provided before the form may be approved.[/i][/small][/center]
 
[b]Quartermaster's Signature[/b]: [field]
 
[b]Requesting Employee's Signature[/b]: [field]
 
  
[small][center]Quartermaster's Stamp[small]
+
[hr][b]Volunteering Employee's Signature:[/b] [field]
[br]
+
[b]Overseeing Head of Staff's Signature:[/b] [field]
 +
[b]Date of Signature:[/b] [date]
 +
[small][i]Use 'sign' enclosed by brackets to create a signature.
 +
This form must be stamped below the line by the overseeing head of staff before the end of the shift.[/i][/small]
 +
[hr]
 
</pre></div></div>
 
</pre></div></div>
  
  
===Material Manifest===
+
===Distribution of Research Equipment===
 +
WIP
 +
 
 +
===Experimentation===
 +
WIP
 +
 
 +
===Robotics===
 +
====On-Death Synthetic Conversion Contract====
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
 
'''(A Manifest form that corresponds with the Materials Requisition Form. Issued with a delivery of materials to a department, so that they can check how much they were supposed to get. Created by rsmr.)'''
+
'''(On-Death Synthetic Conversion Contract by SvartaSvansen)'''
+
 
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[center][logo]
+
[center][h3]On-Death Synthetic Conversion Contract[/h3][/center]
[large][b]Material Supply Manifest[/b]
+
I, [field], give my consent that the certified Roboticist, [field], aboard the registered NanoTrasen ship NEV Northern Light, upon my death, may extract my brain with intent to perform one of the marked procedures below:
[small][i]This form is to be filled out by the attending Cargo Technician as a receipt of the materials sent to a department in response to the corresponding Material Requisition Form.[/i][/small][/center][hr]
+
 
[b]Delivering Technician[/b]: [field]
+
[small](Mark "X" all that apply. At least one must be marked.)[/small]
[b]Destination[/b]: [field]
 
[b]Request ID[/b]: #[field]
 
  
[hr]
+
[grid][row][cell][[cell][field][cell]] Full Body Prosthesis
[center][b][u][large]Materials[/large][/u][/b]
+
[row][cell][[cell][field][cell]] Cyborg Integration
[table][row][cell][center][b]Material Name[/b][/center][cell][center][b]Amount [/b][/center][row]
+
[row][cell][[cell][field][cell]] Artificial Intelligence Upload[/grid]
[cell][b][center]Uranium[/b][cell][center][field]
+
[hr][center][b]Signature of Consenting Party[/b][/center]
[row][cell][center][b]Iron[/b][cell][center][field]
+
I, [field], certify that I have been informed to the extent of my own satisfaction of the risks associated with the above marked procedure(s) and that I give my informed consent of my own free will, of sound mind, and free of coercion, council, or deceit from another party. Furthermore, I agree that I will not hold NanoTrasen nor the above named Roboticist liable in the event that the chosen procedure is unsuccessful.
[row][cell][center][b]Steel[/b][cell][center][field]
+
 
[row][cell][center][b]Plastic[/b][cell][center][field]
+
[b]Signed[/b]: [field]
[row][cell][center][b]Glass[/b][cell][center][field]
+
 
[row][cell][center][b]Silver[/b][cell][center][field]
+
[hr][center][b]Signature of Certified Roboticist[/b][/center]
[row][cell][center][b]Gold[/b][cell][center][field]
+
I, [field], certify that the above named consenting party has been informed to a satisfactory degree and in good faith by the informant of the risks associated with the above marked procedure(s) and that I am of the belief that the party's consent is given of his/her own free will. I understand that, though I will not be held liable should the chosen procedure fail, all laws and regulations remain in full effect.
[row][cell][center][b]Platinum[/b][cell][center][field]
+
 
[row][cell][center][b]Diamond[/b][cell][center][field]
+
Furthermore, I understand that any falsification of the consenting party's statement is strictly forbidden and may result in disciplinary measures up to and including termination and criminal penalties depending on severity.
[row][cell][center][b]Osmium[/b][cell][center][field]
+
 
[row][cell][center][b]Borosillicate[/b][cell][center][field]
+
[b]Signed[/b]: [field]
[row][cell][center][b]Phoron[/b][cell][center][field]
+
 
[row][cell][center][b]Other[/b]: [field][/b][cell][center][field]
+
[hr][center][b]Research Director's stamp below, if present:[/b][/center]
[/table]
 
[hr] [small][i]The following signatures and stamps are required for this form to be valid, and must be provided before the form may be approved.[/i][/small][/center]
 
[b]Cargo Technician's Signature[/b]: [field]
 
[b]Receiving Employee's Signature[/b]: [field]
 
 
</pre></div></div>
 
</pre></div></div>
  
 +
====Live Synthetic Conversion Contract====
  
===Item Request Form===
+
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 +
 
 +
'''(Live Synthetic Conversion Contract based on the above contract by SvartaSvansen, revised by timidvi)'''
  
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
 
'''(For requesting items when a supply console is not available. I suppose you could fax it in? Created by rsmr.)'''
 
 
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[center][logo]
+
[center][h3]Live Synthetic Conversion Contract[/h3][/center]
[large][b]Item Request Form[/b]
+
I, [field], give my consent that the certified Roboticist, [field], aboard the registered NanoTrasen ship NEV Northern Light may extract my brain while still alive with the intent to perform one of the marked procedures below:
[small][i]This form is for requesting supplies from the Cargo department. Cargo Technicians withhold the right to deny your request if they find sufficient reasoning to do so. If you wish to contest your denied form, please consult the Quartermaster, or the Head of Personnel should the Quartermaster be unavailable.[/i][/small][/center][hr]
 
[b]Time & Date[/b]: [date] - [time]
 
[b]Applicant Name[/b]: [field]
 
[b]Item(s) Requested[/b]: [field]
 
[b]Request Reason[/b]: [field]
 
  
[hr][small][i]The following are required for this form to be valid, and must be provided before the form may be approved.[/i][/small][/center]
+
[small](Mark "X" all that apply. At least one must be marked.)[/small]
  
[b]Applicant's Signature[/b]: [field]
+
[grid][row][cell][[cell][field][cell]] Full Body Prosthesis
 +
[row][cell][[cell][field][cell]] Cyborg Integration
 +
[row][cell][[cell][field][cell]] Artificial Intelligence Upload[/grid]
 +
[hr][center][b]Signature of Consenting Party[/b][/center]
 +
I, [field], certify that I have been informed to the extent of my own satisfaction of the risks associated with the above marked procedure(s) and that I give my informed consent of my own free will, of sound mind, and free of coercion, council, or deceit from another party. Furthermore, I agree that I will not hold NanoTrasen nor the above named Roboticist liable in the event that the chosen procedure is unsuccessful.
  
[small][center]Approval or Denial Stamp[small]
+
[b]Signed[/b]: [field]
[br]
 
  
</pre></div></div>
+
[hr][center][b]Signature of Certified Roboticist[/b][/center]
 +
I, [field], certify that the above named consenting party has been informed to a satisfactory degree and in good faith by the informant of the risks associated with the above marked procedure(s) and that I am of the belief that the party's consent is given of his/her own free will. I understand that, though I will not be held liable should the chosen procedure fail, all laws and regulations remain in full effect.
  
 +
Furthermore, I understand that any falsification of the consenting party's statement is strictly forbidden and may result in disciplinary measures up to and including termination and criminal penalties depending on severity.
  
 +
[b]Signed[/b]: [field]
  
 +
[hr][center][b]Research Director's stamp below, if present:[/b][/center]
 +
</pre></div></div>
 +
 +
===R&D Away Mission Briefing===
 +
 +
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 +
 +
'''(Created by Roy Tilton from Discord.)'''
 +
 +
<div class="mw-collapsible-content"><pre>
 +
[center][logo] [b][large]NEV Northern Light[/large][/b] [i]Away Mission Briefing[/i][/center]
 +
[br]
 +
Leader:[field]
 +
[br]
 +
Destination: [field]
 +
[br]
 +
Reason for travel: [field]
 +
 +
</pre></div></div>
  
==Medical==
 
  
===Medical Guidelines===
+
===R&D equipment loan form===
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
'''(This is a form for Medical Guidelines. Feel free to add something.)'''
+
'''(R&D Equipment loan form by Thrain. This is a form for the loaning of prototypes from R&D to other departments, usually equipment or experimental weapons.)'''
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[center][b]NEV Northern Light
+
[b]Equipment Loan[/b][br]
[logo]
 
[large][u]Medical Department Guidelines[/u][/large][/b][/center][hr]
 
 
 
 
[hr][br]
 
[hr][br]
[center][b]Golden rule:[/b][/center] [center]Keep communications up at all times on the Medical Channel and report all patient treatments, Prescriptions Et cetera![/center][br]
+
The following item(s) are considered experimental. NanoTrasen can not be held responsible for injury sustained during the use of the item(s). The receiver must use the following item(s) only for their intended purpose. The receiver must not share these items with any other person(s) without direct approval of NanoTrasen command staff. [br]
 +
[br]
 +
Item(s) loaned:[br]
 +
[field][br]
 +
[br]
 +
Name of receiver: [field][br]
 +
Name of crew member loaning the item(s): [field][br]
 +
[br]
 +
Note: Please make sure this form is stamped bellow the line by related head of staff before the end of one standard work week. [br]
 
[hr][br]
 
[hr][br]
[b]Guidelines[/b][br]
+
</pre></div></div>
[*] As a Medical doctor you are not required to do the chems, No. But you are required to at least do the basic chems. Two bottles are enough. This includes:
+
 
Dylovene, Dermaline, Biracidine, Dexalin Plus.[br]
+
 
[*]As a chemist however, you are required to do the advanced chems as well.[br]
+
===Research Equipment Request===
[*]Maintain equipment in peak condition at all times.[br]
+
 
[*]Stay calm under all circumstances, Patients tend to get nervous if their doctor is nervous.[br]
+
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
[*]Each treatment should be added to the patients medical records![br]
+
[*][b]Always[/b] lock Medical lockers & logout of Medical terminals after each use.[br]
+
'''(This form is to be handed to employees asking for advanced items from Research & Development, and held by R&D until they return the item; if they return it that is. Created by user Vorrarkul.)'''
[*]Never forget the Hippocratic oath.[br]
+
[*]Non-Disclosure Policy. We are not allowed to give out information about our patients. That includes the reason of their death. Special circumstances can change that. Read the Medical SoP ( Standard Operating Procedure ).[br]
+
<div class="mw-collapsible-content"><pre>
[*]If the Virology lab is being used, Notify your fellow employee's on the medical channel.[br]
+
[center][b]NEV Northern Light Research and Development
[*]Respect the chain of command! The Chief Medical Officer outranks you. The captain outranks the CMO. That does not mean that the Captain can ignore the Non-Disclosure Policy.[br]
+
[logo]
[*]Just because you are a Nurse, Surgeon or Emergency Physician, doesn't mean that you are not required to treat patients.[br]
+
[large][u]Research Equipment Request[/u][/large][/b][/center][hr][small][i]To be filled out by the requesting employee. All sections are required to be filled out. This report must be signed and submitted before any equipment may be distributed.[/i][/small]
[*][b]Prioritize Patients:[/b] minor damage can be treated later. ( Sometimes you should apply Spacecilin though, to avoid infections). More important cases take priority.[br]
 
[*]Maintain proper manners! As a Medical Doctor of 'Nanotrasen' You must maintain a proper uniform appearance.[br]
 
[*]Always have your Medical Belt filled with some basic chems at the very least. Not being equipped properly are grounds for a demotion.[br]
 
[*]Going to cryo with Gear will result in a [b]suspension[/b] from the Medical team. [b][[But seriously try to take your gear off, We’ll understand if it was an emergency but try to not cryo with gear]].[/b][br]
 
[*]The front desk of the Medbay doesn't /have/ to be manned at all times. The crew has headsets for a reason. That doesn't mean it shouldn't be manned at all times.[br]
 
[*]Wash your hands before you do surgery. Wear latex gloves and a sterile mask. Wash those too.[br]
 
[*]Personal Note: Under my command, You should keep your medical belt equipped. Including your hud. I understand if you not much is going on and you're doing whatever you do. But if I see someone walking in as the shift started. Not getting equipped and heading out already, I'll fire you without a warning.[br]
 
[small][i]Credits for this go to Lassara Faaira'Nrezi[/i][/small]
 
</pre></div></div>
 
  
 +
[b]Requesting Employee[/b]: [field]
 +
[b]Requested Equipment[/b]:
 +
[field]
 +
[b]Reason for Request[/b]: [field]
  
===Prescription Form===
+
[hr][b]Requesting Employee's Signature[/b]: [field]
 +
[b]Distributing Researcher's Signature[/b]: [field]
 +
[b]Date of Signature[/b]: [date]
 +
[b]Time of Distribution[/b]: [field]
 +
[small][i]Use 'sign' enclosed by brackets to create a signature. Use 'time' enclosed by brackets to print the current time.[/i][/small]
  
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
[hr][small][i]To be filled out by the employee returning the equipment.[/i][/small]
+
[b]Returning Employee's Signature:[/b] [field]
'''(A form for prescribing patients medicines that they can then pick up later.)'''
+
[b]Receiving Researcher's Signature:[/b] [field]
+
[b]Time of Return:[/b] [field]
<div class="mw-collapsible-content"><pre>
+
[small][i]Use 'sign' enclosed by brackets to create a signature. Use 'time' enclosed by brackets to print the current time.
 
+
This form must be stamped below the line by the Research Director before the end of the shift in order to be valid.[/i][/small]
[center][large][b]NEV Northern Light Medical Department[/b][/large][/center]
 
[br]
 
[large][u]Prescription[/u]:[/large][br] [field]
 
[br][br][hr]
 
[u]For[/u]: [field] [br]
 
[u]Assignment[/u]: [field] [br]
 
[hr]
 
[u]Prescribing Doctor[/u]: [field] [br]
 
[u]Date[/u]: [field] [br]
 
 
[hr]
 
[hr]
[u]Pharmacist[/u]: [field] [br][br]
 
[small]This prescription will not be refilled except under written authorization.[/small]
 
 
 
</pre></div></div>
 
</pre></div></div>
  
  
===Autopsy Report===
+
===Experiment Waiver===
 +
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
'''(Autopsy Report by Susan)'''
+
'''(This form is for getting an employee's consent to participate in a scientific experiment. This is handy for holding someone accountable if they claim they didn't consent after the fact, even when they did.)'''
+
 
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[b][center]OFFICE OF THE SHIP MEDICAL EXAMINER[/b][/center][br]
+
[center][b]NEV Northern Light
[i][center]NEV Northern Light[/i][/center][br]
+
[logo]
[br]
+
[large][u]Experiment Waiver[/u][/large][/b][/center][hr][small][i]To be filled out by the employee volunteering for testing. All sections are required to be filled out. This waiver must be signed and submitted before any experiments may be conducted.[/i][/small]
DECEASED: [field][br]
 
RACE: [field][br]
 
SEX: [field][br]
 
AGE: [field][br]
 
RANK: [field][br]
 
[hr]
 
TYPE OF DEATH: [field][br]
 
DESCRIPTION OF BODY: [field][br]
 
MARKS AND WOUNDS: [field][br]
 
[hr]
 
PROBABLE CAUSE OF DEATH: [field][br]
 
MANNER OF DEATH: [field][br]
 
[hr]
 
[i]I hereby declare that after receiving notice of the death described herein, I took charge of the body and made inquiries regarding the cause of death in accordance with Section 38-701b of NanoTrasen Pathology Code, and that the information contained herein regarding said death is true and correct to the best of my knowledge and belief.[/i][br]
 
SIGNATURE: [field][br]
 
</pre></div></div>
 
  
 +
[b]Volunteering Employee[/b]: [field]
 +
[b]Experiment Details[/b]:
 +
[field]
 +
[b]Volunteer Role[/b]: [field]
  
===Department Health Inspection===
+
[hr][small][i]To be filled out by the member of Research conducting the experiment.[/i][/small]
 +
[b]Experiment Researcher[/b]:
 +
[b]Agreement Details[/b]:
 +
I, undersigned, [field]
 +
 
 +
[hr][b]Volunteering Employee's Signature[/b]: [field]
 +
[b]Overseeing Head of Staff's Signature[/b]: [field]
 +
[b]Research Director's Signature[/b]: [field]
 +
[b]Date of Signature[/b]: [date]
 +
[small][i]Use 'sign' enclosed by brackets to create a signature.
 +
This form must be stamped below the line by the overseeing head of staff before the end of one standard work week.[/i][/small]
 +
[hr]
 +
</pre></div></div>
 +
 
 +
 
 +
===Expedition Volunteer Waiver===
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
'''(By Emmanuel Bassil)'''<div class="mw-collapsible-content"><pre>
+
[center][b][u]S-113 Form:[/u][/b][large]Shift Departmental Sanitation Assessment[/center][/large]
+
'''(This form is for people volunteering to join an expedition. This is important for keeping track of liabilities in case a volunteer is hurt, so that they cannot sue the company. Created by Vorrarkul from Virgo.)'''
[br][hr]
+
 
[br][b][u]Department:[/u][/b][i]
+
<div class="mw-collapsible-content"><pre>
[br][field][/i]
+
[center][b]NEV Northern Light
[br][b][u]Inspecting Medical Employee's Signature:[/u][/b][i]
+
[logo]
[br][field][/i]
+
[large][u] Volunteer Waiver[/u][/large][/b][/center][hr][small][i]To be filled out by the employee volunteering for expedition. All sections are required to be filled out. This waiver must be signed and submitted before any expeditions may be conducted.[/i][/small]
[br][b][u]Sanitary state of Department:[/u][/b][i]
+
 
[br][field][/i]
+
[b]Volunteering Employee:[/b] [field]
[br][b][u]Sanitary state of Employees:[/u][/b][i]
+
[b][u] Details:[/u][/b]
[br][field][/i]
+
[field]
[br][b][u]Suggested action:[/u][/b][i]
+
[b]Volunteer Role:[/b] [field]
[br][field][/i]
+
 
[br][b][u]Action Taken. Administrative use only.[/u][/b][i]
+
[hr][b][u]Agreement Details:[/u][/b]
[br][field][/i]
+
I, [field] understand that to disobey the orders given by the Pilot(s) or explorer(s). etc. I will not be permitted to enter another mission and will be confined to the ship or returned to the Northern Light. I also will accept my death as my own fault of not having a implant or body back-up.
[br][b][u]Chief Medical Officer's Signature.[/u][/b][i]
 
[br][field][/i]
 
[br][hr][i][small]Contained review materials are not representative of the views of NT. NT and are not liable for any bias or offensive language contained within said review materials. NT withold the right to action upon any information contained within this assessment.[/i][/small][br]
 
  
 +
[hr][b]Volunteering Employee's Signature:[/b] [field]
 +
[b]Overseeing Head of Staff's Signature:[/b] [field]
 +
[b]Date of Signature:[/b] [date]
 +
[small][i]Use 'sign' enclosed by brackets to create a signature.
 +
This form must be stamped below the line by the overseeing head of staff before the end of one standard work week.[/i][/small]
 +
[hr]
 
</pre></div></div>
 
</pre></div></div>
  
 +
==='''Robotics'''===
  
===Resleeve Request===
+
===On-Death Cyborgification===
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
'''(Cyborgification Contract by Critica. This is to be filled out before hand should a crewmemeber wish to give consent to Cyborgification upon their death as apposed to being resleeved.)'''
'''(This form is for crew members to request a new body- presumably after designing their sparkledog in the Body Designer console.''' '''created by user Vorrarkul)'''
 
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[center][b]NEV Northern Light
+
[b]On-Death Cyborgification Contract[/b][br]
[logo]
+
[br]
[large][u]Resleeve Request[/u][/large][/b][/center][hr][small][i]To be filled out by the requesting employee. All sections are required to be filled out. This report must be signed and submitted before any resleeving may be performed.[/i][/small]
+
I, [field], hereby declare that the certified Roboticist aboard the registered NanoTrasen ship "NEV Northern Light" is permitted to extract my brain with intent to Cyborgify upon death.[br]
 
+
[br]
[b]Requesting Employee:[/b] [field]
+
I am well aware of the risks presented through both the surgery and Cyborgification, and I realize that NanoTrasen is not to be held liable if either of these should fail for any reason.[br]
[b][u]Reason for Resleeve:[/u][/b]
+
[br]
[field]
+
[b]Signed[/b]: [field][br]
[b][u]Requested Conduct Regarding Old Sleeve:[/u][/b]
 
[field]
 
 
 
[hr][b]Requesting Employee's Signature:[/b] [field]
 
[b]Medical Doctor's Signature:[/b] [field]
 
[b]Date of Signature:[/b] [date]
 
[small][i]Use 'sign' enclosed by brackets to create a signature.
 
This form must be stamped below the line by the Chief Medical Officer before the end of one standard work week.[/i][/small]
 
[hr]
 
 
</pre></div></div>
 
</pre></div></div>
  
  
===(Chemist): Medical Prescription Request===
+
===Live Cyborgification===
 +
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
'''(This is to be handed out to people requesting prescriptions- typically seen used for those roleplaying medical conditions. created by user Vorrarkul)'''
+
'''(This is for a cyborgification or AI assimilation procedure on a living crewmember.)'''
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[center][b]NEV Northern Light
+
[center][large][b]Live cyborgification contract[/b][/large][/center]
[logo]
+
[center][field][/center][hr]
[large][u]Resleeve Request[/u][/large][/b][/center][hr][small][i]To be filled out by the requesting employee. All sections are required to be filled out. This report must be signed and submitted before any resleeving may be performed.[/i][/small]
+
Date:[field]-2559[br]
 +
Time:[field][br]
 +
[hr][br]
 +
[b] [i] NLS SOUTHRN CROSS [/i] [/b] [br]
 +
By signing this contract you will be filed for voluntary cybogification.[br][br] Lobotomy will be performed on your person and your brain will be transported, implanted and synchronized to a functional cyborg shell. You also agree to abide by NT Cyborg law and that the research dep., NT, or any of its affilites are not responsible for the loss of, or damage to any of the following:[br][list][small] [*]Health[*]Life[*]posessions[*]investments[*]relationships[*]sense of fullfillment[*]fun[/small][/list]
 +
[br]
 +
[small]The research team withholds the privilege to, [i]at any time[/i], end the cyborg contract in question, thereby destroying the shell in the process, and consider returning the brain to a biological body.[/small][br] [hr]
 +
Subject signature:[field][br]
 +
Current Occupation:[field][br]
 +
Preferred Cyborg name:[field][br]
 +
[small](add additional entries here to document
  
[b]Requesting Employee:[/b] [field]
+
(part 2)
[b][u]Reason for Resleeve:[/u][/b]
+
[small] present name of cyborg:)[/small][field]
[field]
+
[hr]
[b][u]Requested Conduct Regarding Old Sleeve:[/u][/b]
+
Performing roboticist signature:[field]
[field]
 
 
 
[hr][b]Requesting Employee's Signature:[/b] [field]
 
[b]Medical Doctor's Signature:[/b] [field]
 
[b]Date of Signature:[/b] [date]
 
[small][i]Use 'sign' enclosed by brackets to create a signature.
 
This form must be stamped below the line by the Chief Medical Officer before the end of one standard work week.[/i][/small]
 
 
[hr]
 
[hr]
 +
Head of research department Signature:[field][br][br]
 +
[small][center]-Reminder to notify subject's head of staff and security-[/small][br]
 +
[hr][small]stamp if cyborgification completed successfully:[/small][/center][hr]
 
</pre></div></div>
 
</pre></div></div>
  
  
===(Psychiatrist): Psychiatric Evaluation===
+
===AI Contract for On-Death===
 +
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
'''(This form is to help supplement psychiatric roleplay, and be filled out after a therapy session by the psychiatrist.''' '''created by user Vorrarkul)'''
+
'''(On-Death AIA Contract by Critica. This is to be filled out before hand should a crewmemeber wish to give consent to AI-fication upon their death as apposed to being resleeved.)'''
 
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[center][b]NEV Northern Light
 
[logo]
 
[large][u]Psychiatric Evaluation[/u][/large][/b][/center][hr][small][i]To be filled out by the psychiatrist. Fill out as many sections as possible. This report must be signed and submitted before the end of one standard work week.[/i][/small]
 
 
[b]Psychiatrist[/b]: [field]
 
[b]Patient and Occupation[/b]: [field]
 
[b]Patient's Last Checkup[/b]: [field]
 
 
[hr][b][u]Concerns[/u][/b]:
 
[field]
 
[b][u]Evaluation[/u][/b]:
 
[field]
 
[b][u]Conclusion[/u][/b]:
 
[field]
 
 
[hr][b][u]Comments[/u][/b]:
 
[field]
 
 
[hr][b]Psychiatrist's Signature[/b]: [field]
 
[b]Date of Signature[/b]: [date]
 
[small][i]Use 'sign' enclosed by brackets to create a signature.
 
This form must be stamped below the line by the Chief Medical Officer before the end of one standard work week.[/i][/small]
 
[hr]
 
  
 +
[b]On-Death AIA Contract[/b][br]
 +
[br]
 +
I hereby declare that the certified Roboticist aboard the registered NanoTrasen ship "NEV Northern Light" is permitted to remove my brain with intent to enact an Artificial Intelligence Assimilation (AIA) upon my death.[br]
 +
[br]
 +
I am well aware of the risks presented through both the surgery and AIA, and I realize that NanoTrasen is not to be held liable, should these procedures prove to be unsuccessful.[br]
 +
[br]
 +
[b]Signed[/b]: [field][br]
 +
[br]
 
</pre></div></div>
 
</pre></div></div>
  
  
== Research & Development ==
+
===AI Contract for live conversion===
 
 
===R&D Away Mission Briefing===
 
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
'''(Created by Roy Tilton from Discord.)'''
+
'''(AIA Contract for Live by Critica)'''
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[center][logo] [b][large]NEV Northern Light[/large][/b] [i]Away Mission Briefing[/i][/center]
+
[b]Live AIA Contract[/b][br]
 
[br]
 
[br]
Leader:[field]
+
I, [field], hereby declare that the certified Roboticist aboard the registered NanoTrasen ship "NEV Northern Light" is permitted to extract my brain during a live surgery with the intent to enact an Artificial Intelligence Assimilation (AIA).[br]
 
[br]
 
[br]
Destination: [field]
+
I am well aware of the risks presented through both the surgery and AIA, and I realize that NanoTrasen is not to be held liable, should these procedures cause pain, disfigurement, dismemberment or death.[br]
 +
[br]
 +
[b]Signed[/b]: [field][br]
 +
[b]Roboticist Signature:[/b] [field][br]
 +
[br]
 +
[i]Contract must be stamped by a Head of Staff before operation can occur.[/i][br]
 
[br]
 
[br]
Reason for travel: [field]
 
 
 
</pre></div></div>
 
</pre></div></div>
  
  
===R&D equipment loan form===
+
===On-Death Synthetic Conversion Contract===
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
 
'''(R&D Equipment loan form by Thrain. This is a form for the loaning of prototypes from R&D to other departments, usually equipment or experimental weapons.)'''
+
'''(On-Death Synthetic Conversion Contract by SvartaSvansen)'''
+
 
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[b]Equipment Loan[/b][br]
+
[center][h3]On-Death Synthetic Conversion Contract[/h3][/center]
[hr][br]
+
I, [field], give my consent that the certified Roboticist, [field], aboard the registered NanoTrasen ship NEV Northern Light, upon my death, may extract my brain with intent to perform one of the marked procedures below:
The following item(s) are considered experimental. NanoTrasen can not be held responsible for injury sustained during the use of the item(s). The receiver must use the following item(s) only for their intended purpose. The receiver must not share these items with any other person(s) without direct approval of NanoTrasen command staff. [br]
+
 
[br]
+
[small](Mark "X" all that apply. At least one must be marked.)[/small]
Item(s) loaned:[br]
+
 
[field][br]
+
[grid][row][cell][[cell][field][cell]] Full Body Prosthesis
[br]
+
[row][cell][[cell][field][cell]] Cyborg Integration
Name of receiver: [field][br]
+
[row][cell][[cell][field][cell]] Artificial Intelligence Upload[/grid]
Name of crew member loaning the item(s): [field][br]
+
[hr][center][b]Signature of Consenting Party[/b][/center]
[br]
+
I, [field], certify that I have been informed to the extent of my own satisfaction of the risks associated with the above marked procedure(s) and that I give my informed consent of my own free will, of sound mind, and free of coercion, council, or deceit from another party. Furthermore, I agree that I will not hold NanoTrasen nor the above named Roboticist liable in the event that the chosen procedure is unsuccessful.
Note: Please make sure this form is stamped bellow the line by related head of staff before the end of one standard work week. [br]
+
 
[hr][br]
+
[b]Signed[/b]: [field]
 +
 
 +
[hr][center][b]Signature of Certified Roboticist[/b][/center]
 +
I, [field], certify that the above named consenting party has been informed to a satisfactory degree and in good faith by the informant of the risks associated with the above marked procedure(s) and that I am of the belief that the party's consent is given of his/her own free will. I understand that, though I will not be held liable should the chosen procedure fail, all laws and regulations remain in full effect.
 +
 
 +
Furthermore, I understand that any falsification of the consenting party's statement is strictly forbidden and may result in disciplinary measures up to and including termination and criminal penalties depending on severity.
 +
 
 +
[b]Signed[/b]: [field]
 +
 
 +
[hr][center][b]Research Director's stamp below, if present:[/b][/center]
 
</pre></div></div>
 
</pre></div></div>
  
  
===Research Equipment Request===
+
==='''Xenobiology'''===
 +
 
 +
===Slime Breeding Log===
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 +
'''(Slime Breeding Log by Malsquando For archival of slime population on the ship.)'''
 
   
 
   
'''(This form is to be handed to employees asking for advanced items from Research & Development, and held by R&D until they return the item; if they return it that is. Created by user Vorrarkul.)'''
+
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
 
[center][b]NEV Northern Light Research and Development
 
[logo]
 
[large][u]Research Equipment Request[/u][/large][/b][/center][hr][small][i]To be filled out by the requesting employee. All sections are required to be filled out. This report must be signed and submitted before any equipment may be distributed.[/i][/small]
 
  
[b]Requesting Employee[/b]: [field]
+
[b][u][center]Slime Breeding Log[/b][/u][/center][br]
[b]Requested Equipment[/b]:
+
[br]
[field]
+
Local Time during observation of breeding:[field][br]
[b]Reason for Request[/b]: [field]
+
[br]
 
+
Parent Slime type of bred Slime:[field][br]
[hr][b]Requesting Employee's Signature[/b]: [field]
+
Parent Slime ID# of bred Slime:[field][br]
[b]Distributing Researcher's Signature[/b]: [field]
+
[br]
[b]Date of Signature[/b]: [date]
+
Bred Slime type:[field][br]
[b]Time of Distribution[/b]: [field]
+
Bred Slime ID#:[field][br]
[small][i]Use 'sign' enclosed by brackets to create a signature. Use 'time' enclosed by brackets to print the current time.[/i][/small]
+
[br]
 
+
Child Slime type of bred Slime:[field][br]
[hr][small][i]To be filled out by the employee returning the equipment.[/i][/small]
+
Child Slime ID# of bred Slime:[field][br]
[b]Returning Employee's Signature:[/b] [field]
+
[br]
[b]Receiving Researcher's Signature:[/b] [field]
+
Child Slime type of bred Slime:[field][br]
[b]Time of Return:[/b] [field]
+
Child Slime ID# of bred Slime:[field][br]
[small][i]Use 'sign' enclosed by brackets to create a signature. Use 'time' enclosed by brackets to print the current time.
+
[br]
This form must be stamped below the line by the Research Director before the end of the shift in order to be valid.[/i][/small]
+
Child Slime type of bred Slime:[field][br]
[hr]
+
Child Slime ID# of bred Slime:[field][br]
 +
[br]
 +
Child Slime type of bred Slime:[field][br]
 +
Child Slime ID# of bred Slime:[field][br]
 +
[br]
 +
Notes:[field][br]
 +
[br]
 +
Signature of observing scientist:
 
</pre></div></div>
 
</pre></div></div>
  
  
===Experiment Waiver===
+
===Core Experimentation Log===
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
'''(This form is for getting an employee's consent to participate in a scientific experiment. This is handy for holding someone accountable if they claim they didn't consent after the fact, even when they did.)'''
+
'''(Core Experimentation Log by Malsquando. Archival of all experiments done to slime in the care of the ship.)'''  
 +
 +
<div class="mw-collapsible-content"><pre>
  
<div class="mw-collapsible-content"><pre>
+
[b][u][center]Core Experimentation Log[/b][/u][/center][br]
 +
[br]
 +
Local Time apon experimentation:[field][br]
 +
[br]
 +
Core type:[field][br]
 +
origin Slime ID#:[field][br]
 +
[br]
 +
Injected substance:[field][br]
 +
Observed Effect:[field][br]
 +
[br]
 +
Notes:[field][br]
 +
[br]
 +
Signature:
 +
</pre></div></div>
 +
 
 +
==Lazarus Medical==
 +
 
 +
===Medical Guidelines===
 +
 
 +
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 +
 +
'''(This is a form for Medical Guidelines. Feel free to add something.)'''
 +
 +
<div class="mw-collapsible-content"><pre>
 
[center][b]NEV Northern Light
 
[center][b]NEV Northern Light
 
[logo]
 
[logo]
[large][u]Experiment Waiver[/u][/large][/b][/center][hr][small][i]To be filled out by the employee volunteering for testing. All sections are required to be filled out. This waiver must be signed and submitted before any experiments may be conducted.[/i][/small]
+
[large][u]Medical Department Guidelines[/u][/large][/b][/center][hr]
 +
 
 +
[hr][br]
 +
[center][b]Golden rule:[/b][/center] [center]Keep communications up at all times on the Medical Channel and report all patient treatments, Prescriptions Et cetera![/center][br]
 +
[hr][br]
 +
[b]Guidelines[/b][br]
 +
[*] As a Medical doctor you are not required to do the chems, No. But you are required to at least do the basic chems. Two bottles are enough. This includes:
 +
Dylovene, Dermaline, Biracidine, Dexalin Plus.[br]
 +
[*]As a chemist however, you are required to do the advanced chems as well.[br]
 +
[*]Maintain equipment in peak condition at all times.[br]
 +
[*]Stay calm under all circumstances, Patients tend to get nervous if their doctor is nervous.[br]
 +
[*]Each treatment should be added to the patients medical records![br]
 +
[*][b]Always[/b] lock Medical lockers & logout of Medical terminals after each use.[br]
 +
[*]Never forget the Hippocratic oath.[br]
 +
[*]Non-Disclosure Policy. We are not allowed to give out information about our patients. That includes the reason of their death. Special circumstances can change that. Read the Medical SoP ( Standard Operating Procedure ).[br]
 +
[*]If the Virology lab is being used, Notify your fellow employee's on the medical channel.[br]
 +
[*]Respect the chain of command! The Chief Medical Officer outranks you. The captain outranks the CMO. That does not mean that the Captain can ignore the Non-Disclosure Policy.[br]
 +
[*]Just because you are a Nurse, Surgeon or Emergency Physician, doesn't mean that you are not required to treat patients.[br]
 +
[*][b]Prioritize Patients:[/b] minor damage can be treated later. ( Sometimes you should apply Spacecilin though, to avoid infections). More important cases take priority.[br]
 +
[*]Maintain proper manners! As a Medical Doctor of 'Nanotrasen' You must maintain a proper uniform appearance.[br]
 +
[*]Always have your Medical Belt filled with some basic chems at the very least. Not being equipped properly are grounds for a demotion.[br]
 +
[*]Going to cryo with Gear will result in a [b]suspension[/b] from the Medical team. [b][[But seriously try to take your gear off, We’ll understand if it was an emergency but try to not cryo with gear]].[/b][br]
 +
[*]The front desk of the Medbay doesn't /have/ to be manned at all times. The crew has headsets for a reason. That doesn't mean it shouldn't be manned at all times.[br]
 +
[*]Wash your hands before you do surgery. Wear latex gloves and a sterile mask. Wash those too.[br]
 +
[*]Personal Note: Under my command, You should keep your medical belt equipped. Including your hud. I understand if you not much is going on and you're doing whatever you do. But if I see someone walking in as the shift started. Not getting equipped and heading out already, I'll fire you without a warning.[br]
 +
[small][i]Credits for this go to Lassara Faaira'Nrezi[/i][/small]
 +
</pre></div></div>
  
[b]Volunteering Employee[/b]: [field]
 
[b]Experiment Details[/b]:
 
[field]
 
[b]Volunteer Role[/b]: [field]
 
  
[hr][small][i]To be filled out by the member of Research conducting the experiment.[/i][/small]
+
===Prescription Form===
[b]Experiment Researcher[/b]:
 
[b]Agreement Details[/b]:
 
I, undersigned, [field]
 
 
 
[hr][b]Volunteering Employee's Signature[/b]: [field]
 
[b]Overseeing Head of Staff's Signature[/b]: [field]
 
[b]Research Director's Signature[/b]: [field]
 
[b]Date of Signature[/b]: [date]
 
[small][i]Use 'sign' enclosed by brackets to create a signature.
 
This form must be stamped below the line by the overseeing head of staff before the end of one standard work week.[/i][/small]
 
[hr]
 
</pre></div></div>
 
 
 
 
 
===Expedition Volunteer Waiver===
 
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
'''(This form is for people volunteering to join an expedition. This is important for keeping track of liabilities in case a volunteer is hurt, so that they cannot sue the company. Created by Vorrarkul from Virgo.)'''
+
'''(A form for prescribing patients medicines that they can then pick up later.)'''
 
+
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[center][b]NEV Northern Light
 
[logo]
 
[large][u] Volunteer Waiver[/u][/large][/b][/center][hr][small][i]To be filled out by the employee volunteering for expedition. All sections are required to be filled out. This waiver must be signed and submitted before any expeditions may be conducted.[/i][/small]
 
  
[b]Volunteering Employee:[/b] [field]
+
[center][large][b]NEV Northern Light Medical Department[/b][/large][/center]
[b][u] Details:[/u][/b]
+
[br]
[field]
+
[large][u]Prescription[/u]:[/large][br] [field]
[b]Volunteer Role:[/b] [field]
+
[br][br][hr]
 
+
[u]For[/u]: [field] [br]
[hr][b][u]Agreement Details:[/u][/b]
+
[u]Assignment[/u]: [field] [br]
I, [field] understand that to disobey the orders given by the Pilot(s) or explorer(s). etc. I will not be permitted to enter another mission and will be confined to the ship or returned to the Northern Light. I also will accept my death as my own fault of not having a implant or body back-up.
+
[hr]
 
+
[u]Prescribing Doctor[/u]: [field] [br]
[hr][b]Volunteering Employee's Signature:[/b] [field]
+
[u]Date[/u]: [field] [br]
[b]Overseeing Head of Staff's Signature:[/b] [field]
 
[b]Date of Signature:[/b] [date]
 
[small][i]Use 'sign' enclosed by brackets to create a signature.
 
This form must be stamped below the line by the overseeing head of staff before the end of one standard work week.[/i][/small]
 
 
[hr]
 
[hr]
 +
[u]Pharmacist[/u]: [field] [br][br]
 +
[small]This prescription will not be refilled except under written authorization.[/small]
 +
 
</pre></div></div>
 
</pre></div></div>
  
==='''Robotics'''===
 
 
===On-Death Cyborgification===
 
  
 +
===Autopsy Report===
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
'''(Cyborgification Contract by Critica. This is to be filled out before hand should a crewmemeber wish to give consent to Cyborgification upon their death as apposed to being resleeved.)'''
+
 +
'''(Autopsy Report by Susan)'''
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[b]On-Death Cyborgification Contract[/b][br]
+
[b][center]OFFICE OF THE SHIP MEDICAL EXAMINER[/b][/center][br]
 +
[i][center]NEV Northern Light[/i][/center][br]
 
[br]
 
[br]
I, [field], hereby declare that the certified Roboticist aboard the registered NanoTrasen ship "NEV Northern Light" is permitted to extract my brain with intent to Cyborgify upon death.[br]
+
DECEASED: [field][br]
[br]
+
RACE: [field][br]
I am well aware of the risks presented through both the surgery and Cyborgification, and I realize that NanoTrasen is not to be held liable if either of these should fail for any reason.[br]
+
SEX: [field][br]
[br]
+
AGE: [field][br]
[b]Signed[/b]: [field][br]
+
RANK: [field][br]
 +
[hr]
 +
TYPE OF DEATH: [field][br]
 +
DESCRIPTION OF BODY: [field][br]
 +
MARKS AND WOUNDS: [field][br]
 +
[hr]
 +
PROBABLE CAUSE OF DEATH: [field][br]
 +
MANNER OF DEATH: [field][br]
 +
[hr]
 +
[i]I hereby declare that after receiving notice of the death described herein, I took charge of the body and made inquiries regarding the cause of death in accordance with Section 38-701b of NanoTrasen Pathology Code, and that the information contained herein regarding said death is true and correct to the best of my knowledge and belief.[/i][br]
 +
SIGNATURE: [field][br]
 
</pre></div></div>
 
</pre></div></div>
  
  
===Live Cyborgification===
+
===Department Health Inspection===
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
   
+
'''(By Emmanuel Bassil)'''<div class="mw-collapsible-content"><pre>
'''(This is for a cyborgification or AI assimilation procedure on a living crewmember.)'''
+
[center][b][u]S-113 Form:[/u][/b][large]Shift Departmental Sanitation Assessment[/center][/large]
 +
[br][hr]
 +
[br][b][u]Department:[/u][/b][i]
 +
[br][field][/i]
 +
[br][b][u]Inspecting Medical Employee's Signature:[/u][/b][i]
 +
[br][field][/i]
 +
[br][b][u]Sanitary state of Department:[/u][/b][i]
 +
[br][field][/i]
 +
[br][b][u]Sanitary state of Employees:[/u][/b][i]
 +
[br][field][/i]
 +
[br][b][u]Suggested action:[/u][/b][i]
 +
[br][field][/i]
 +
[br][b][u]Action Taken. Administrative use only.[/u][/b][i]
 +
[br][field][/i]
 +
[br][b][u]Chief Medical Officer's Signature.[/u][/b][i]
 +
[br][field][/i]
 +
[br][hr][i][small]Contained review materials are not representative of the views of NT. NT and are not liable for any bias or offensive language contained within said review materials. NT withold the right to action upon any information contained within this assessment.[/i][/small][br]
 +
 
 +
</pre></div></div>
 +
 
 +
 
 +
===Resleeve Request===
 +
 
 +
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 +
   
 +
'''(This form is for crew members to request a new body- presumably after designing their sparkledog in the Body Designer console.''' '''created by user Vorrarkul)'''
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[center][large][b]Live cyborgification contract[/b][/large][/center]
+
[center][b]NEV Northern Light
[center][field][/center][hr]
+
[logo]
Date:[field]-2559[br]
+
[large][u]Resleeve Request[/u][/large][/b][/center][hr][small][i]To be filled out by the requesting employee. All sections are required to be filled out. This report must be signed and submitted before any resleeving may be performed.[/i][/small]
Time:[field][br]
+
 
[hr][br]
+
[b]Requesting Employee:[/b] [field]
[b] [i] NLS SOUTHRN CROSS [/i] [/b] [br]
+
[b][u]Reason for Resleeve:[/u][/b]
By signing this contract you will be filed for voluntary cybogification.[br][br] Lobotomy will be performed on your person and your brain will be transported, implanted and synchronized to a functional cyborg shell. You also agree to abide by NT Cyborg law and that the research dep., NT, or any of its affilites are not responsible for the loss of, or damage to any of the following:[br][list][small] [*]Health[*]Life[*]posessions[*]investments[*]relationships[*]sense of fullfillment[*]fun[/small][/list]
+
[field]
[br]
+
[b][u]Requested Conduct Regarding Old Sleeve:[/u][/b]
[small]The research team withholds the privilege to, [i]at any time[/i], end the cyborg contract in question, thereby destroying the shell in the process, and consider returning the brain to a biological body.[/small][br] [hr]
+
[field]
Subject signature:[field][br]
 
Current Occupation:[field][br]
 
Preferred Cyborg name:[field][br]
 
[small](add additional entries here to document
 
  
(part 2)
+
[hr][b]Requesting Employee's Signature:[/b] [field]
[small] present name of cyborg:)[/small][field]
+
[b]Medical Doctor's Signature:[/b] [field]
 +
[b]Date of Signature:[/b] [date]
 +
[small][i]Use 'sign' enclosed by brackets to create a signature.
 +
This form must be stamped below the line by the Chief Medical Officer before the end of one standard work week.[/i][/small]
 
[hr]
 
[hr]
Performing roboticist signature:[field]
 
[hr]
 
Head of research department Signature:[field][br][br]
 
[small][center]-Reminder to notify subject's head of staff and security-[/small][br]
 
[hr][small]stamp if cyborgification completed successfully:[/small][/center][hr]
 
 
</pre></div></div>
 
</pre></div></div>
  
  
===AI Contract for On-Death===
+
===(Chemist): Medical Prescription Request===
 
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
'''(On-Death AIA Contract by Critica. This is to be filled out before hand should a crewmemeber wish to give consent to AI-fication upon their death as apposed to being resleeved.)'''
+
'''(This is to be handed out to people requesting prescriptions- typically seen used for those roleplaying medical conditions. created by user Vorrarkul)'''
 +
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
 +
[center][b]NEV Northern Light
 +
[logo]
 +
[large][u]Resleeve Request[/u][/large][/b][/center][hr][small][i]To be filled out by the requesting employee. All sections are required to be filled out. This report must be signed and submitted before any resleeving may be performed.[/i][/small]
  
[b]On-Death AIA Contract[/b][br]
+
[b]Requesting Employee:[/b] [field]
[br]
+
[b][u]Reason for Resleeve:[/u][/b]
I hereby declare that the certified Roboticist aboard the registered NanoTrasen ship "NEV Northern Light" is permitted to remove my brain with intent to enact an Artificial Intelligence Assimilation (AIA) upon my death.[br]
+
[field]
[br]
+
[b][u]Requested Conduct Regarding Old Sleeve:[/u][/b]
I am well aware of the risks presented through both the surgery and AIA, and I realize that NanoTrasen is not to be held liable, should these procedures prove to be unsuccessful.[br]
+
[field]
[br]
+
 
[b]Signed[/b]: [field][br]
+
[hr][b]Requesting Employee's Signature:[/b] [field]
[br]
+
[b]Medical Doctor's Signature:[/b] [field]
</pre></div></div>
+
[b]Date of Signature:[/b] [date]
 +
[small][i]Use 'sign' enclosed by brackets to create a signature.
 +
This form must be stamped below the line by the Chief Medical Officer before the end of one standard work week.[/i][/small]
 +
[hr]
 +
</pre></div></div>
  
  
===AI Contract for live conversion===
+
===(Psychiatrist): Psychiatric Evaluation===
 
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
'''(AIA Contract for Live by Critica)'''
+
'''(This form is to help supplement psychiatric roleplay, and be filled out after a therapy session by the psychiatrist.''' '''created by user Vorrarkul)'''
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[b]Live AIA Contract[/b][br]
+
[center][b]NEV Northern Light
[br]
+
[logo]
I, [field], hereby declare that the certified Roboticist aboard the registered NanoTrasen ship "NEV Northern Light" is permitted to extract my brain during a live surgery with the intent to enact an Artificial Intelligence Assimilation (AIA).[br]
+
[large][u]Psychiatric Evaluation[/u][/large][/b][/center][hr][small][i]To be filled out by the psychiatrist. Fill out as many sections as possible. This report must be signed and submitted before the end of one standard work week.[/i][/small]
[br]
 
I am well aware of the risks presented through both the surgery and AIA, and I realize that NanoTrasen is not to be held liable, should these procedures cause pain, disfigurement, dismemberment or death.[br]
 
[br]
 
[b]Signed[/b]: [field][br]
 
[b]Roboticist Signature:[/b] [field][br]
 
[br]
 
[i]Contract must be stamped by a Head of Staff before operation can occur.[/i][br]
 
[br]
 
</pre></div></div>
 
  
 +
[b]Psychiatrist[/b]: [field]
 +
[b]Patient and Occupation[/b]: [field]
 +
[b]Patient's Last Checkup[/b]: [field]
 +
 +
[hr][b][u]Concerns[/u][/b]:
 +
[field]
 +
[b][u]Evaluation[/u][/b]:
 +
[field]
 +
[b][u]Conclusion[/u][/b]:
 +
[field]
 +
 +
[hr][b][u]Comments[/u][/b]:
 +
[field]
  
===On-Death Synthetic Conversion Contract===
+
[hr][b]Psychiatrist's Signature[/b]: [field]
 
+
[b]Date of Signature[/b]: [date]
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
[small][i]Use 'sign' enclosed by brackets to create a signature.
 +
This form must be stamped below the line by the Chief Medical Officer before the end of one standard work week.[/i][/small]
 +
[hr]
  
'''(On-Death Synthetic Conversion Contract by SvartaSvansen)'''
+
</pre></div></div>
  
 +
===Billing Guidelines===
 +
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 +
 +
'''(This form gives doctors guidelines on what and how much to charge for.)'''
 +
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[center][h3]On-Death Synthetic Conversion Contract[/h3][/center]
+
[h1][center]The Lazarus Foundation[/h1][center][lazarus][center][h3]Billing Guidelines[/h3][small]Advanced Trauma kits should only be used for surgery given their scarcity and the difficulty in obtaining more.[/small][hr][/center][small]Room is left for additions to be made mid-shift. Below prices are a guideline, the on-shift CMO ultimately decides costs.[/small]
I, [field], give my consent that the certified Roboticist, [field], aboard the registered NanoTrasen ship NEV Northern Light, upon my death, may extract my brain with intent to perform one of the marked procedures below:
+
[center][u][b]Itemized Billables:[/b][/u][br][table][row][cell][center][b]Treatment[/b][/center][cell][center][b]Cost[/b][cell][center][b]Surgical[/b][/center][cell][center][b]Cost[/b][cell][center][b]Systems[/b][/center][cell][center][b]Cost[/b]
 +
[row][cell][center][b]Gauze/Ointment[/b][cell][center]$50[cell][center][b]Emrg. Surg.[/b][cell][center]FREE[cell][center][b]Soulcrypt[/b][cell][center]$2000[row][cell][center][b]Adv. Burn/Trauma[/b][cell][center]$200[cell][center][b]Non-Emrg. Surg.[/b][cell][center]$500 + Materials[cell][center][b]Death Alarm[/b][cell][center]$500
 +
[row][cell][center][b]Splinting[/b][cell][center]$50[cell][center][b]Emerg. Care[/b][cell][center]FREE[cell][center][b]Cloning[/b][cell][center]$2000[row][cell][center][b]Blood Transfusion[/b][cell][center]$150[cell][center][b]Anesthesia[/b][cell][center]$100[cell][center][b]Body Scan[/b][cell][center]$30[row][cell][center][b]Prescription Glasses[/b][cell][center]$25[cell][center][b]Robotic Limb[/b][cell][center]$200[cell][center][b]Stasis Bag[/b][cell][center]$100[row][cell][center][b]Sleeper/Cryo[/b][cell][center]$50[cell][center][b]Cybernetics[/b][cell][center]$1000[cell][center][b]Organ Replacement[/b][cell][center]$1000[row][cell][center][b]NanoPaste[/b][cell][center]$500[cell][center][b][field][/b][cell][center]$[field][cell][center][b][field][/b][cell][center]$[field][row][row][cell][center][b][field][/b][cell][center]$[field][cell][center][b][field][/b][cell][center]$[field][cell][center][b][field][/b][cell][center]$[field][/table]
 +
 
 +
PAGE 2
  
[small](Mark "X" all that apply. At least one must be marked.)[/small]
+
[table]
 +
[center][b]Pharmaceuticals billed as base cost plus additional.
 +
Example: Med base cost of $20 + $5 per additional 5 units[/b]    [/center][row][cell][center][b]Bicaridine[/b][cell][center]$20+5[cell][center][b]Inaprovaline[/b][cell][center]$10+5[cell][center][b]Tricord[/b][cell][center]$15+3[row][cell][center][b]Meralyne[/b][cell][center]$50+10[cell][center][b]Kelotane[/b][cell][center]$15+5[cell][center][b]Dylovene[/b][cell][center]$15+5[row][cell][center][b]Dexalin[/b][cell][center]$15+5[cell][center][b]Dermaline[/b][cell][center]$25+5[cell][center][b]Hyronalin[/b][cell][center]$20+5[row][cell][center][b]Dexalin Plus[/b][cell][center]$20+5[cell][center][b]Alkysine[/b][cell][center]$40+5[cell][center][b]Arithrazine[/b][cell][center]$35+5[row][cell][center][b]Cryoxadone[/b][cell][center]$50+5[cell][center][b]Clonexadone[/b][cell][center]$100+20[cell][center][b]Citalopram[/b][cell][center]$10+5[row][cell][center][b]Kyphotorin[/b][cell][center]$150+50[cell][center][b]Paracetamol[/b][cell][center]$5+5[cell][center][b]Peridaxon[/b][cell][center]$50+20[row][cell][center][b]Ossinine[/b][cell][center]$150+50[cell][center][b]Tramadol[/b][cell][center]$15+5[cell][center][b]Polystem[/b][cell][center]$30+10[row][cell][center][b]Rezadone[/b][cell][center]$150+20[cell][center][b]Oxycodone[/b][cell][center]$40+10[cell][center][b]Spaceacillin[/b][cell][center]$5+5[row][row][cell][center][b]Rytalyn[/b][cell][center]$100+10[cell][center][b]Synaptizine[/b][cell][center]$20+5[cell][center][b]Antibodies[/b][cell][center]$30[row][row][cell][center][b]Methylphenidate[/b][cell][center]$30+10[cell][center][b]Imidazoline[/b][cell][center]$20+5[cell][center][b]Space Cleaner[/b][cell][center]$30 Refill[row][row][cell][center][b]Aminazine[/b][cell][center]$50+10[cell][center][b]Purger[/b][cell][center]$20+5[cell][center][b]Sterilzine[/b][cell][center]$50 Refill[row][row][cell][center][b]Addictol[/b][cell][center]$80+20[cell][center][b]Detox[/b][cell][center]$20+20[cell][center][b]Noexecutite[/b][cell][center]$60+20[row][row][cell][center][b]Vomitol[/b][cell][center]$10+5[cell][center][b]Rejuv Cleaner[/b][cell][center]$800 botl.[cell][center][b]Leporazine[/b][cell][center]$10+5[row][cell][center][b]Haloperidol[/b][cell][center]$30+5[cell][center][b]Sanguinum[/b][cell][center]$30+5[cell][center][b][field][/b][cell][center]$[field][row][row][cell][center][b][field][/b][cell][center]$[field][cell][center][b][field][/b][cell][center]$[field][cell][center][b][field][/b][cell][center]$[field][row][/table]
  
[grid][row][cell][[cell][field][cell]] Full Body Prosthesis
+
PAGE 3
[row][cell][[cell][field][cell]] Cyborg Integration
 
[row][cell][[cell][field][cell]] Artificial Intelligence Upload[/grid]
 
[hr][center][b]Signature of Consenting Party[/b][/center]
 
I, [field], certify that I have been informed to the extent of my own satisfaction of the risks associated with the above marked procedure(s) and that I give my informed consent of my own free will, of sound mind, and free of coercion, council, or deceit from another party. Furthermore, I agree that I will not hold NanoTrasen nor the above named Roboticist liable in the event that the chosen procedure is unsuccessful.
 
  
[b]Signed[/b]: [field]
+
[b]Nanites/Stims[/b][table][row][cell][center][b]Adrenaline[/b][cell][center]$70+10[cell][center][b]Serotrotium[/b][cell][center]$70+10[cell][center][b]Trauma Control System[/b][cell][center]$250+100[row][cell][center][b]Oxyrush[/b][cell][center]$250+100[cell][center][b]Implantoids[/b][cell][center]$200+100[cell][center][b]Nanosymbiotes[/b][cell][center]$250+100[row][cell][center][b]A-Rad[/b][cell][center]$250+100[cell][center][b]Control Booster Combat[/b][cell][center]$400+100[cell][center][b]Control Booster Utility[/b][cell][center]$400+100[row][cell][center][b]Purgers[/b][cell][center]$200[cell][center][b]Bouncer[/b][cell][center]$150+50[cell][center][b]Boxer[/b][cell][center]$250+50[row][cell][center][b]Violence[/b][cell][center]$100+20[cell][center][b]Violence Ultra[/b][cell][center]$200+100[cell][center][b]Steady[/b][cell][center]$150+30[row][cell][center][b][field][/b][cell][center]$[field][cell][center][b][field][/b][cell][center]$[field][cell][center][b][field][/b][cell][center]$[field][row][cell][center][b][field][/b][cell][center]$[field][cell][center][b][field][/b][cell][center]$[field][cell][center][b][field][/b][cell][center]$[field]
 +
[/table][br][small]Note: Emergency Care is defined as the minimum required care to return the patient to work. Any additional care performed or supplies used are subject to billing.[/small]
 +
[hr][small][i][u]Notice of legal compliance with The Agreement:[/u] 3.3.2 - Due to the prohibitive cost of cloning procedures, Lazarus employees are required to charge $2000 for all cloning procedures, as well as adjacent services, such as the installation of “Soulcrypt” implants. 3.3.2a - Heads of Staff, and all personnel employed by Aegis Security Solutions have been insured by NanoTrasen, and may not be charged for the above mentioned cloning services. The sale of recreational narcotics, stimulants, prostheses, bionics, nonessential surgical treatments, and any other medical supplies is permitted and encouraged, so long as such supplies are not immediately necessary for an employee's return to work. Additionally, by signing this document you agree to hold harmless The Lazarus Foundation and it's staff from legal liability of any injury, illness, or death that may occur after treatment.
 +
Document by Chief Medical Officer Jackson Saylor, MD.
 +
</pre></div></div>
  
[hr][center][b]Signature of Certified Roboticist[/b][/center]
+
===Medical Consent Form===
I, [field], certify that the above named consenting party has been informed to a satisfactory degree and in good faith by the informant of the risks associated with the above marked procedure(s) and that I am of the belief that the party's consent is given of his/her own free will. I understand that, though I will not be held liable should the chosen procedure fail, all laws and regulations remain in full effect.
+
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
+
Furthermore, I understand that any falsification of the consenting party's statement is strictly forbidden and may result in disciplinary measures up to and including termination and criminal penalties depending on severity.
+
'''(Medical Treatment Consent Form)'''
 +
 +
<div class="mw-collapsible-content"><pre>
 +
[h1][center]The Lazarus Foundation[/h1][center][lazarus][h3]Consent for Medical Treatment[/h3][hr][/center]  
 +
[u]Date[/u]: [date]
 +
[u]Time[/u]: [time]
 +
[u]Physician/Care Provider[/u]: [sign][br][u]Patient Name[/u]: [write][br]
 +
I hereby state that I do consent to receiving any type of medical care including but not limited to the administration of medications determined by a physician, surgery, and any other care recommended or deemed necessary. I understand that The Agreement states care [i]...immediately necessary for an employee's return to work[/i] shall not be subject to charge. I understand and accept responsibility of payment for any additional care provided above that minimum requirement. I understand that at any point during my treatment I can refuse care or specific treatment. I understand that going against the medical advice of my physician or care provider and refusing care may result in my condition worsening or result in my death. I understand that if I have a "Soulcrypt" implant, the event of my revival through "Soulcrypt" cloning will result in a charge per The Agreement unless I am a current Head of Staff.[br]
 +
By signing below I agree that I have fully understood the above.[br]
 +
[u]Patient Signature[/u]: [field]
  
[b]Signed[/b]: [field]
 
  
[hr][center][b]Research Director's stamp below, if present:[/b][/center]
+
[hr][small][i][u]Notice of legal compliance with The Agreement:[/u] 3.3.2 - Due to the prohibitive cost of cloning procedures, Lazarus employees are required to charge ₡2000 for all cloning procedures, as well as adjacent services, such as the installation of “Soulcrypt” implants. 3.3.2a - Heads of Staff, and all personnel employed by Aegis Security Solutions have been insured by NanoTrasen, and may not be charged for the above mentioned cloning services. The sale of recreational narcotics, stimulants, prostheses, bionics, nonessential surgical treatments, and any other medical supplies is permitted and encouraged, so long as such supplies are not immediately necessary for an employee's return to work. Additionally, by signing this document you agree to hold harmless The Lazarus Foundation and it's staff from legal liability of any injury, illness, or death that may occur during or after treatment.
 +
Document by Chief Medical Officer Jackson Saylor, MD.
 
</pre></div></div>
 
</pre></div></div>
  
 +
==Cargo==
  
==='''Xenobiology'''===
 
  
===Slime Breeding Log===
+
===Materials Requisition Form===
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
'''(Slime Breeding Log by Malsquando For archival of slime population on the ship.)'''
+
 +
'''(This is a form for requesting materials from the Quartermaster for your department. Yes, that's how that's supposed to work. Created by rsmr.)'''
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
 
+
[center][logo]
[b][u][center]Slime Breeding Log[/b][/u][/center][br]
+
[large][b]Materials Requisition Form[/b]
 +
[small][i]This form is to be filled out by the department head requesting materials from Supply. In the absence of a department head, any employee from the department will be sufficient. Please fill out the form in its entirety.[/i][/small][/center][hr]
 +
[b]Time & Date[/b]: [field]
 +
[b]Requesting Department[/b]: [field]
 +
[b]Requesting Employee[/b]: [field]
 +
[b]Request ID[/b]: #[field]
 +
 
 +
[hr]
 +
[center][b][u][large]Materials[/large][/u][/b]
 +
[table][row][cell][center][b]Material Name[/b][/center][cell][center][b]Amount [/b][/center][row]
 +
[cell][b][center]Uranium[/b][cell][center][field]
 +
[row][cell][center][b]Iron[/b][cell][center][field]
 +
[row][cell][center][b]Steel[/b][cell][center][field]
 +
[row][cell][center][b]Plastic[/b][cell][center][field]
 +
[row][cell][center][b]Glass[/b][cell][center][field]
 +
[row][cell][center][b]Silver[/b][cell][center][field]
 +
[row][cell][center][b]Gold[/b][cell][center][field]
 +
[row][cell][center][b]Platinum[/b][cell][center][field]
 +
[row][cell][center][b]Diamond[/b][cell][center][field]
 +
[row][cell][center][b]Osmium[/b][cell][center][field]
 +
[row][cell][center][b]Borosillicate[/b][cell][center][field]
 +
[row][cell][center][b]Phoron[/b][cell][center][field]
 +
[row][cell][center][b]Other[/b]: [field][/b][cell][center][field]
 +
[/table]
 +
[hr] [small][i]The following signatures and stamps are required for this form to be valid, and must be provided before the form may be approved.[/i][/small][/center]
 +
[b]Quartermaster's Signature[/b]: [field]
 +
[b]Requesting Employee's Signature[/b]: [field]
 +
 
 +
[small][center]Quartermaster's Stamp[small]
 
[br]
 
[br]
Local Time during observation of breeding:[field][br]
 
[br]
 
Parent Slime type of bred Slime:[field][br]
 
Parent Slime ID# of bred Slime:[field][br]
 
[br]
 
Bred Slime type:[field][br]
 
Bred Slime ID#:[field][br]
 
[br]
 
Child Slime type of bred Slime:[field][br]
 
Child Slime ID# of bred Slime:[field][br]
 
[br]
 
Child Slime type of bred Slime:[field][br]
 
Child Slime ID# of bred Slime:[field][br]
 
[br]
 
Child Slime type of bred Slime:[field][br]
 
Child Slime ID# of bred Slime:[field][br]
 
[br]
 
Child Slime type of bred Slime:[field][br]
 
Child Slime ID# of bred Slime:[field][br]
 
[br]
 
Notes:[field][br]
 
[br]
 
Signature of observing scientist:
 
 
</pre></div></div>
 
</pre></div></div>
  
  
===Core Experimentation Log===
+
===Material Manifest===
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
'''(Core Experimentation Log by Malsquando. Archival of all experiments done to slime in the care of the ship.)'''  
+
'''(A Manifest form that corresponds with the Materials Requisition Form. Issued with a delivery of materials to a department, so that they can check how much they were supposed to get. Created by rsmr.)'''
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
 +
[center][logo]
 +
[large][b]Material Supply Manifest[/b]
 +
[small][i]This form is to be filled out by the attending Cargo Technician as a receipt of the materials sent to a department in response to the corresponding Material Requisition Form.[/i][/small][/center][hr]
 +
[b]Delivering Technician[/b]: [field]
 +
[b]Destination[/b]: [field]
 +
[b]Request ID[/b]: #[field]
  
[b][u][center]Core Experimentation Log[/b][/u][/center][br]
+
[hr]
[br]
+
[center][b][u][large]Materials[/large][/u][/b]
Local Time apon experimentation:[field][br]
+
[table][row][cell][center][b]Material Name[/b][/center][cell][center][b]Amount [/b][/center][row]
[br]
+
[cell][b][center]Uranium[/b][cell][center][field]
Core type:[field][br]
+
[row][cell][center][b]Iron[/b][cell][center][field]
origin Slime ID#:[field][br]
+
[row][cell][center][b]Steel[/b][cell][center][field]
[br]
+
[row][cell][center][b]Plastic[/b][cell][center][field]
Injected substance:[field][br]
+
[row][cell][center][b]Glass[/b][cell][center][field]
Observed Effect:[field][br]
+
[row][cell][center][b]Silver[/b][cell][center][field]
[br]
+
[row][cell][center][b]Gold[/b][cell][center][field]
Notes:[field][br]
+
[row][cell][center][b]Platinum[/b][cell][center][field]
[br]
+
[row][cell][center][b]Diamond[/b][cell][center][field]
Signature:
+
[row][cell][center][b]Osmium[/b][cell][center][field]
 +
[row][cell][center][b]Borosillicate[/b][cell][center][field]
 +
[row][cell][center][b]Phoron[/b][cell][center][field]
 +
[row][cell][center][b]Other[/b]: [field][/b][cell][center][field]
 +
[/table]
 +
[hr] [small][i]The following signatures and stamps are required for this form to be valid, and must be provided before the form may be approved.[/i][/small][/center]
 +
[b]Cargo Technician's Signature[/b]: [field]
 +
[b]Receiving Employee's Signature[/b]: [field]
 
</pre></div></div>
 
</pre></div></div>
  
  
 
+
===Item Request Form===
==Security==
 
 
 
===Incident Report===
 
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
'''To report all [[Laws_Eclipse|crimes]], by Upsetspy'''
+
'''(For requesting items when a supply console is not available. I suppose you could fax it in? Created by rsmr.)'''
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[center][aegis][h1]Aegis Security Incident Report[/h1][/center]
+
[center][logo]
[i]Revision [date] - [time][/i]
+
[large][b]Item Request Form[/b]
[b]Offense/Incident Type: [/b][field]
+
[small][i]This form is for requesting supplies from the Cargo department. Cargo Technicians withhold the right to deny your request if they find sufficient reasoning to do so. If you wish to contest your denied form, please consult the Quartermaster, or the Head of Personnel should the Quartermaster be unavailable.[/i][/small][/center][hr]
[b]Location: [/b][field]
+
[b]Time & Date[/b]: [date] - [time]
[br][hr][h3]Personnel Involved in Incident[/h3]
+
[b]Applicant Name[/b]: [field]
[b]Reporting Operative: [/b][field][br]
+
[b]Item(s) Requested[/b]: [field]
[b]Assisting Operative(s) [/b][br]
+
[b]Request Reason[/b]: [field]
[table][row][cell][b]Rank[/b][cell][b]Name[/b][cell][b]Position[/b]
+
 
[row][cell][b][field][/b][cell][field][cell][field]
+
[hr][small][i]The following are required for this form to be valid, and must be provided before the form may be approved.[/i][/small][/center]
[row][cell][b][field][/b][cell][field][cell][field]
+
 
[row][cell][b][field][/b][cell][field][cell][field]
+
[b]Applicant's Signature[/b]: [field]
[row][cell][b][field][/b][cell][field][cell][field]
 
[/table]
 
[b]Other Personnel[/b]
 
[small][i](V-Victim, S-Suspect, W-Witness, M-Missing, A-Arrested, RP-Reporting Person, D-Deceased)[/i][/small][br]
 
[table][row][cell][b]Rank[/b][cell][b]Name[/b][cell][b]Position[/b][cell][b]Code[/b]
 
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
 
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
 
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
 
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
 
[/table]
 
[hr][h3]Description of Items/Property [/h3]
 
[small][i](D-Damaged, E-Evidence, L-Lost, R-Recovered, S-Stolen)[/i][/small][br]
 
[table][row][cell][b]Name[/b][cell][b]Description[/b][cell][b]Department[/b][cell][b]Code[/b]
 
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
 
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
 
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
 
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
 
[/table]
 
[hr][h3]Incident Information:[/h3][field][br]
 
[h3]Reporting Operative's Signature:[/h3][field][br]
 
  
[small][center]This form is for official AEGIS SECURITY use ONLY.
+
[small][center]Approval or Denial Stamp[small]
|
+
[br]
Any information contained in this form will be considered CLASSIFIED to all but those who are approved to use and view this document[/center][/small]
 
  
 
</pre></div></div>
 
</pre></div></div>
  
  
===Security Guidelines===
+
==Kitchen/Bar==
 +
'''(Note: These are not up to date and will never be updated. Please at a look at our guides to [[List of Cooking Recipes Eclipse|food]] and [[List of Drinking Recipes Eclipse|drinks]] for up to date listings.)'''
 +
 
 +
===Bar menu===  
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
'''Security Guidelines by moonloon'''
+
'''(Bar Menu By GauHelldragon. The break in the last section is where you have to copy/paste twice, since there is a limit on how much you can write to a paper each time.)'''
 
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[center][b]Security Guidelines[/b][/center][br]
+
 
 +
[b]THE MALTESE FALCON[br]
 
[hr][br]
 
[hr][br]
[b]Golden rule:[/b] [center]Keep communications up at all times on the Security Channel and
+
Ask about our daily special![br]
report all movements, arrests and all security matters over the radio.[/center][br]
+
[br]
 +
DRINKS[/b][br]
 
[hr][br]
 
[hr][br]
[b]Guidelines[/b][br]
+
Space Beer[br]
[*]Talk first, stun second.[br]
+
Iced Space Beer[br]
[*]Always call for backup before attempting to confront a possibly dangerous criminal.[br]
+
Station 13 Grog[br]
[*]Charge your weapons after every usage.[br]
+
Magm-Ale[br]
[*]Stay calm under all circumstances, anger and fear show weakness.[br]
+
Griffeater's Gin[br]
[*]Always lock Security lockers & logout of security terminals after each use.[br]
+
Uncle Git's Special Reserve[br]
[*]Seal off crime scenes and wait for forensics personnel to arrive.[br]
+
Caccavo Guaranteed Quality Tequilla[br]
[*]Avoid using force where possible.[br]
+
Tunguska Triple Distilled[br]
[*]Inform the department head when a criminal is wanted and set their wanted status via your security hud if possible.[br]
+
Goldeneye Vermouth[br]
[*]Respect the chain of command! The Aegis internal chain of command is listed in The Agreement, familiarize yourself with it.[br]
+
Captain Pete's Cuban Spiced Rum[br]
[*]Remember your priorities: One punch is hardly something to arrest anyone over if there is a hostage situation.[br]
+
Doublebeard Beared Special Wine[br]
</pre></div></div>
+
Chateua De Baton Premium Cognac[br]
 
+
Robert Robust's Coffee Liqueur[br]
 
+
[br]
=== Search Warrant===
+
[b]MIXED DRINKS[/b][br]
 
+
[hr][br]
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
Allies Cocktail[br]
'''(This form is meant for the Aegis department head to hand to operatives when confronting a crew member suspected of committing a crime.'''
+
Andalusia[br]
+
Anti-Freeze[br]
<div class="mw-collapsible-content"><pre>
+
Bahama Mama[br]
[center][b]NEV NORTHERN LIGHT
+
Classic Martini[br]
[aegis]
+
Cuba Libre[br]
[large][u]Search Warrant[/u][/large][/b][/center][hr][small][i]To be filled out by the Aegis department head. All sections are required to be filled out.[/i][/small]
+
Gin Fizz[br]
 
+
Gin and Tonic[br]
[b]Searched Employee:[/b] [field]
+
Irish Car Bomb[br]
[b]Suspected Crime(s):[/b] [field]
+
Irish Coffee[br]
[b][u]Details:[/u][/b]
+
Irish Cream[br]
[field]
+
Long Island Iced Tea[br]
 
+
Manhattan[br]
[hr][b]Searching Operative:[/b] [field]
+
The Manly Dorf[br]
[b][u]Items Discovered:[/u][/b]
+
Margarita[br]
[field]
+
Screwdriver[br]
[b][u]Details:[/u][/b]
+
Syndicate Bomb[br]
[field]
+
Pan-Galactic Gargle Blaster[br]
 
+
Tequilla Sunrise[br]
[hr][b]Aegis Department Head's Signature:[/b] [field]
+
Vodka Martini[br]
[b]Searching Operative's Signature[/b] [field]
+
Vodka and Tonic[br]
[b]Date of Signature:[/b] [date]
+
Whiskey Cola[br]
[small][i]This form must be stamped below the line by an Aegis Commander or Captain before the end of the shift.[/i][/small]
+
Whiskey Soda[br]
[hr]
+
White Russian[br]
 +
[hr][br][b]NON-ALCOHOLIC DRINKS[/b][br]
 +
Coffee[br]
 +
Tea[br]
 +
Hot Chocolate[br]
 +
Iced Tea[br]
 +
 
 +
 
 +
Iced Coffee[br]
 +
Orange Juice[br]
 +
Tomato Juice[br]
 +
Tonic Water[br]
 +
Sodas[br]
 
</pre></div></div>
 
</pre></div></div>
  
  
===Arrest Report===
+
===Extended Bar Menu===
 
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
'''Arrest Report by Upsetspy'''
+
 +
'''(Extended Bar Menu by Phil235 The break in the middle is where you have to copy/paste twice, since there is a limit on how much you can write to a paper each time.)'''
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[center][aegis][h1]Aegis Security Arrest Report[/i][/center][center][i]Revision [date] - [time][/i][h1][/center]
+
[b][large][u]THE MALTESE FALCON[/u][/b][/large][br]
[b]Offense/Incident Type: [/b][field]
+
[br]
[b]Location: [/b][field]
+
[br]
[hr][h3]Arrestee Information[/h3]
+
[b][u]DRINKS[/u][/b][br]
[small][i](B##-Brigged, ## time, H-Indefinite Hold, C-Court Martial, P-Parole/Probation, V-Verbal Warning)
+
[br]*[small]= availability not guaranteed[/small][br][br]
[table][row][cell][b]Rank[/b][cell][b]Name[/b][cell][b]Position[/b][cell][b]Charge(s)[/b][cell][b]Disposition[/b]
+
Space Beer[br]Beer from the keg[br]Iced Space Beer[br]Station 13 Grog[br]Magm-Ale[br]Griffeater's Gin[br]Uncle Git's Special Reserve[br]Caccavo Guaranteed Quality Tequilla[br]Tunguska Triple Distilled[br]Goldeneye Vermouth[br]Captain Pete's Cuban Spiced Rum[br]Doublebeard Beared Special Wine[br]Chateau De Baton Premium Cognac[br]Robert Robust's Coffee Liqueur (Kahlua)[br]Moonshine*[br]
[row][cell][b][field][/b][cell][field][cell][field][cell][field][cell][field]
+
[br][br][b][u]COCKTAILS[/u][/b][br][br]Allies Cocktail[br]Andalusia[br]Anti-Freeze[br]Bahama Mama[br]Classic Martini[br]Cuba Libre[br]Gin Fizz[br]Gin and Tonic[br]Irish Car Bomb[br]Irish Coffee[br]Irish Cream[br]Long Island Iced Tea[br]Manhattan[br]The Manly Dorf[br]Margarita[br]Screwdriver[br]Syndicate Bomb[br]Pan-Galactic Gargle Blaster[br]Tequilla Sunrise[br]Vodka Martini[br]Vodka and Tonic[br]Whiskey Cola[br]Whiskey Soda[br]White Russian[br]
[/table][/i][/small][br][br][hr][h3]Personnel Involved in Incident[/h3]
 
[b]Arresting Operative(s): [/b][field][br]
 
[b]Other Personnel[/b]
 
[small][i](V-Victim, S-Suspect, W-Witness, M-Missing, A-Arrested, RP-Reporting Person, D-Deceased)[/i][/small][br]
 
[table][row][cell][b]Rank[/b][cell][b]Name[/b][cell][b]Position[/b][cell][b]Relation[/b]
 
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
 
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
 
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
 
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
 
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
 
[/table][br][br][hr][h3]Booking Checklist (YES/NO/NA)[/h3]
 
[b]Booking Operative: [/b][field][br]
 
[table][row][cell][b]Escape Risk[/b][cell][field]
 
[row][cell][b]Suicide Risk[/b][cell][field]
 
[row][cell][b]Combative[/b][cell][field]
 
[row][cell][b]Provided Required Medical Treatment[/b][cell][field]
 
[row][cell][b]Warrant Presented[/b][cell][field]
 
[row][cell][b]Prisoner Searched[/b][cell][field]
 
[/table]
 
  
Arresting Operative(s) Signature(s): [field][/b]
 
Commander/Sergeant Signature(s): [field]
 
  
[hr][small]ATTACH ALL RELEVANT DOCUMENTS TO THIS ARREST REPORT[/small]
+
Goldschlager* [br]Hippie's Delight* [br]Hooch* [br]Acid Spit* [br]Aloe* [br]Amasec* [br]Atomic Bomb*[br]B-52[br]Barefoot*[br]Beepsky Smash*[br]Bilk [br]Black Russian [br]Bloody Mary[br]Booger*[br]Brave Bull[br]Changeling Sting [br]Demons Blood*[br]Devil's Kiss* [br]Driest Martini*[br]Erika Surprise*[br]Manhattan Project*[br]Nuka Cola*[br]Neurotoxin*[br]Patron*[br]Sake*[br]Sbiten*[br]Singulo*[br]Snow White[br]Three Mile Island Iced Tea[br]Toxins Special*[br][br][br][b][u]NON-ALCOHOLIC DRINKS[/u][/b][br][br]Coffee[br]Tea[br]Hot Chocolate[br]Iced Tea[br]Iced Coffee[br]Orange Juice[br]Tomato Juice[br]Lime Juice[br]Lemon Juice*[br]Potato Juice*[br]Berry Juice*[br]Watermelon Juice*[br]Tonic Water[br]Sodas[br]Banana Honk*[br]Brown Star[br]Kira Special[br]Lemonade*[br]Cafe Latte[br]Mead*[br]Milk Shake[br]Red Mead*[br]Rewriter[br]Silencer*[br]Soy Latte*[br]The Doctor's Delight*[br]
[hr]
 
 
 
[small][center]This form is for official AEGIS SECURITY use ONLY.
 
|
 
Any information contained in this form will be considered CLASSIFIED to all but those who are approved to use and view this document[/center][/small]
 
 
</pre></div></div>
 
</pre></div></div>
  
===Armory Item Requisition Form===
+
 
 +
===Kitchen Menu===
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
'''Armory Item Requisition Form by Upsetspy'''
+
 +
'''(Kitchen Menu by Phil235)'''
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[center][aegis]
 
[b][large]Aegis Security Armory Inventory[/large][/b]
 
 
[i]Armory Withdrawl Request - Revision [date] - [time][/i][/center][hr][center][large][b][u]Armory Withdrawl Request[/u][/b][/large][/center]
 
[b]
 
Name: [field]
 
 
Position: [field]
 
 
Reason: [field]
 
 
Date/Time: [date] - [time]
 
[hr]
 
[center][large][u]List following items and quanities you want to request:[/b][/u][/large]
 
  
 +
[center][large][b]NLS SOUTHREN CROSS KITCHEN MENU[/b][/large][/center][hr]
 +
[center][large]= A la Carte =[/large][/center][br][hr]
 +
[u][b]Appetizers[/b][/u][br][list][*]Plump biscuit[*]fortune cookie[*]cracker[*]Popcorn[*]Poppy Pretzel[/list][hr]
 +
[u][b]Vegetable Recipes[/b][/u][br][list][*]Boiled Rice[*]Stewed soy meat[*]loaded baked potato[*]Eggplant Parmigiana[*]Chawanmushi[*]Cheese slices[*]Tofu[*]Soylen Viridians[*]Cold Chili Stew[*]Hot Chili Stew[/list][hr]
 +
[u][b]Fries[/b][/u][br][list][*]Carrot Fries[*]Potato Fries[*]Cheesy Fries[/list][hr]
 +
[u][b]Salads[/b][/u][br][list][*]Herb Salad[*]Aesir Salad[*]Valid Salad[/list][hr]
 +
[u][b]Soups[/b][/u][br][list][*]Meatball soup[*]Nettle Soup[*]Wish Soup[*]Vegetable Soup[*]Tomato Soup[*]Mushroom Soup[*]Beet Soup[*]Milo Soup[/list][hr]
 +
[u][b]Breads[/b][/u][br][list][*]Baguette[*]Jelly Toast[*]'Two bread'[*]Regular Bread[*]Meat Bread[*]Tofu Bread[*]Banana-nut Bread[*]Cream Cheese Bread[/list][hr]
 +
[u][b]Meat Recipes[/b][/u][br][list][*]Meat steak[*]Enchiladas[*]Monkey's delight[*]Stew[*]Sausage[*]Faggot[*]Kebab[*]Cheese omelette[*]Fried eggs[*]Boiled egg[*]Donk Pocket[*]Fish 'n' Chips[*]Fish fingers[*]Cuban Carp[/list][hr]
 +
[u][b]Burgers[/b][/u][br][list][*]Meat Burger[*]Tofu Burger[*]Jelly Burger[*]Big Bite Burger[*]Super Bite Burger[*]Fillet-o-Carp burger[/list][hr]
 +
[u][b]Sandwiches[/b][/u][br][list][*]Sandwich[*]Toasted Sandwich[*]Grilled Cheese Sandwich[*]Jelly Sandwich[/list][hr]
 +
[u][b]Pizzas[/b][/u][br][list][*]Margherita[*]Mushroom Pizza[*]Meat Pizza[*]Vegetable Pizza[/list][hr]
 +
[u][b]Spaghettis[/b][/u][br][list][*]Boiled Spaghetti[*]Tomato Pasta[*]Spaghetti & meatballs[*]Spesslaw[/list][hr]
 +
[u][b]Pies[/b][/u][br][list][*]Golden Apple Tart[*]Plump Pie[*]Pumpkin Pie[*]Meat Pie[*]Tofu Pie[*]Cherry Pie[*]Berry Clafoutis[*]Apple Pie[*]Banana Cream Pie[/list][hr]
 +
[u][b]Cakes[/b][/u][br][list][*]Vanilla Cake[*]Carrot Cake[*]Cheese Cake[*]Birthday Cake[*]Apple Cake[*]Orange Cake[*]Lime Cake[*]Lemon Cake[*]Chocolate Cake[/list][hr]
 +
[u][b]Desserts[/b][/u][br][list][*]Muffins[*]Candied Apple[*]Rice pudding[*]Chocolate egg[*]Waffle[*]Donut[*]Jelly Donut[/list][hr]
 +
[u][b]Drinks[/b][/u][br][list][*]Water[*]Milk[*]Orange Juice[*]Watermelon Juice[*]Lime Juice[*]Lemon Juice[*]Berry Juice[*]Potato Juice[/list][hr]
 +
[u][b]Alcohols[/b][/u][br][list][*]Kahlua[*]wine[*]sake[*]vodka[*]moonshine[/list][br][small]Ask the bartender for cocktails[/small][hr]
 +
[u][b]Condiments[/b][/u][br][list][*]Hot sauce[*]Cold sauce[*]Ketchup[*]Corn oil[*]Soy sauce[/list]
 +
[br][br][br][hr][small][i]The availability of each recipe may vary. Restrictions may apply.[/i][/small]
 +
</pre></div></div>
  
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
 
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
 
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
 
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
 
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
 
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
 
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
 
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
 
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
 
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
 
[/b]
 
[center][b]Commander/Sergeant Signature:[/b] [field][/center]
 
[b][i]
 
THIS FORM MUST BE SUBMITTED TO AND STAMPED BY AN AEGIS COMMANDER, SERGEANT or CAPTAIN/FIRST OFFICER[/i][/b]
 
[i][small](you are only exempt from this rule in situations of emergency and necessity, failure to follow this will result in reprimand)[/small][/i]
 
  
[small][center]This form is for official AEGIS SECURITY use ONLY.
+
===New Kitchen Menu===
|
+
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
Any information contained in this form will be considered CLASSIFIED to all but those who are approved to use and view this document[/center][/small]
+
 +
'''(Extended Kitchen Menu based on a design by "Phil235" and made by "Araskael".)'''
 +
 +
<div class="mw-collapsible-content"><pre>
 +
[center][large][b]KITCHEN MENU[/b][/large][/center][hr]
 +
[center][large][b]= Fast or Commonly Stocked Foods =[/large][/b][br][br][small]Prices subject to change. While supplies last.[br]Utensils and spices (salt, pepper, sugar) may be provided for your meal; straws and stirring sticks may be requested.[/small][/center][br][hr]
 +
[u][b]Burgers[/b][/u][br][list][*]Burger (2þ)[*]Cheeseburger (2þ)[*]Tofu Burger (2þ)[*]Big Bite Burger (4þ)[/list][hr]
 +
[u][b]Breads & Sandwiches[/b][/u][br][list][*]Bread Slice / Loaf (1þ/5þ)[*]Meatbread Slice / Loaf (1þ/5þ)[*]Tofu-bread Slice / Loaf (1þ/5þ)[*]Cream Cheese Bread Slice / Loaf (1þ/5þ)[*]Baguette (2þ)[*]Sandwich / Toasted (3þ)[*]Grilled Cheese Sandwich (2þ)[*]Croissant (1þ)[*]Benedict (3þ)[/list][hr]
 +
[u][b]Pastas[/b][/u][br][list][*][Plain] Boiled Spaghetti (5þ)[*]Spaghetti & Meatballs (5þ)[*]Spesslaw (5þ)[*]Kitsune Udon (5þ)[/list][hr]
 +
[u][b]Meat[/b][/u][br][list][*]Meat Steak (2þ)[*]Sausage (2þ)[/list][hr]
 +
[u][b]Pies[/b][/u][br][list][*]Meat Pie (4þ)[*]Tofu Pie (4þ)[/list][hr]
 +
[u][b]Cakes[/b][/u][br][list][*]Vanilla Slice / Full (1þ/5þ)[*]Cheese Cake Slice / Full (1þ/5þ)[/list][hr]
 +
[u][b]Sides[/b][/u][br][list][*]Cheese Omelette (5þ)[*]Fried Egg (5þ)[*]Boiled Egg (2þ)[*]Warm Donk Pocket (1þ)[*]Hot Dog (3þ)[/list][hr]
 +
[u][b]Pastries & Sweets[/b][/u][br][list][*]Donut (1þ)[*]Fortune Cookie (1þ)[*]Muffin (2þ)[*]Cracker (1þ)[/list][hr]
 +
[u][b]Other[/b][/u][br][list][*]Taco (5þ)[*]Nachos (3þ)[*]Cheesenachos (4þ)[*]Pig-in-a-Blanket (3þ)[/list][hr]
 +
[u][b]Beverages[/b][/u][br]Beverages cost 2þ. One beverage is free per meal, and all refills are free.[br][list][*]Coffee[*]Dr. Gibb[*]Iced Tea[*]Lemon Lime[*]Mountain Wind[*]Soda Water[*]Space-up[*]Tea[*]Water[*]Lemon Juice[*]Lime Juice[*]Orange Juice[*]Space Cola[*]Tonic Water[*]Watermelon Juice[/list][br]Addons:[list][*]Cream[*]Ice[*]Sugar[/list][br]Special Drinks:[list][*]Arnold Palmer[*]Brown Star[*]Cafe Latte[*]Iced Coffee[*]Iced Tea[*]Kira Special[*]Lemonade[*]Rewriter[*]Soy Latte[*]Vile Lemon[/list][br]Desserts:[list][*]Ice Cream Cone (3þ / 1þ per extra scoop)[*]Milkshake (2þ)[*]Coffee Milkshake (2þ)[/list][hr]
 +
[u][b]Services and Deals[/b][/u][br][list][*]Wrapped Meal (+1þ to cost of meal)[*]To-go Lunchbox [small][Fits up to four items, see below for styles][/small] (5þ, not including food)[*]On-ship Delivery (2þ to price)[*]Off-ship Delivery (5þ to price)[/list][center][b]Ask the cook if there are any specials or deals for today.[/b][/center][br][br]Current Lunchbox Styles:[list][*]NanoTrasen Brand [Genuine & Exclusive!][*]Rainbow[*]Heart[*]Cat[*]Mojave University[*]CTI[*]Niona Nymph[*]Black and Red[/list]
 +
[center][br][br][br][hr][small][i]The availability of each recipe may vary. Restrictions may apply.[/i][/small][br][logo][/center]
 
</pre></div></div>
 
</pre></div></div>
 +
 +
==Miscellaneous==
  
  
===Complaint Form===
+
===Cover and End page for a multi-page report===
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
'''Complaint Form by Upsetspy'''
+
'''(Cover page. Inter-Departmental Report in this case, by Harpy Eagle)'''
 
   
 
   
<div class="mw-collapsible-content"><pre>
+
<div class="mw-collapsible-content">
[small][center][aegis]
 
Aegis Internal Complaint Form
 
[i]Revision [date] - [time][/i][/center]
 
  
[b][center][large][u]Aegis Complaint Form[/u][/large][/center][/b]
+
<pre>
[center][b]Vessel: NEV Northern Light[/b][/center]
+
[center][b]Nanotrasen Internal Communication[/b]
[center][b]DTG: [date], [time]
+
[i]NEV Northern Light[/i]
[/b][/center]
+
 
[b]Complainant:[/b] [field]
+
[logo]
[b]Complainee(s):[/b] [field]
+
 
 +
[b][u]Fax Transmission[/u][/b]
 +
[/center]
  
Complaint Overview:
+
[b]From:[/b] [field]
[field]
 
  
Complaint Details:
+
[b]To:[/b] [field]
[field]
 
  
Witness Details (if applicable):
+
[b]Subject:[/b] [field]
[field]
 
  
 
[hr]
 
[hr]
[b]Complainant Signature: [field]
 
Witness Signature: [field][/b]
 
  
[center][i]Provide Commander Resolution, Commander Signature, and Commander Stamp below[/i][/center][hr][/small]
+
[b]Summary:[/b]
[small][b]Aegis Commander Resolution:[/b][/small]
 
 
[field]
 
[field]
  
[small][b]Aegis Commander Signature: [field][/b][/small]
+
[b]Contents:[/b]
 +
[field]
  
 
+
[b]Total Number of Pages:[/b] [field]
[small][center]This form is for official AEGIS SECURITY use ONLY.
+
[hr][small][i]
|
+
This message, and the documents attached hereto, are intended only for the addressee and may contain confidential information. Any unauthorized disclosure is strictly prohibited.
Any information contained in this form will be considered CLASSIFIED to all but those who are approved to use and view this document[/center][/small]
+
 
 +
If this transmission is recieved in error, please notify both the sender and the office of Internal Affairs immediately so that corrective action may be taken. Failure to comply is a breach of company regulation and may be prosecuted to the fullest extent of the law, where applicable.
 +
[/i][/small]
 
</pre></div></div>
 
</pre></div></div>
  
  
===Persons of Interest Form===
+
=== '''Last page''' ===
 
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
   
 
   
'''Persons of Interest Form by Upsetspy'''
+
'''(Final page. pretty self explanatory.)'''
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[center][aegis][h1]Aegis Security POI(s)[/h1][i]Revision [date] - [time][/i]
 
[hr][table]
 
[row][cell][b]Name[/b][cell][b]Rank[/b][cell][b]Job[/b][cell][b]Details[/b]
 
[row][cell][field][cell][b][field][/b][cell][field][cell][field]
 
[row][cell][field][cell][b][field][/b][cell][field][cell][field]
 
[row][cell][field][cell][b][field][/b][cell][field][cell][field]
 
[row][cell][field][cell][b][field][/b][cell][field][cell][field]
 
[row][cell][field][cell][b][field][/b][cell][field][cell][field]
 
[row][cell][field][cell][b][field][/b][cell][field][cell][field]
 
[row][cell][field][cell][b][field][/b][cell][field][cell][field]
 
[row][cell][field][cell][b][field][/b][cell][field][cell][field]
 
[row][cell][field][cell][b][field][/b][cell][field][cell][field]
 
[row][cell][field][cell][b][field][/b][cell][field][cell][field]
 
[/table]
 
[hr][h3]Instructions Regarding Crew POI(s)[/h3][small][i]For interactions with POIs[/i][/small]
 
Increase priority in monitoring the listed crew due to the nature of their interest, avoiding the possibility of them becoming aware of the hightened surveillance. [b]Under no circumstance must the POI become aware of their surveillance status.[/b]
 
  
[small][center]This form is for official AEGIS SECURITY use ONLY.
+
[center][b]END TRANSMISSION[/b]
|
+
 
Any information contained in this form will be considered CLASSIFIED to all but those who are approved to use and view this document[/center][/small]
+
 
 +
[logo][/center]
 
</pre></div></div>
 
</pre></div></div>
  
===Interrogation Report===
 
  
 +
=== ''(Joke)'' HURT FEELINGS REPORT ===
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
'''Interrogation Report by Playbahnosh'''
+
 +
'''(To assist whiners in documenting hurt feelings, and to provide leaders with a list of staff who require additional counseling, Head of Staff leadership, and extra duty...)'''
 
   
 
   
 
<div class="mw-collapsible-content"><pre>
 
<div class="mw-collapsible-content"><pre>
[center][b][u]Interrogation Report[/b][/u][/center][br]
+
[large][center]HURT FEELINGS REPORT[/center][/large][hr]
[br]
+
[small][i]An audio recording or transcript of the interview must be attached to this report to be considered valid! In the event of a criminal prosecution, this report is considered as evidence![/i][/small][br]
+
[center][logo][/center]
[br]
+
[b]Interviewer's name: [/b][field][br]
+
[center]For use of this form, see FM 22-102; the proponent agency is the NT Department of Human Resources[/center][hr]
[b]Rank: [/b][field][br]
 
[br]
 
[b]Interviewee's name: [/b][field][br]
 
[b]Title: [/b][field][br]
 
[b]Designation[/b][small][i](Suspect/Witness/Other)[/i][/small][b]: [/b][field][br]
 
[b]Interviewee's Legal Aid present[/b][small][i](name, title)[/i][/small][b]: [/b][field][br]
 
[b]Other personnel present: [/b][field][br]
 
[hr]
 
[b][u]Interview Notes: [/u][/b][br]
 
[field][br]
 
[br]
 
[hr]
 
[b]Interviewer's Signature: [/b][field][br]
 
[hr]
 
</pre></div></div>
 
 
 
 
 
===Criminal Confession===
 
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
 
   
 
   
'''Criminal Confession by Playbahnosh'''
+
[center]DATA REQUIRED BY THE PRIVACY ACT OF 2058[/center][hr]
 
   
 
   
<div class="mw-collapsible-content"><pre>
+
[small][b]AUTHORITY:[/b] 7 NT 301, Departmental Regulations; 14 NT 20341, Minister of Information and HR.[br]
<pre>
 
[center][b][u]Crimincal Confession[/b][/u][/center][br]
 
[br]
 
[i]I,[/i][small](name)[/small] [field][i],[/i][small](title)[/small] [field] [i]hereby declare, that I committed the crime(s) of[/i] [small](crime(s))[/small][field] [i]against[/i][small] (victim(s))[/small] [field] [i]in collaboration with[/i] [small](accomplice(s))[/small][field][i]. I accept the consequences of my actions and face the sanctions deemed appropriate by the Laws set forth in the Northern Light Agreement. I understand, that this confession is non-withdrawable, non-changable and is admissible as evidence of my guilt in criminal proceedings.[/i][br]
 
[br]
 
[b]Signature: [/b][field][br]
 
[hr]
 
 
   
 
   
 
+
[b]PRINCIPAL PURPOSE:[/b] To assist whiners in documenting hurt feelings, and to provide leaders with a list of staff who require additional counseling, Head of Staff leadership, and extra duty....[br]
</pre></div></div>
 
 
 
 
 
===(Sergeant): Armory Equipment Request===
 
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
 
   
 
   
'''(This form is meant to be handed to Operatives by the Sergeant when armory equipment is requested. This form can be bypassed in emergencies, but is otherwise useful for keeping track of which operative is responsible for which item.)'''
+
[b]ROUTINE USES:[/b] For subordinate leader development NT/SOLGOV 12-102.
 +
Leaders and whiners should use this form as necessary.[br]
 
   
 
   
<div class="mw-collapsible-content"><pre>
+
[b]DISCLOSURE:[/b] Disclosure is  voluntary, but repeated disclosure may result in a Report of Wall to Wall Counseling.[/small][hr]
[center][b]NEV Northern Light Aegis Security
 
[aegis]
 
[large][u]Armory Equipment Request[/u][/large][/b][/center][hr][small][i]To be filled out by the requesting operative. All sections are required to be filled out. This report must be signed and submitted before any equipment may be distributed.[/i][/small]
 
 
 
[b]Requesting Operative:[/b] [field]
 
[b][u]Requested Equipment:[/u][/b]
 
[field]
 
[b]Reason for Request:[/b] [field]
 
 
 
[hr][b]Requesting Operative's Signature:[/b] [field]
 
[b]Sergeant's Signature:[/b] [field]
 
[b]Date of Signature:[/b] [date]
 
[b]Time of Distribution:[/b] [field]
 
[small][i]Use 'sign' enclosed by brackets to create a signature. Use 'time' enclosed by brackets to print the current time.[/i][/small]
 
 
 
[hr][small][i]To be filled out by the operative returning the equipment.[/i][/small]
 
[b]Returning Operative's Signature:[/b] [field]
 
[b]Sergeant's Signature:[/b] [field]
 
[b]Time of Return:[/b] [field]
 
[small][i]This form must be stamped below the line by an Aegis Commander before the end of one standard work week.[/i][/small]
 
[hr]
 
 
 
</pre></div></div>
 
 
 
==Internal Affairs==
 
 
 
 
 
===Internal Affairs Report===
 
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
'''(This is the one to be used by the Agent themselves, after investigating and gathering evidence against someone who has broken SOP. Created by user Vorrarkul)'''
 
 
   
 
   
<div class="mw-collapsible-content"><pre>
+
[large][center]PART I - ADMINISTRATIVE DATA[/center][/large][br][hr]
[center][b]NEV Northern Light Internal Afairs
+
[logo]
+
[b]WHINER'S NAME[/b] [i]Last, First, MI[/i]: [field][br]
[large][u]Internal Affairs Report[/u][/large][/b][/center][hr][small][i]To be filled out by an internal affairs agent investigating the incident. Fill out as many sections as possible. This report must be signed and submitted before the end of the shift.[/i][/small]
+
 
+
[b]OCCUPATION/TITLE:[/b] [field][br]
[b]Investigating Agent:[/b] [field]
 
[b][u]Witness(es):[/u][/b]
 
[field]
 
 
 
[hr][b]Subject(s):[/b] [field]
 
[b]Incident(s):[/b] [field]
 
[b][u]Evidence:[/u][/b]
 
[field]
 
[b][u]Details:[/u][/b]
 
[field]
 
 
 
[hr][b][u]Comments:[/u][/b]
 
[field]
 
 
 
[hr][b]Investigating Agent's Signature:[/b] [field]
 
[b]Date of Signature:[/b] [date]
 
[small][i]Use 'sign' enclosed by brackets to create a signature.
 
This form must be stamped below the line by internal affairs before the end of one standard work week.[/i][/small]
 
[hr]
 
</pre></div></div>
 
 
 
 
 
===Internal Affairs Complaint===
 
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
 
   
 
   
'''(This form is to be filled out by crew members who have a bone to pick with their coworkers- up to and including their superior. Created by user Vorrarkul''')
+
[b]DATE OF REPORT:[/b] [field][br]
 
   
 
   
<div class="mw-collapsible-content"><pre>
+
[large][center]PART II - INCIDENT REPORT[/center][/large][br][hr]
[center][b]NEV Northern Light Internal Affairs
+
[logo]
+
[b]DATE FEELINGS WERE HURT:[/b] [field][br]
[large][u]Internal Affairs Complaint[/u][/large][/b][/center][hr][small][i]To be filled out by the complaining employee. Only one subject may be complained about per form. Fill out as many sections as possible. This report must be signed and submitted before the end of the shift.[/i][/small]
+
 
+
[b]TIME OF HURTFULNESS:[/b] [field][br]
[b]Complainant:[/b] [field]
+
[b]Investigating Agent:[/b] [field]
+
[b]LOCATION OF HURTFUL INCIDENT:[/b] [field][br]
[b][u]Witness(es):[/u][/b]
 
[field]
 
 
 
[hr][b]Subject:[/b] [field]
 
[b]Incident(s):[/b] [field]
 
[b][u]Evidence:[/u][/b]
 
[field]
 
[b][u]Details:[/u][/b]
 
[field]
 
 
 
[hr][b][u]Investigating Agent's Comments:[/u][/b]
 
[field]
 
 
 
[hr][b]Complainant's Signature:[/b] [field]
 
[b]Investigating Agent's Signature:[/b] [field]
 
[b]Date of Signature:[/b] [date]
 
[small][i]Use 'sign' enclosed by brackets to create a signature.
 
This form must be stamped below the line by internal affairs before the end of one standard work week.[/i][/small]
 
[hr]
 
</pre></div></div>
 
 
 
 
 
===Complaint Form===
 
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
 
   
 
   
'''by mkalash'''
+
[b]HEAD OF OFFICER SYMPATHETIC TO WHINER:[/b] [field][br]
 
   
 
   
<div class="mw-collapsible-content"><pre>
+
[b]NAME OF REAL MAN/WOMAN WHO HURT SENSITIVE FEELINGS:[/b] [field][br]
[center][logo]
+
[b][large]NeV Northern Light[/large][/b]
+
[b]OCCUPATION/TITLE:[/b] [field][hr]
 
+
[i]Complaint Form[/i][/center][hr][center][small]This section is to be filled out by the complainant.[/small][/center]
+
[large][center]INJURY[/center][/large][hr]
[b]Complainant[/b]:
 
[field]
 
[b]Other Involved Person(s)[/b]:
 
[field]
 
[b]Complaint[/b]:
 
[field]
 
 
 
[center][small]I understand that filing a false complaint may result in detention or a fine, as well as the loss of the privilege to file complaints, and that it is up to the receiving agent's discretion on how this complaint is handled, if at all.[/small][/center]
 
[b]Signature[/b]:
 
[field][hr][center][small]This section is to be filled out by the receiving agent.[/small][/center]
 
[b]Action taken[/b]:
 
[field]
 
[b]Notes[/b]:
 
[field][hr][small][sign];
 
Internal Affairs Agent, NEV Northern Light
 
This document is void unless stamped.[/small]
 
</pre></div></div>
 
 
 
 
 
===Inspection Report===
 
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
'''For writing a report on a department when they're observed breaking SOP. Created by mkalash, editted by rsmr.'''
 
 
   
 
   
<div class="mw-collapsible-content"><pre>
+
[b]WHICH EAR WERE THE WORDS OF HURTFULNESS SPOKEN INTO?:[/b] [field][br]
 
 
[center][logo]
 
[b][large]NEV Northern Light[/large][/b]
 
 
 
[i]Inspection Report[/i][/center][hr][b]Department[/b]: [field]
 
[b]Department Head[/b]: [field]
 
[b]Department Staff[/b]: [field]
 
[hr][b]Report[/b]: [field]
 
[b]Recommended Action[/b]: [field]
 
[hr][small][sign];
 
Internal Affairs Agent, NEV Northern Light.
 
This document is void unless stamped by the assigned Internal Affairs Agent.[/small]
 
</pre></div></div>
 
 
 
 
 
===Incident Report===
 
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
 
   
 
   
'''by mkalash'''
+
[b]IS THERE PERMANENT FEELING DAMAGE?:[/b] [field][br]
 
   
 
   
<div class="mw-collapsible-content"><pre>
+
[b]DID YOU REQUIRE A "TISSUE" FOR TEARS?:[/b] [field][br]
 
+
[center][logo]
+
[b]HAS THIS RESULTED IN TRAUMATIC BRAIN INJURY?:[/b] [field][hr]
[b][large]NEV Northern light[/large][/b]
+
 
+
[large][center]PART III - NARRATIVE[/center][/large][hr]
[i]Incident Report[/i][/center][hr][b]Involved person(s)[/b]:
 
[field]
 
[b]Incident description[/b]:
 
[field]
 
[b]Recommended action(s)[/b]:
 
[field][hr][small][sign];
 
Internal Affairs Agent, NEV Northern Light.
 
This document is void unless stamped.[/small]
 
</pre></div></div>
 
 
 
 
 
===Sol Government Crime Report===
 
 
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
 
   
 
   
'''(unknown author)''' '''(Generic Sol Governmental paper work.)'''
+
[center][i]Tell us in your own sissy words how your feelings were
 +
hurt...[/i][/center][hr]
 
   
 
   
<div class="mw-collapsible-content"><pre>
+
[field][br][hr]
[large][b][center]Sol. Gov Official Document[/b][/center][/large]
 
[i][center]NLS SOUTHREN CROSS[/i][/center]
 
[center][small]Sol Government Crime Report[/small][/center][hr]
 
 
 
Suspect name: [field]
 
Crimes committed: [field]
 
Time of occurrence: [field]
 
Location(s) of occurrence: [field]
 
Persons involved: [field]
 
 
 
Details of Crime: [field]
 
Evidence of Crime: [field]
 
Arresting officer: [field]
 
Arresting officer Signature: [field]
 
</pre></div></div>
 
 
 
 
 
=== Sol Government High Crime Report ===
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
 
   
 
   
'''(unknown author) (Generic Sol Governmental paper work.)'''
+
[center]Authentication:[/center]
 
   
 
   
<div class="mw-collapsible-content"><pre>
+
[b]PRINTED NAME OF REAL MAN/WOMAN:[/b] [field][br]
[large][b][center]Sol. Gov Official Document[/b][/center][/large]
+
[i][center]NEV NORTHERN LIGHT[/i][/center]
+
[b]SIGNATURE:[/b] [field][br]
[center][small]Sol Government High Crime Report[/small][/center][hr]
+
 
+
[b]PRINTED NAME OF WHINER:[/b] [field][br]
Suspect name: [field]
+
Crimes committed: [field]
+
[b]SIGNATURE:[/b] [field][hr]
Time of occurrence: [field]
+
Location(s) of occurrence: [field]
+
[small] Please refer to Form 1703 'Hug Request Form' for supplemental support. Upon written request, we will make every reasonable effort to provide you with a "blankey", a "binky" and/or a bottle if you so desire.[/small]
Persons involved: [field]
 
 
 
Details of Crime: [field]
 
Evidence of Crime: [field]
 
Arresting officer: [field]
 
Reviewing officer: [field]
 
 
 
Reviewer Comment: [field]
 
 
 
Arresting officer Signature: [field]
 
Reviewing officer Signature: [field]
 
 
</pre></div></div>
 
</pre></div></div>
  
 +
==Writing tools and Formatting key==
 +
Writing is performed on paper using any standard writing utensil.
  
 +
*'''Pens''' come in a few different colors, black or blue by default, and some departments are provided with red pens. Pens have a variety of functions!
 +
*'''Crayons''' work much like pens, except that they are always bold, and lack the list, horizontal rule, and small tags.
  
==Kitchen/Bar==
+
===Formatting Paper:===
'''(Note: These are not up to date and will never be updated. Please at a look at our guides to [[List of Cooking Recipes Eclipse|food]] and [[List of Drinking Recipes Eclipse|drinks]] for up to date listings.)'''
 
  
===Bar menu===  
+
====Signature====
 +
To sign your name, use the [sign] tag. Remember that '''if you use the [sign] tag, your signature is unique and cannot be forged in most cases.''' Also remember that if you intend for someone else to sign the paperwork, you should use a [field] tag instead of [sign].
 +
<pre>Your signature: [sign]</pre>
  
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
====Field====
'''(Bar Menu By GauHelldragon. The break in the last section is where you have to copy/paste twice, since there is a limit on how much you can write to a paper each time.)'''
+
To insert a field from which you can start writing (instead of just using the bottom of the paper), use the [field] tag.
<div class="mw-collapsible-content"><pre>
+
<pre>Reason for Request: [field]</pre>
  
[b]THE MALTESE FALCON[br]
+
====New Lines====
[hr][br]
+
New lines can be created by using the [br] tag. Without this, anything you write will continue on the same line until it reaches the end of the page.
Ask about our daily special![br]
+
<pre>text above
 
[br]
 
[br]
DRINKS[/b][br]
+
text below</pre>
[hr][br]
+
 
Space Beer[br]
+
====Bold====
Iced Space Beer[br]
+
To make text bold, enclose it within the [b] and [/b] tags.
Station 13 Grog[br]
+
<pre>[b]This text is going to be bold.[/b] This text is not.</pre>
Magm-Ale[br]
+
 
Griffeater's Gin[br]
+
====Italics====
Uncle Git's Special Reserve[br]
+
To italicize text, enclose it within the [i] and [/i] tags.
Caccavo Guaranteed Quality Tequilla[br]
+
<pre>[i]This text is italicized.[/i] This text is not.</pre>
Tunguska Triple Distilled[br]
+
 
Goldeneye Vermouth[br]
+
====Underlining====
Captain Pete's Cuban Spiced Rum[br]
+
To underline text, enclose it within the [u] and [/u] tags.
Doublebeard Beared Special Wine[br]
+
<pre>[u]This text is underlined.[/u] This text is not.</pre>
Chateua De Baton Premium Cognac[br]
+
 
Robert Robust's Coffee Liqueur[br]
+
====Centering====
 +
To center text, enclose it with the [center] and [/center] tags.
 +
<nowiki>[center]Type the center tags onto the paper like this![/center]</nowiki>
 +
 
 +
====Lists====
 +
Create a list by using the [list] and [/list] tags. For every entry in your list, add a [*] in front of your entry.
 +
For example;
 +
[list][*]Bullet one.[*]Bullet two.[/list]
 +
 
 +
====Large Text====
 +
Make text larger, enclose it within the [large] and [/large] tags. Large text like this can be used for emphasis or for titles.
 +
<pre>[large]This text is much larger[/large] than this text.</pre>
 +
 
 +
====Small Text====
 +
To shrink text, enclose it with the [small] and [/small] tags.
 +
Shrunken text can be used to fit more information onto your paper.
 +
<pre>[small]This text is very small![/small] This text is normal-sized.</pre>
 +
 
 +
====Horizontal rules====
 +
To add a horizontal rule, use the [hr] tag.
 +
<pre>text above
 +
[hr]
 +
text below</pre>
 +
 
 +
==== First Heading ====
 +
To make a first level heading, use the [h1] and [/h1] tags.
 +
<pre>[h1]insert desired text
 
[br]
 
[br]
[b]MIXED DRINKS[/b][br]
+
closing text for heading[/h1]</pre>
[hr][br]
+
 
Allies Cocktail[br]
+
==== Second Heading ====
Andalusia[br]
+
To make a second level heading, use the [h2] and [/h2] tags.
Anti-Freeze[br]
+
<pre>[h2] insert desired text
Bahama Mama[br]
+
[br]
Classic Martini[br]
+
closing text here[/h2]</pre>
Cuba Libre[br]
+
 
Gin Fizz[br]
+
==== Third Heading ====
Gin and Tonic[br]
+
To make a third level heading, use the [h3] and [/h3] tags.
Irish Car Bomb[br]
+
<pre>[h3]insert desired text[/h3]</pre>
Irish Coffee[br]
 
Irish Cream[br]
 
Long Island Iced Tea[br]
 
Manhattan[br]
 
The Manly Dorf[br]
 
Margarita[br]
 
Screwdriver[br]
 
Syndicate Bomb[br]
 
Pan-Galactic Gargle Blaster[br]
 
Tequilla Sunrise[br]
 
Vodka Martini[br]
 
Vodka and Tonic[br]
 
Whiskey Cola[br]
 
Whiskey Soda[br]
 
White Russian[br]
 
[hr][br][b]NON-ALCOHOLIC DRINKS[/b][br]
 
Coffee[br]
 
Tea[br]
 
Hot Chocolate[br]
 
Iced Tea[br]
 
 
 
 
 
Iced Coffee[br]
 
Orange Juice[br]
 
Tomato Juice[br]
 
Tonic Water[br]
 
Sodas[br]
 
</pre></div></div>
 
 
 
  
===Extended Bar Menu===
+
==== Date ====
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
To insert the current date of the station, use the [date] tag.
+
<pre>Date:[date]</pre>
'''(Extended Bar Menu by Phil235 The break in the middle is where you have to copy/paste twice, since there is a limit on how much you can write to a paper each time.)'''
 
 
<div class="mw-collapsible-content"><pre>
 
[b][large][u]THE MALTESE FALCON[/u][/b][/large][br]
 
[br]
 
[br]
 
[b][u]DRINKS[/u][/b][br]
 
[br]*[small]= availability not guaranteed[/small][br][br]
 
Space Beer[br]Beer from the keg[br]Iced Space Beer[br]Station 13 Grog[br]Magm-Ale[br]Griffeater's Gin[br]Uncle Git's Special Reserve[br]Caccavo Guaranteed Quality Tequilla[br]Tunguska Triple Distilled[br]Goldeneye Vermouth[br]Captain Pete's Cuban Spiced Rum[br]Doublebeard Beared Special Wine[br]Chateau De Baton Premium Cognac[br]Robert Robust's Coffee Liqueur (Kahlua)[br]Moonshine*[br]
 
[br][br][b][u]COCKTAILS[/u][/b][br][br]Allies Cocktail[br]Andalusia[br]Anti-Freeze[br]Bahama Mama[br]Classic Martini[br]Cuba Libre[br]Gin Fizz[br]Gin and Tonic[br]Irish Car Bomb[br]Irish Coffee[br]Irish Cream[br]Long Island Iced Tea[br]Manhattan[br]The Manly Dorf[br]Margarita[br]Screwdriver[br]Syndicate Bomb[br]Pan-Galactic Gargle Blaster[br]Tequilla Sunrise[br]Vodka Martini[br]Vodka and Tonic[br]Whiskey Cola[br]Whiskey Soda[br]White Russian[br]
 
  
 +
==== Time ====
 +
To insert the current station time, use the [time] tag.
 +
<pre>Time: [time]</pre>
  
Goldschlager* [br]Hippie's Delight* [br]Hooch* [br]Acid Spit* [br]Aloe* [br]Amasec* [br]Atomic Bomb*[br]B-52[br]Barefoot*[br]Beepsky Smash*[br]Bilk [br]Black Russian [br]Bloody Mary[br]Booger*[br]Brave Bull[br]Changeling Sting [br]Demons Blood*[br]Devil's Kiss* [br]Driest Martini*[br]Erika Surprise*[br]Manhattan Project*[br]Nuka Cola*[br]Neurotoxin*[br]Patron*[br]Sake*[br]Sbiten*[br]Singulo*[br]Snow White[br]Three Mile Island Iced Tea[br]Toxins Special*[br][br][br][b][u]NON-ALCOHOLIC DRINKS[/u][/b][br][br]Coffee[br]Tea[br]Hot Chocolate[br]Iced Tea[br]Iced Coffee[br]Orange Juice[br]Tomato Juice[br]Lime Juice[br]Lemon Juice*[br]Potato Juice*[br]Berry Juice*[br]Watermelon Juice*[br]Tonic Water[br]Sodas[br]Banana Honk*[br]Brown Star[br]Kira Special[br]Lemonade*[br]Cafe Latte[br]Mead*[br]Milk Shake[br]Red Mead*[br]Rewriter[br]Silencer*[br]Soy Latte*[br]The Doctor's Delight*[br]
+
====NT and Other Company Logos====
</pre></div></div>
+
Each company and department represented on board the Northern Light has a logo that can be inserted into your paperwork using the following tags.
 
+
<pre>[logo] <-- Use this tag when you just want to use a standard Nanotrasen logo. The rest are self-explanatory.
 
+
[solcrest] <-- For SolGov. '''May or may not work, need to test in-game.'''
===Kitchen Menu===
+
[lazarus]
 
+
[aegis]
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
+
[ftu]
+
[engineering]
'''(Kitchen Menu by Phil235)'''
+
[mekhane]</pre>
 
<div class="mw-collapsible-content"><pre>
 
 
 
[center][large][b]NLS SOUTHREN CROSS KITCHEN MENU[/b][/large][/center][hr]
 
[center][large]= A la Carte =[/large][/center][br][hr]
 
[u][b]Appetizers[/b][/u][br][list][*]Plump biscuit[*]fortune cookie[*]cracker[*]Popcorn[*]Poppy Pretzel[/list][hr]
 
[u][b]Vegetable Recipes[/b][/u][br][list][*]Boiled Rice[*]Stewed soy meat[*]loaded baked potato[*]Eggplant Parmigiana[*]Chawanmushi[*]Cheese slices[*]Tofu[*]Soylen Viridians[*]Cold Chili Stew[*]Hot Chili Stew[/list][hr]
 
[u][b]Fries[/b][/u][br][list][*]Carrot Fries[*]Potato Fries[*]Cheesy Fries[/list][hr]
 
[u][b]Salads[/b][/u][br][list][*]Herb Salad[*]Aesir Salad[*]Valid Salad[/list][hr]
 
[u][b]Soups[/b][/u][br][list][*]Meatball soup[*]Nettle Soup[*]Wish Soup[*]Vegetable Soup[*]Tomato Soup[*]Mushroom Soup[*]Beet Soup[*]Milo Soup[/list][hr]
 
[u][b]Breads[/b][/u][br][list][*]Baguette[*]Jelly Toast[*]'Two bread'[*]Regular Bread[*]Meat Bread[*]Tofu Bread[*]Banana-nut Bread[*]Cream Cheese Bread[/list][hr]
 
[u][b]Meat Recipes[/b][/u][br][list][*]Meat steak[*]Enchiladas[*]Monkey's delight[*]Stew[*]Sausage[*]Faggot[*]Kebab[*]Cheese omelette[*]Fried eggs[*]Boiled egg[*]Donk Pocket[*]Fish 'n' Chips[*]Fish fingers[*]Cuban Carp[/list][hr]
 
[u][b]Burgers[/b][/u][br][list][*]Meat Burger[*]Tofu Burger[*]Jelly Burger[*]Big Bite Burger[*]Super Bite Burger[*]Fillet-o-Carp burger[/list][hr]
 
[u][b]Sandwiches[/b][/u][br][list][*]Sandwich[*]Toasted Sandwich[*]Grilled Cheese Sandwich[*]Jelly Sandwich[/list][hr]
 
[u][b]Pizzas[/b][/u][br][list][*]Margherita[*]Mushroom Pizza[*]Meat Pizza[*]Vegetable Pizza[/list][hr]
 
[u][b]Spaghettis[/b][/u][br][list][*]Boiled Spaghetti[*]Tomato Pasta[*]Spaghetti & meatballs[*]Spesslaw[/list][hr]
 
[u][b]Pies[/b][/u][br][list][*]Golden Apple Tart[*]Plump Pie[*]Pumpkin Pie[*]Meat Pie[*]Tofu Pie[*]Cherry Pie[*]Berry Clafoutis[*]Apple Pie[*]Banana Cream Pie[/list][hr]
 
[u][b]Cakes[/b][/u][br][list][*]Vanilla Cake[*]Carrot Cake[*]Cheese Cake[*]Birthday Cake[*]Apple Cake[*]Orange Cake[*]Lime Cake[*]Lemon Cake[*]Chocolate Cake[/list][hr]
 
[u][b]Desserts[/b][/u][br][list][*]Muffins[*]Candied Apple[*]Rice pudding[*]Chocolate egg[*]Waffle[*]Donut[*]Jelly Donut[/list][hr]
 
[u][b]Drinks[/b][/u][br][list][*]Water[*]Milk[*]Orange Juice[*]Watermelon Juice[*]Lime Juice[*]Lemon Juice[*]Berry Juice[*]Potato Juice[/list][hr]
 
[u][b]Alcohols[/b][/u][br][list][*]Kahlua[*]wine[*]sake[*]vodka[*]moonshine[/list][br][small]Ask the bartender for cocktails[/small][hr]
 
[u][b]Condiments[/b][/u][br][list][*]Hot sauce[*]Cold sauce[*]Ketchup[*]Corn oil[*]Soy sauce[/list]
 
[br][br][br][hr][small][i]The availability of each recipe may vary. Restrictions may apply.[/i][/small]
 
</pre></div></div>
 
 
 
 
 
===New Kitchen Menu===
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
 
'''(Extended Kitchen Menu based on a design by "Phil235" and made by "Araskael".)'''
 
 
<div class="mw-collapsible-content"><pre>
 
[center][large][b]KITCHEN MENU[/b][/large][/center][hr]
 
[center][large][b]= Fast or Commonly Stocked Foods =[/large][/b][br][br][small]Prices subject to change. While supplies last.[br]Utensils and spices (salt, pepper, sugar) may be provided for your meal; straws and stirring sticks may be requested.[/small][/center][br][hr]
 
[u][b]Burgers[/b][/u][br][list][*]Burger (2þ)[*]Cheeseburger (2þ)[*]Tofu Burger (2þ)[*]Big Bite Burger (4þ)[/list][hr]
 
[u][b]Breads & Sandwiches[/b][/u][br][list][*]Bread Slice / Loaf (1þ/5þ)[*]Meatbread Slice / Loaf (1þ/5þ)[*]Tofu-bread Slice / Loaf (1þ/5þ)[*]Cream Cheese Bread Slice / Loaf (1þ/5þ)[*]Baguette (2þ)[*]Sandwich / Toasted (3þ)[*]Grilled Cheese Sandwich (2þ)[*]Croissant (1þ)[*]Benedict (3þ)[/list][hr]
 
[u][b]Pastas[/b][/u][br][list][*][Plain] Boiled Spaghetti (5þ)[*]Spaghetti & Meatballs (5þ)[*]Spesslaw (5þ)[*]Kitsune Udon (5þ)[/list][hr]
 
[u][b]Meat[/b][/u][br][list][*]Meat Steak (2þ)[*]Sausage (2þ)[/list][hr]
 
[u][b]Pies[/b][/u][br][list][*]Meat Pie (4þ)[*]Tofu Pie (4þ)[/list][hr]
 
[u][b]Cakes[/b][/u][br][list][*]Vanilla Slice / Full (1þ/5þ)[*]Cheese Cake Slice / Full (1þ/5þ)[/list][hr]
 
[u][b]Sides[/b][/u][br][list][*]Cheese Omelette (5þ)[*]Fried Egg (5þ)[*]Boiled Egg (2þ)[*]Warm Donk Pocket (1þ)[*]Hot Dog (3þ)[/list][hr]
 
[u][b]Pastries & Sweets[/b][/u][br][list][*]Donut (1þ)[*]Fortune Cookie (1þ)[*]Muffin (2þ)[*]Cracker (1þ)[/list][hr]
 
[u][b]Other[/b][/u][br][list][*]Taco (5þ)[*]Nachos (3þ)[*]Cheesenachos (4þ)[*]Pig-in-a-Blanket (3þ)[/list][hr]
 
[u][b]Beverages[/b][/u][br]Beverages cost 2þ. One beverage is free per meal, and all refills are free.[br][list][*]Coffee[*]Dr. Gibb[*]Iced Tea[*]Lemon Lime[*]Mountain Wind[*]Soda Water[*]Space-up[*]Tea[*]Water[*]Lemon Juice[*]Lime Juice[*]Orange Juice[*]Space Cola[*]Tonic Water[*]Watermelon Juice[/list][br]Addons:[list][*]Cream[*]Ice[*]Sugar[/list][br]Special Drinks:[list][*]Arnold Palmer[*]Brown Star[*]Cafe Latte[*]Iced Coffee[*]Iced Tea[*]Kira Special[*]Lemonade[*]Rewriter[*]Soy Latte[*]Vile Lemon[/list][br]Desserts:[list][*]Ice Cream Cone (3þ / 1þ per extra scoop)[*]Milkshake (2þ)[*]Coffee Milkshake (2þ)[/list][hr]
 
[u][b]Services and Deals[/b][/u][br][list][*]Wrapped Meal (+1þ to cost of meal)[*]To-go Lunchbox [small][Fits up to four items, see below for styles][/small] (5þ, not including food)[*]On-ship Delivery (2þ to price)[*]Off-ship Delivery (5þ to price)[/list][center][b]Ask the cook if there are any specials or deals for today.[/b][/center][br][br]Current Lunchbox Styles:[list][*]NanoTrasen Brand [Genuine & Exclusive!][*]Rainbow[*]Heart[*]Cat[*]Mojave University[*]CTI[*]Niona Nymph[*]Black and Red[/list]
 
[center][br][br][br][hr][small][i]The availability of each recipe may vary. Restrictions may apply.[/i][/small][br][logo][/center]
 
</pre></div></div>
 
 
 
==Miscellaneous==
 
 
 
 
 
===Cover and End page for a multi-page report===
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
 
'''(Cover page. Inter-Departmental Report in this case, by Harpy Eagle)'''
 
 
<div class="mw-collapsible-content">
 
 
 
<pre>
 
[center][b]Nanotrasen Internal Communication[/b]
 
[i]NEV Northern Light[/i]
 
 
 
[logo]
 
 
 
[b][u]Fax Transmission[/u][/b]
 
[/center]
 
 
 
[b]From:[/b] [field]
 
 
 
[b]To:[/b] [field]
 
 
 
[b]Subject:[/b] [field]
 
 
 
[hr]
 
 
 
[b]Summary:[/b]
 
[field]
 
 
 
[b]Contents:[/b]
 
[field]
 
 
 
[b]Total Number of Pages:[/b] [field]
 
[hr][small][i]
 
This message, and the documents attached hereto, are intended only for the addressee and may contain confidential information. Any unauthorized disclosure is strictly prohibited.
 
 
 
If this transmission is recieved in error, please notify both the sender and the office of Internal Affairs immediately so that corrective action may be taken. Failure to comply is a breach of company regulation and may be prosecuted to the fullest extent of the law, where applicable.
 
[/i][/small]
 
</pre></div></div>
 
 
 
 
 
=== '''Last page''' ===
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
 
'''(Final page. pretty self explanatory.)'''
 
 
<div class="mw-collapsible-content"><pre>
 
 
 
[center][b]END TRANSMISSION[/b]
 
 
 
 
 
[logo][/center]
 
</pre></div></div>
 
 
 
 
 
=== ''(Joke)'' HURT FEELINGS REPORT ===
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:99%">
 
 
'''(To assist whiners in documenting hurt feelings, and to provide leaders with a list of staff who require additional counseling, Head of Staff leadership, and extra duty...)'''
 
 
<div class="mw-collapsible-content"><pre>
 
[large][center]HURT FEELINGS REPORT[/center][/large][hr]
 
 
[center][logo][/center]
 
 
[center]For use of this form, see FM 22-102; the proponent agency is the NT Department of Human Resources[/center][hr]
 
 
[center]DATA REQUIRED BY THE PRIVACY ACT OF 2058[/center][hr]
 
 
[small][b]AUTHORITY:[/b] 7 NT 301, Departmental Regulations; 14 NT 20341, Minister of Information and HR.[br]
 
 
[b]PRINCIPAL PURPOSE:[/b] To assist whiners in documenting hurt feelings, and to provide leaders with a list of staff who require additional counseling, Head of Staff leadership, and extra duty....[br]
 
 
[b]ROUTINE USES:[/b] For subordinate leader development NT/SOLGOV 12-102.
 
Leaders and whiners should use this form as necessary.[br]
 
 
[b]DISCLOSURE:[/b] Disclosure is  voluntary, but repeated disclosure may result in a Report of Wall to Wall Counseling.[/small][hr]
 
 
[large][center]PART I - ADMINISTRATIVE DATA[/center][/large][br][hr]
 
 
[b]WHINER'S NAME[/b] [i]Last, First, MI[/i]: [field][br]
 
 
[b]OCCUPATION/TITLE:[/b] [field][br]
 
 
[b]DATE OF REPORT:[/b] [field][br]
 
 
[large][center]PART II - INCIDENT REPORT[/center][/large][br][hr]
 
 
[b]DATE FEELINGS WERE HURT:[/b] [field][br]
 
 
[b]TIME OF HURTFULNESS:[/b] [field][br]
 
 
[b]LOCATION OF HURTFUL INCIDENT:[/b] [field][br]
 
 
[b]HEAD OF OFFICER SYMPATHETIC TO WHINER:[/b] [field][br]
 
 
[b]NAME OF REAL MAN/WOMAN WHO HURT SENSITIVE FEELINGS:[/b] [field][br]
 
 
[b]OCCUPATION/TITLE:[/b] [field][hr]
 
 
[large][center]INJURY[/center][/large][hr]
 
 
[b]WHICH EAR WERE THE WORDS OF HURTFULNESS SPOKEN INTO?:[/b] [field][br]
 
 
[b]IS THERE PERMANENT FEELING DAMAGE?:[/b] [field][br]
 
 
[b]DID YOU REQUIRE A "TISSUE" FOR TEARS?:[/b] [field][br]
 
 
[b]HAS THIS RESULTED IN TRAUMATIC BRAIN INJURY?:[/b] [field][hr]
 
 
[large][center]PART III - NARRATIVE[/center][/large][hr]
 
 
[center][i]Tell us in your own sissy words how your feelings were
 
hurt...[/i][/center][hr]
 
 
[field][br][hr]
 
 
[center]Authentication:[/center]
 
 
[b]PRINTED NAME OF REAL MAN/WOMAN:[/b] [field][br]
 
 
[b]SIGNATURE:[/b] [field][br]
 
 
[b]PRINTED NAME OF WHINER:[/b] [field][br]
 
 
[b]SIGNATURE:[/b] [field][hr]
 
 
[small] Please refer to Form 1703 'Hug Request Form' for supplemental support. Upon written request, we will make every reasonable effort to provide you with a "blankey", a "binky" and/or a bottle if you so desire.[/small]
 
</pre></div></div>
 
 
 
  
 
[[Category:Guides]]
 
[[Category:Guides]]

Latest revision as of 14:44, 6 September 2022

This section or article is a Work in Progress and should not yet be relied on as factual or complete.
Assigned to: Timidvi

Please discuss changes with assigned users. If no one is assigned, or if the user is inactive, feel free to edit.


Writing is an integral part to paperwork and writing books! If you want to write an official department memo, or a good looking book, you're gonna have to know how to write it. Listed below are the examples of how to properly format in-game paperwork! We do not enforce the use of these examples exactly. This is to simply to give you a good base to work from. Much of this work has been siphoned off from many different places in the SS13 community. Notable examples being two Separate Baystation -- forum posts, and parts of the Polaris wiki. These examples already have most of the special notation included. To properly understand how the notation works, you will need a basic grasp of BBCode or HTML. But don't worry, even if you don't know either, just try copy pasting the examples and replacing the text with your own! Once you're comfortable with that, try experimenting with what works together and how.

To try and test your paperwork ideas in a live and out-of-game environment, consult this handy utility.

Contents

Character Records

This is the information your character should have before starting their first day working on the Northern Light. ("should" Meaning that this paper work is entirely optional, but would greatly help you and others when role-playing.) Your character should have the following records: Employment, Medical and Security! These should be filled out as if they were being written about your character from a NT or another corporation staff member's point of view. While we do not enforce how these records are written, Just like your actual character please make sure your records fit with our "canon" and rules. Also note that the formatting key does not work on crew record templates saved in the Character Setup UI, so they should be written as plain text for the best readability.

Employment:

(Note:Like with Security records do not put information you would not want other characters to openly know. "I WORKED AS A SMUGGLER FOR THE PIZZA THE HUT!" is probably not a thing that would be on your records.)
 
CURRENT INSTITUTIONAL AFFILIATIONS: [Characters' primary company affiliations here - probably one or more of the organizations on-board employing this character.]

EDUCATION SUMMARY
 Current Qualifications: [field]
 Current Certifications: [field]

EMPLOYMENT HISTORY
 Employer Name: [Put an organization name here unless privately hired.]
  Employment Start Date: [field]
  Employment Termination Date: [field]
  Synopsis of job: [field]
  Reason for Departure/Termination: [field]
 Notes: [field]
 
 Current Employer Name: [Put an organization name here unless privately hired.]
  Employment Start Date: [field]
  Synopsis of job: [field]
 Notes: [field]
 
HIRING AGENT NOTES: [field] ((This should involve a Risk Assessment field, written from an IC standpoint. It can, and should, also include any other notes that pertain to the character's employment. Please remove this OOC note while writing.))

Medical:

(Note: Please try and keep illness and disability with-in the scope of our setting. Do not include something that can not be easily recreated within in-game mechanics or easily role-play able. An example being "Needing to breath something other then oxygen to survive." Can be easily RP'ed with a empty oxygen tank and mask. While having something like "tesh-pox" that causes you to instantly transform into a Teshari when someone sneezes would not work.)


NAME: [surname, fore/middle]
 AGE: [years]
 SPECIES: [insert here]
 SPOKEN LANGUAGES: [primary/secondary, or native/learned]
 PREFERRED LANGUAGE: [probably Galactic Common]

POSTMORTEM INSTRUCTIONS:
 PROSTHETIC(S)/IMPLANTS(S): YES/NO - info if YES
 ALLERGIES: YES/NO - info if YES

DOCUMENTED CHRONIC MEDICAL CONDITIONS:
 [Please insert a list of any chronic medical conditions here]

DOCUMENTED PSYCHOLOGICAL DISORDERS:
 [either list things here or put N/A]
  
CURRENT MEDICATIONS/PRESCRIPTIONS:
 [medication, dosage, every __]
    
Medical Doctor's Notes:
 [include a short IC note here, likely written by a doctor who has worked on or examined your character before; this section can also be omitted entirely if preferred.]
 -[Doctor [initial] [surname]]

Security:

(Note: this should only contain Information you WANT security to know about you. Do not fill it with any information that you would like to be kept as a... "Surprise" A example would be "Known to steal things..." versus "...Is the freaked Lupin the 3rd of Sif!")

NAME: 
SPECIES:
IDENTIFYING FEATURES:
 
ARREST HISTORY
 
[DD/MONTH/YYYY]: [Arrest Reason, w/ Applicable Laws]
 Synopsis: [field]
  ADMISSION DATE: [If Applicable]
  RELEASE DATE: [If Applicable]
  RELEASE REASON: [If Applicable]
 NOTES: [field]
 
THREAT ASSESSMENT
 
Hostile/Covert Actions Against the Company
 Threat Level: [Low/Medium/High]
 Synopsis: [field]
 Caseworker Notes: [Personal notes from caseworker, optional]
 
Hostile/Covert Actions Against the Crew
 Threat Level: [Low/Medium/High]
 Synopsis: [field]
 Caseworker Notes: [Personal notes from caseworker, optional]


TEMPLATES BELOW THIS POINT

Nanotrasen Command

Communications

The following templates are for the general use of Heads of Staff, First Officers, Captains, and Bridge Officers for the purpose of communicating with Central Command, within Command Staff, and other entities contactable via FAX.

Central Command Communications

(To be sent by heads to contact Centcomm. Created by Persona E.)

[center][large][b]NANOTRASEN QUANTUM ENTANGLEMENT NETWORK[/b][/large][/center]
[center][b]FORM NT-QEN-01[/b]:[/center]
[center][b]GENERAL TRANSMISSION[/b][/center]

[center][logo][/center]

[center][large][b]QUANTUM ENTANGLEMENT TRANSMISSION[/b][/large][/center]

[hr]

[b]Date[/b]: [date]
[b]Time[/b]: [field]

[hr]

[b]Origin[/b]: [field]
[b]Department[/b]: [field]
[b]Destination[/b]: [field]

[b]Sender's Name[/b]: [field]
[b]Sender's Rank[/b]: [field]

[hr]

[b]Priority[/b]: [field]
[b]Subject[/b]: [field]

[hr]

[large][b]Message Body[/b]:[/large]
[field]

[hr]

[b]Sender's signature[/b]: [sign]

[b]Signatures of additional authorities[/b]:
[field]

[b]Stamps of applicable authorities below this line.[/b]
[hr]

Emergency Transmission

(To be sent via Fax Machine to Central Command in emergencies when filling out the full form would take too long. Made by Minijar.)


[center][logo][/center]
[center] [large] [b] EMERGENCY TRANSMISSION [/center] [/large] [/b]
==============================================================

Sender: [sign]
Position: [field]
==============================================================
Message: [field]



==============================================================
Signed: [sign]

Internal Memo

(An internal memo. Ported from Baystation and modified. Author unknown.)

[small][center][logo]
[u]HR-NTCO-03:[/u]
[b]Department Memo[/b] [/center]

[b]Internal Memorandum[/b]
DTG: [date], [time]

Subject: [field]
Body:

[field]

[hr]
Authorizing Signature:
[sign]

[center]Stamp of Approval[/center][hr][/small]


Mandate and Agreement Amendments

The following templates are to be used for the drafting, revising, and enacting of Mandates and Amendments of the Northern Light Agreement. Note that Mandates and Amendments will ONLY take effect upon first being reviewed by Heads of Staff during a pre-scheduled meeting with a minimum of one week's notice via an announcement on the NEV Northern Light ((Discord)). At the meeting, the proposed Mandate or Amendment must be discussed by attending staff. Any Heads of Staff whose departments are explicitly affected by the Mandate or Amendment must thereby approve with all appropriate signatures; furthermore, a simple majority of attending representatives must pass; and at least two Heads of Staff, including the Heads of Staff explicitly affected by the Mandate or Amendment, must provide their formal signatures to all relevant document; and at which the Captain must provide their stamp to the documents prior to faxing for final approval by the Administrative Board ((ie the admins)). In the event that the Administrative Board is unable to be reached over a long period of time spanning months, the Mandate or Amendment may be enacted on a provisional level and must be reviewed by the Administrative Board upon return to contact ((but must still be approved by the admins OOCly, so you still have to fax it in)).

Mandates

(To be used for direction of goals, etc, and reinforcement of the Agreement in ways that do not explicitly change the Agreement (but might increase the penalties for breaking the Agreement and associated laws, orders, and rulings). Class 1 Mandates are the most severe - see Nanotrasen Mandates for examples. By timidvi.)

[small][center][Logo]

[center][b]Vessel: NEV Northern Light[/b][/center]
The following has been decreed according to the majority will of the Captain's Board of the NEV Northern Light with a significant stake in the NEV Northern Light. This ruling is formally enacted immediately upon approval by the NanoTrasen Northern Light Board of Administration as ship law.

[hr]
[b][center][large][u]NEV NL Class [field] Mandate - [field][/u][/large][/center][/b]
Status (For Board Use Only): [field]
[i]Revision [date] - [time][/i][/center]
[hr]
[b][center]As a Class [field] Mandate, failure to comply with the following ruling is grounds for degrees of punishment comparable to that given to one charged with [field] (Code [field]), and in the minimum case, will be treated as a Dereliction of Duty (Code 118).[/b][/center]

[b]Mandate:[/b] [field]


[i][b]There will be no exceptions to this ruling barring majority agreement from current on-duty department heads, plus approval from the Captain, or the First Officer in the Captain's absence. This ruling will be promptly added to the Agreement.[/b][/i]


[b]Closing Statements:[/b]
[field]


[hr][b]
[center][i]Provide Signatures and Stamps of Captain and at least two [2] Heads of Staff below[/i][/center][/b]
[hr][/small][small]
Notarization Information:
[list][*][b]Captain's Signature: [field]
[*][b]Captain's Signature: [field]
[*][b]Witness Signature: [field]
[*][b]Witness Signature: [field]
[*]Notary Signature: [field]
[*]Date of Activation (For Board Use Only): [field][/list][/b][/small]
[small][center]This form is for official NanoTrasen use ONLY.
|
Any information contained in this form will be considered CLASSIFIED to all but those who are approved to use and view this document[/center][/small]

Agreement Amendments

(Used for adding, removing, or changing elements of the original Agreement. See this Amendment for an example. By timidvi.)

[small][center][Logo]
Northern Light Agreement Amendment
[i]Revision [date] - [time][/i][/center]

[b][center][large][u]Amendment of the NEV Northern Light Agreement: [field]
[/u][/large][/center][/b]
[hr][center][b]Vessel: NEV Northern Light[/b][/center][center][b]DTG: [date], [time]
Revision: [/b][field]

[b]Department heads of the appropriate sector(s) must approve and make use of the following amendment.[/b] 


The following has been decreed according to the majority will of the Captain's Board of the NEV Northern Light with a significant stake in the NEV Northern Light. This ruling is enacted immediately upon approval of the Board, or provisionally enacted by agreement of trusted Company Representatives.[/center]

[b][center]This amendment, if passed by a simple majority of Company representatives on board the NEV Northern Light at the scheduled time this amendment is proposed, shall accordingly modify the terms of the Agreement and shall be applied accordingly.[/b]


[field]


[b]There will be no exceptions to this ruling barring majority agreement from current on-duty department heads, plus approval from the Captain, or the First Officer in the Captain's absence. This ruling will be promptly added to the Agreement.[/b]

[hr][b]
[center][i]Provide Signatures and Stamp of Captain and at least two [2] Heads of Staff below[/i][/center]
[hr][/small]
[small][b]Captain's Signature: [field]
Witness Signature: [field]
Witness Signature: [field][/b][/small]


[small][center]This form is for official NanoTrasen use ONLY.
|
Any information contained in this form will be considered CLASSIFIED to all but those who are approved to use and view this document[/center][/small]

Assignments

The following templates are for the general use of Heads of Staff, First Officers, and Captains for the purpose of changing crew access, departments, jobs, etc.

Access Change Order

(Used alongside a change to an employee's ID access. Created by rsmr, revised by timidvi.)

[center][logo]
[b][u]CO-111:[/u][/b]
[large]ACCESS CHANGE REQUEST[/large][/center][hr][b]Date and Time[/b]: [date] - [time][br]
[b]Department[/b]: [field]
[b]Employee Name[/b]: [field]
[b]Employee Assignment[/b]: [field]
[b]Access Change Requested[/b]: [field]

[b][u]Reason for Request[/u][/b]:  
[field]

[b][i]FOLLOWING SECTION FOR COMMAND USE ONLY[/i][/b]
[b]Access Added[/b]: [field]
[b]Access Removed[/b]: [field]

[small][b]Applicant Signature[/b]: [field] [/small]
[small][b]Head of Department Signature[/b]: [field] [/small]
[small][b]First Officer/Captain Signature[/b]: [field][/small]
[hr][small][i]The Head of Staff's stamp is required before this order can be put into effect. In lieu of the Head of Staff's stamp, the First Officer's stamp or the Captain's stamp will suffice but only in the absence of the Head of Staff.[/i][/small]

ID Replacement Requisition

(Used to requisition replacement of lost or damaged IDs. Created by timidvi.)

[center][logo]

[large][b]ID Replacement Requisition[/b][/large]

[b]Date and Time: [date] - [time]

Vessel: NEV Northern Light[/b][/center]
[hr]
Employee Name: [field]
Department: [field]
Position: [field]
Department Head: [field]

Reason for ID Replacement: [field]

Employee Signature: [field]

[hr]
First Officer Name: [field]
First Officer Signature: [field]

[hr][b]
[center][i]Provide Stamp Below for Approval of ID Replacement.[/i][/center][/b]
[hr]

Intradepartment Reassignment

(Used to reassign employees to different jobs within the same department. Created by rsmr, revised by timidvi.)

[center][logo]
[b][u]Form CO-113:[/u][/b]
[large]Reassignment Order[/center][hr][b]Date and Time[/b]: [date] - [time][br]
[b]Department[/b]: [field]
[b]Employee Name[/b]: [field]
[b]Original Assignment[/b]: [field]
[b]New Assignment[/b]: [field]

[b][u]Reassignment Reason[/u][/b]:  
[field]

[small][b]Head of Staff Signature[/b]: [field] [/small]
[hr][small][center][i]The Head of Staff's stamp is required before this order can be put into effect. In lieu of the Head of Staff's stamp, the First Officer's stamp or the Captain's stamp will suffice but only in the absence of the Head of Staff. A copy of this form (but not the Staff Assessment Form) [u]must[/u] be provided to the reassigned employee.[/i][/small] 
[center]

Interdepartment Reassignment

(Used for the transferring of personnel between departments. Created by timidvi.)

[center][logo]

[large][b][u]Interdepartment Reassignment[/b][/u][/large]

[b]Date and Time: [date] - [time]
Vessel: NEV Northern Light[/b]

[hr]
Transferee Name: [field]
Department: [field]
Position: [field]

[hr]
From department: [field]
To department: [field]


Transferred Position: [field]


Reason(s): [field]


Sign here: [field]

[hr]

Signature of the department head that is transferring the person: [field]

Signature of the department head that is receiving the person: [field]

Signature of the First Officer or Captain: [field][br]

[hr][b]
[center][i]Provide First Officer Stamp Below for Approval of Transfer.[/i][/center][/b]
[hr]

Demotion and Termination

(Used for demotions and terminations of employment, including permanent ones (ie. job bans). Created by timidvi.)

[center][logo]

[large][b][u]Demotion and/or Termination Record[/u][/b][/large]

[b]Date and Time:[/b] [date] - [time]
[b]Vessel: NEV Northern Light[/b]

[hr]

[b][u]Demotion/Termination: [large][field][/large][/u][/b]

Employee Name: [field]
Department: [field]
Department Head: [field]
Former Position: [field]

[b](If Demoted)[/b] New Position: [field]

Reason for Demotion/Termination: [field]

[b][u][large]Is the demotion/termination in question permanent? (Y/N): [field][/large][/u][/b][/center]


[hr]

Signature of Captain [field]
Signature of First Officer: [field]
Signature of Department Head: [field]

[small][i]If the former or current Department Head of terminated or demoted employee refuses to sign off on a permanent demotion/termination record, the aforementioned employee may nevertheless be permanently demoted or terminated without the aforementioned Department Head's consent if there is unanimous agreement between heads of the other departments, per Amendment X.2 of the Agreement. These signatures may be added below.[/i][/small]

Lazarus Chief Science Officer: [field]
Lazarus Chief Medical Officer: [field]
Nanotrasen Chief Engineer: [field]
Free Trade Union Merchant: [field]
Preacher of Mekhane: [field]
Aegis Commander: [field]


[hr][b]
[center][i]Provide Stamps Here for Demotion and/or Termination of Employee: [field].[/i][/center][/b]
[hr][small][center][b]This form is for official NanoTrasen use ONLY.
|
Any information contained in this form will be considered CLASSIFIED to all but those who are approved to use and view this document[/b][/center][/small]

Inspections

These forms are to be used for the purpose of inspections of personnel and departments.

Audit log

(A indepth log to be written by the First Officer, a Head of Staff for their own department, or a Bridge Officer assigned to the duty by the Captain or FO, about the current state of the ship. by Superbee29, revised by timidvi.)

[center][logo]
[large][b]Department Audit[/b][/large][/center][hr][b]Time:[/b] [field]
[b]Department:[/b] [field]
[b]Head:[/b] [field]
[b]Employees:[/b] [list][field][/list]
[b]General efficiency (0-10):[/b] [field]
[b]Audit compliance (0-5):[/b] [field]
[b]Head authority (0-5, if there is a head):[/b] [field][hr][b]Result:[/b] [field] efficient
[b]Notes (if any):[/b] [field][hr][b]Agent, Rank:[/b] [field]
[b]First Officer Signature:[/b] [field][hr]STAMP HERE[br]

Complaint Form

Complaint Form by Upsetspy, revised by timidvi. Still a WIP.

[small][center][logo]
Internal Complaint Form
[i]Revision [date] - [time][/i][/center]

[b][center][large][u]Complaint Form[/u][/large][/center][/b]
[center][b]Vessel: NEV Northern Light[/b][/center]
[center][b]DTG: [date], [time]
[/b][/center]
[b]Complainant:[/b] [field]
[b]Complainee(s):[/b] [field]
[b]Complainee's Head of Staff:[/b] [field]

Complaint Overview:
[field]

Complaint Details:
[field]

Witness Details (if applicable):
[field]

[hr]
[b]Complainant Signature: [field]
Witness Signature: [field][/b]

[center][i]Provide Head of Staff Resolution, Signature, and Stamp below[/i][/center][hr][/small]
[small][b]Head of Staff Resolution:[/b][/small]
[field]

[small][b]Head of Staff Signature: [field][/b][/small]
[small][b]Head of Staff Position: [field][/b][/small]

[small][center]This form is to be submitted to the Head of Staff responsible for the Complainee(s), or the Captain or First Officer who must subsequently submit the complaint to the appropriate head of staff at earliest convenience. This form is for official use ONLY.[/center][/small]

Aegis Security

Evidence Filing

Incident Report

(To report all crimes, by Upsetspy, edited by HekT0.)

[center][aegis]

[u][large][b]Aegis Security Incident Report[/b][/large][/u][/center]
[b]Date and time:[/b] [date] - [time]
[b]Incident type: [/b][field]
[b]Location: [/b][field]

[hr]
[large][u][b]Personnel Involved in Incident[/b][/u][/large]

[b]Aegis Personnel:[/b]

[table][row][cell][b]Rank[/b][cell][b]Name[/b][cell][b]Position[/b]
[row][cell][b][field][/b][cell][field][cell][field]
[row][cell][b][field][/b][cell][field][cell][field]
[row][cell][b][field][/b][cell][field][cell][field]
[row][cell][b][field][/b][cell][field][cell][field]
[/table]
[b]Other Personnel:[/b]
[small][i](V-Victim, S-Suspect, W-Witness, M-Missing, A-Arrested, RP-Reporting Person, D-Deceased)[/i][/small]

[table][row][cell][b]Rank[/b][cell][b]Name[/b][cell][b]Position[/b][cell][b]Status[/b]
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
[/table]

[hr]
[b][large][u]Description of Items/Property[/u][/large] [/b]
[small][i](D-Damaged, E-Evidence, L-Lost, R-Recovered, S-Stolen)[/i][/small]

[table][row][cell][b]Name[/b][cell][b]Description[/b][cell][b]Department[/b][cell][b]Code[/b]
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
[row][cell][b][field][/b][cell][field][cell][field][cell][field]
[/table]
[hr][b][large][u]Incident Synopsis:[/u][/large][/b] [field]

[b]Reporting Operative's Signature:[/b] [field]

[hr]
[small][center][b]This form is for official AEGIS SECURITY use ONLY.

Any information contained in this form will be considered CLASSIFIED to all but those who are approved to use and view this document.[/b][/center][/small]

Arrest Report

Arrest Report by Upsetspy, edited by HekT0, revised by timidvi

[center][aegis]
[large][b][u]Aegis Security Arrest Report[/i][/center][center][/u][/b][/large][/center]
[b]Date and time: [/b][date] - [time]
[hr][b][u]Arrestee Information[/u][/b]
[small][i](PB-Permabrigged; F#-Fined, # of credits; CS-Community Service; H-Indefinite Hold; C-Court Martial; P-Parole/Probation; V-Verbal Warning)[/small]
[table][cell][b]Name[/b][cell][b]Position[/b][cell][b]Charge(s)[/b][cell][b]Disposition[/b]
[row][/b][cell][field][cell][field][cell][field][cell][field]
[/table][/i]
[b]Additional Information:[/b] [field]

[hr][b][u]Arresting Personnel[/b][/u]

[table][cell][b]Name[/b][cell][b]Position[/b][cell][b]Relation[/b]
[row][cell][b][field][/b][cell][field][cell][field]
[row][cell][b][field][/b][cell][field][cell][field]
[row][cell][b][field][/b][cell][field][cell][field]
[row][cell][b][field][/b][cell][field][cell][field]
[row][cell][b][field][/b][cell][field][cell][field]
[/table]
[hr][large][b][u]Booking Checklist (YES/NO/NA)[/u][/b][/large]

[b]Booking Operative: [/b][field][br]
[table][row][cell][b]Combative[/b][cell][field]
[row][cell][b]Warrant Presented[/b][cell][field]
[row][cell][b]Prisoner Searched[/b][cell][field]
[/table]

[b]Additional notes:[/b] [field]


[b]Reporting Operative's Signature: [field]
CO/Sergeant Signature(s): [field]

[hr][small]ATTACH ALL RELEVANT DOCUMENTS TO THIS ARREST REPORT[/small]
[hr]


[small][center]This form is for official AEGIS SECURITY use ONLY.

Any information contained in this form will be considered CLASSIFIED to all but those who are approved to use and view this document.[/center][/small][/b]

Interrogation Report

Interrogation Report by Playbahnosh, revised by timidvi

[center][aegis][logo][/center]
[center][b][u]Interrogation Report[/b][/u][/center][br]
[br]
[small][i]An audio recording or transcript of the interview must be attached to this report to be considered valid! In the event of a criminal prosecution, this report is considered as evidence![/i][/small][br]
[br]
[b]Interviewer's Name: [/b][field][br]
[b]Rank: [/b][field][br]
[br]
[b]Interviewee's Name: [/b][field][br]
[b]Title: [/b][field][br]
[b]Designation[/b][small][i](Suspect/Witness/Other)[/i][/small][b]: [/b][field][br]
[b]Interviewee's Legal Representative[/b][small][i](name, title)[/i][/small][b]: [/b][field][br]

[b]Other personnel present: [/b][field][br]
[hr]
[b][u]Interview Notes: [/u][/b][br]
[field][br]
[br]
[hr]
[b]Interviewer's Signature: [/b][field][br]
[hr]


Requisitions

Armory Item Requisition Form

Armory Item Requisition Form by Upsetspy

[center][aegis]
[b][large]Aegis Security Armory Inventory[/large][/b]

[i]Armory Withdrawal Request - Revision [date] - [time][/i][/center][hr][center][large][b][u]Armory Withdrawal Request[/u][/b][/large][/center]
[b]
Name: [field]

Position: [field]

Reason: [field]

Date/Time: [date] - [time]
[hr]
[center][large][u]List following items and quantities you want to request:[/b][/u][/large]


[table][row][cell]Item: [field][cell]Quantity: [field][/table]
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
[table][row][cell]Item: [field][cell]Quantity: [field][/table]
[/b]
[center][b]Commander/Sergeant Signature:[/b] [field][/center]
[b][i]
THIS FORM MUST BE SUBMITTED TO AND STAMPED BY AN AEGIS COMMANDER, SERGEANT or CAPTAIN/FIRST OFFICER[/i][/b]
[i][small](you are only exempt from this rule in situations of emergency and necessity, failure to follow this will result in reprimand)[/small][/i]

[small][center]This form is for official AEGIS SECURITY use ONLY.
|
Any information contained in this form will be considered CLASSIFIED to all but those who are approved to use and view this document.[/center][/small]

Search Warrant

(This form is meant for the Aegis department head to hand to operatives when confronting a crew member suspected of committing a crime.

[center][b]NEV NORTHERN LIGHT
[aegis]
[large][u]Search Warrant[/u][/large][/b][/center][hr][small][i]To be filled out by the Aegis department head. All sections are required to be filled out.[/i][/small]

[b]Searched Employee:[/b] [field]
[b]Suspected Crime(s):[/b] [field]
[b][u]Details:[/u][/b]
[field]

[hr][b]Searching Operative:[/b] [field]
[b][u]Items Discovered:[/u][/b]
[field]
[b][u]Details:[/u][/b]
[field]

[hr][b]Aegis Department Head's Signature:[/b] [field]
[b]Searching Operative's Signature[/b] [field]
[b]Date of Signature:[/b] [date]
[small][i]This form must be stamped below the line by an Aegis Commander or Captain before the end of the shift.[/i][/small]
[hr]


Lazarus Science

Away Missions

Away Missions Briefing

WIP, will be for outlining goals and priorities during Lazarus away missions.

Away Missions Debriefing

WIP, will be for outlining findings from Lazarus away missions. This should include not only material and technological gains, but also lore-based logs, etc, recovered from black sites, and hypotheses as to the purpose of a given location and what might be learned from them.

Expedition Volunteer Waiver

(This form is for people volunteering to join an expedition. This is important for keeping track of liabilities in case a volunteer is hurt, so that they cannot sue the company. Created by Vorrarkul from Virgo.)

[center][b]NEV Northern Light
[logo][lazarus]
[large][u]Volunteer Waiver[/u][/large][/b][/center][hr][small][i]To be filled out by the employee volunteering for expedition. All sections must be filled out. This waiver must be signed and submitted before any expeditions may be conducted.[/i][/small]

[b]Volunteering Employee:[/b] [field]
[b]Details:[/b] [field]
[b]Volunteer Role:[/b] [field]

[hr][b][u]Agreement Details:[/u][/b]
I, [field], understand that if I disobey the orders given by the designated expedition leader, I will be punished to the full extent of the law, and will furthermore be confined to the shuttle or returned to the Northern Light. I also waive the ship and its crew of any liability if I die during the course of the expedition, and furthermore waive my right to protection by the accompanying security detail if I disregard orders given with the intent of ensuring the safety of me and the rest of the expedition. This means that if I endanger myself or the crew as a result of disobeying the accompanying security detail, I waive my right to having my soulcrypt or equivalent recovered before, during, or after extraction of the expedition team.

[hr][b]Volunteering Employee's Signature:[/b] [field]
[b]Overseeing Head of Staff's Signature:[/b] [field]
[b]Date of Signature:[/b] [date]
[small][i]Use 'sign' enclosed by brackets to create a signature.
This form must be stamped below the line by the overseeing head of staff before the end of the shift.[/i][/small]
[hr]


Distribution of Research Equipment

WIP

Experimentation

WIP

Robotics

On-Death Synthetic Conversion Contract

(On-Death Synthetic Conversion Contract by SvartaSvansen)

[center][h3]On-Death Synthetic Conversion Contract[/h3][/center]
I, [field], give my consent that the certified Roboticist, [field], aboard the registered NanoTrasen ship NEV Northern Light, upon my death, may extract my brain with intent to perform one of the marked procedures below:

[small](Mark "X" all that apply. At least one must be marked.)[/small]

[grid][row][cell][[cell][field][cell]] Full Body Prosthesis
[row][cell][[cell][field][cell]] Cyborg Integration
[row][cell][[cell][field][cell]] Artificial Intelligence Upload[/grid]
[hr][center][b]Signature of Consenting Party[/b][/center]
I, [field], certify that I have been informed to the extent of my own satisfaction of the risks associated with the above marked procedure(s) and that I give my informed consent of my own free will, of sound mind, and free of coercion, council, or deceit from another party. Furthermore, I agree that I will not hold NanoTrasen nor the above named Roboticist liable in the event that the chosen procedure is unsuccessful.

[b]Signed[/b]: [field]

[hr][center][b]Signature of Certified Roboticist[/b][/center]
I, [field], certify that the above named consenting party has been informed to a satisfactory degree and in good faith by the informant of the risks associated with the above marked procedure(s) and that I am of the belief that the party's consent is given of his/her own free will. I understand that, though I will not be held liable should the chosen procedure fail, all laws and regulations remain in full effect.

Furthermore, I understand that any falsification of the consenting party's statement is strictly forbidden and may result in disciplinary measures up to and including termination and criminal penalties depending on severity.

[b]Signed[/b]: [field]

[hr][center][b]Research Director's stamp below, if present:[/b][/center]

Live Synthetic Conversion Contract

(Live Synthetic Conversion Contract based on the above contract by SvartaSvansen, revised by timidvi)

[center][h3]Live Synthetic Conversion Contract[/h3][/center]
I, [field], give my consent that the certified Roboticist, [field], aboard the registered NanoTrasen ship NEV Northern Light may extract my brain while still alive with the intent to perform one of the marked procedures below:

[small](Mark "X" all that apply. At least one must be marked.)[/small]

[grid][row][cell][[cell][field][cell]] Full Body Prosthesis
[row][cell][[cell][field][cell]] Cyborg Integration
[row][cell][[cell][field][cell]] Artificial Intelligence Upload[/grid]
[hr][center][b]Signature of Consenting Party[/b][/center]
I, [field], certify that I have been informed to the extent of my own satisfaction of the risks associated with the above marked procedure(s) and that I give my informed consent of my own free will, of sound mind, and free of coercion, council, or deceit from another party. Furthermore, I agree that I will not hold NanoTrasen nor the above named Roboticist liable in the event that the chosen procedure is unsuccessful.

[b]Signed[/b]: [field]

[hr][center][b]Signature of Certified Roboticist[/b][/center]
I, [field], certify that the above named consenting party has been informed to a satisfactory degree and in good faith by the informant of the risks associated with the above marked procedure(s) and that I am of the belief that the party's consent is given of his/her own free will. I understand that, though I will not be held liable should the chosen procedure fail, all laws and regulations remain in full effect.

Furthermore, I understand that any falsification of the consenting party's statement is strictly forbidden and may result in disciplinary measures up to and including termination and criminal penalties depending on severity.

[b]Signed[/b]: [field]

[hr][center][b]Research Director's stamp below, if present:[/b][/center]

R&D Away Mission Briefing

(Created by Roy Tilton from Discord.)

[center][logo] [b][large]NEV Northern Light[/large][/b] [i]Away Mission Briefing[/i][/center]
[br]
Leader:[field]
[br]
Destination: [field]
[br]
Reason for travel: [field]


R&D equipment loan form

(R&D Equipment loan form by Thrain. This is a form for the loaning of prototypes from R&D to other departments, usually equipment or experimental weapons.)

[b]Equipment Loan[/b][br]
[hr][br]
The following item(s) are considered experimental. NanoTrasen can not be held responsible for injury sustained during the use of the item(s). The receiver must use the following item(s) only for their intended purpose. The receiver must not share these items with any other person(s) without direct approval of NanoTrasen command staff. [br]
[br]
Item(s) loaned:[br]
[field][br]
[br]
Name of receiver: [field][br]
Name of crew member loaning the item(s): [field][br]
[br]
Note: Please make sure this form is stamped bellow the line by related head of staff before the end of one standard work week. [br]
[hr][br]


Research Equipment Request

(This form is to be handed to employees asking for advanced items from Research & Development, and held by R&D until they return the item; if they return it that is. Created by user Vorrarkul.)

[center][b]NEV Northern Light Research and Development
[logo]
[large][u]Research Equipment Request[/u][/large][/b][/center][hr][small][i]To be filled out by the requesting employee. All sections are required to be filled out. This report must be signed and submitted before any equipment may be distributed.[/i][/small]

[b]Requesting Employee[/b]: [field]
[b]Requested Equipment[/b]:
[field]
[b]Reason for Request[/b]: [field]

[hr][b]Requesting Employee's Signature[/b]: [field]
[b]Distributing Researcher's Signature[/b]: [field]
[b]Date of Signature[/b]: [date]
[b]Time of Distribution[/b]: [field]
[small][i]Use 'sign' enclosed by brackets to create a signature. Use 'time' enclosed by brackets to print the current time.[/i][/small]

[hr][small][i]To be filled out by the employee returning the equipment.[/i][/small]
[b]Returning Employee's Signature:[/b] [field]
[b]Receiving Researcher's Signature:[/b] [field]
[b]Time of Return:[/b] [field]
[small][i]Use 'sign' enclosed by brackets to create a signature. Use 'time' enclosed by brackets to print the current time.
This form must be stamped below the line by the Research Director before the end of the shift in order to be valid.[/i][/small]
[hr]


Experiment Waiver

(This form is for getting an employee's consent to participate in a scientific experiment. This is handy for holding someone accountable if they claim they didn't consent after the fact, even when they did.)

[center][b]NEV Northern Light
[logo]
[large][u]Experiment Waiver[/u][/large][/b][/center][hr][small][i]To be filled out by the employee volunteering for testing. All sections are required to be filled out. This waiver must be signed and submitted before any experiments may be conducted.[/i][/small]

[b]Volunteering Employee[/b]: [field]
[b]Experiment Details[/b]:
[field]
[b]Volunteer Role[/b]: [field]

[hr][small][i]To be filled out by the member of Research conducting the experiment.[/i][/small]
[b]Experiment Researcher[/b]:
[b]Agreement Details[/b]:
I, undersigned, [field]

[hr][b]Volunteering Employee's Signature[/b]: [field]
[b]Overseeing Head of Staff's Signature[/b]: [field]
[b]Research Director's Signature[/b]: [field]
[b]Date of Signature[/b]: [date]
[small][i]Use 'sign' enclosed by brackets to create a signature.
This form must be stamped below the line by the overseeing head of staff before the end of one standard work week.[/i][/small]
[hr]


Expedition Volunteer Waiver

(This form is for people volunteering to join an expedition. This is important for keeping track of liabilities in case a volunteer is hurt, so that they cannot sue the company. Created by Vorrarkul from Virgo.)

[center][b]NEV Northern Light
[logo]
[large][u] Volunteer Waiver[/u][/large][/b][/center][hr][small][i]To be filled out by the employee volunteering for expedition. All sections are required to be filled out. This waiver must be signed and submitted before any expeditions may be conducted.[/i][/small]

[b]Volunteering Employee:[/b] [field]
[b][u] Details:[/u][/b]
[field]
[b]Volunteer Role:[/b] [field]

[hr][b][u]Agreement Details:[/u][/b]
I, [field] understand that to disobey the orders given by the Pilot(s) or explorer(s). etc. I will not be permitted to enter another mission and will be confined to the ship or returned to the Northern Light. I also will accept my death as my own fault of not having a implant or body back-up.

[hr][b]Volunteering Employee's Signature:[/b] [field]
[b]Overseeing Head of Staff's Signature:[/b] [field]
[b]Date of Signature:[/b] [date]
[small][i]Use 'sign' enclosed by brackets to create a signature.
This form must be stamped below the line by the overseeing head of staff before the end of one standard work week.[/i][/small]
[hr]

Robotics

On-Death Cyborgification

(Cyborgification Contract by Critica. This is to be filled out before hand should a crewmemeber wish to give consent to Cyborgification upon their death as apposed to being resleeved.)

[b]On-Death Cyborgification Contract[/b][br]
[br]
I, [field], hereby declare that the certified Roboticist aboard the registered NanoTrasen ship "NEV Northern Light" is permitted to extract my brain with intent to Cyborgify upon death.[br]
[br]
I am well aware of the risks presented through both the surgery and Cyborgification, and I realize that NanoTrasen is not to be held liable if either of these should fail for any reason.[br]
[br]
[b]Signed[/b]: [field][br]


Live Cyborgification

(This is for a cyborgification or AI assimilation procedure on a living crewmember.)

[center][large][b]Live cyborgification contract[/b][/large][/center]
[center][field][/center][hr]
Date:[field]-2559[br]
Time:[field][br]
[hr][br]
[b] [i] NLS SOUTHRN CROSS [/i] [/b] [br]
By signing this contract you will be filed for voluntary cybogification.[br][br] Lobotomy will be performed on your person and your brain will be transported, implanted and synchronized to a functional cyborg shell. You also agree to abide by NT Cyborg law and that the research dep., NT, or any of its affilites are not responsible for the loss of, or damage to any of the following:[br][list][small] [*]Health[*]Life[*]posessions[*]investments[*]relationships[*]sense of fullfillment[*]fun[/small][/list]
[br]
[small]The research team withholds the privilege to, [i]at any time[/i], end the cyborg contract in question, thereby destroying the shell in the process, and consider returning the brain to a biological body.[/small][br] [hr]
Subject signature:[field][br]
Current Occupation:[field][br]
Preferred Cyborg name:[field][br]
[small](add additional entries here to document

(part 2)
[small] present name of cyborg:)[/small][field]
[hr]
Performing roboticist signature:[field]
[hr]
Head of research department Signature:[field][br][br]
[small][center]-Reminder to notify subject's head of staff and security-[/small][br]
[hr][small]stamp if cyborgification completed successfully:[/small][/center][hr]


AI Contract for On-Death

(On-Death AIA Contract by Critica. This is to be filled out before hand should a crewmemeber wish to give consent to AI-fication upon their death as apposed to being resleeved.)


[b]On-Death AIA Contract[/b][br]
[br]
I hereby declare that the certified Roboticist aboard the registered NanoTrasen ship "NEV Northern Light" is permitted to remove my brain with intent to enact an Artificial Intelligence Assimilation (AIA) upon my death.[br]
[br]
I am well aware of the risks presented through both the surgery and AIA, and I realize that NanoTrasen is not to be held liable, should these procedures prove to be unsuccessful.[br]
[br]
[b]Signed[/b]: [field][br]
[br]


AI Contract for live conversion

(AIA Contract for Live by Critica)

[b]Live AIA Contract[/b][br]
[br]
I, [field], hereby declare that the certified Roboticist aboard the registered NanoTrasen ship "NEV Northern Light" is permitted to extract my brain during a live surgery with the intent to enact an Artificial Intelligence Assimilation (AIA).[br]
[br]
I am well aware of the risks presented through both the surgery and AIA, and I realize that NanoTrasen is not to be held liable, should these procedures cause pain, disfigurement, dismemberment or death.[br]
[br]
[b]Signed[/b]: [field][br]
[b]Roboticist Signature:[/b] [field][br]
[br]
[i]Contract must be stamped by a Head of Staff before operation can occur.[/i][br]
[br]


On-Death Synthetic Conversion Contract

(On-Death Synthetic Conversion Contract by SvartaSvansen)

[center][h3]On-Death Synthetic Conversion Contract[/h3][/center]
I, [field], give my consent that the certified Roboticist, [field], aboard the registered NanoTrasen ship NEV Northern Light, upon my death, may extract my brain with intent to perform one of the marked procedures below:

[small](Mark "X" all that apply. At least one must be marked.)[/small]

[grid][row][cell][[cell][field][cell]] Full Body Prosthesis
[row][cell][[cell][field][cell]] Cyborg Integration
[row][cell][[cell][field][cell]] Artificial Intelligence Upload[/grid]
[hr][center][b]Signature of Consenting Party[/b][/center]
I, [field], certify that I have been informed to the extent of my own satisfaction of the risks associated with the above marked procedure(s) and that I give my informed consent of my own free will, of sound mind, and free of coercion, council, or deceit from another party. Furthermore, I agree that I will not hold NanoTrasen nor the above named Roboticist liable in the event that the chosen procedure is unsuccessful.

[b]Signed[/b]: [field]

[hr][center][b]Signature of Certified Roboticist[/b][/center]
I, [field], certify that the above named consenting party has been informed to a satisfactory degree and in good faith by the informant of the risks associated with the above marked procedure(s) and that I am of the belief that the party's consent is given of his/her own free will. I understand that, though I will not be held liable should the chosen procedure fail, all laws and regulations remain in full effect.

Furthermore, I understand that any falsification of the consenting party's statement is strictly forbidden and may result in disciplinary measures up to and including termination and criminal penalties depending on severity.

[b]Signed[/b]: [field]

[hr][center][b]Research Director's stamp below, if present:[/b][/center]


Xenobiology

Slime Breeding Log

(Slime Breeding Log by Malsquando For archival of slime population on the ship.)


[b][u][center]Slime Breeding Log[/b][/u][/center][br]
[br]
Local Time during observation of breeding:[field][br]
[br]
Parent Slime type of bred Slime:[field][br]
Parent Slime ID# of bred Slime:[field][br]
[br]
Bred Slime type:[field][br]
Bred Slime ID#:[field][br]
[br]
Child Slime type of bred Slime:[field][br]
Child Slime ID# of bred Slime:[field][br]
[br]
Child Slime type of bred Slime:[field][br]
Child Slime ID# of bred Slime:[field][br]
[br]
Child Slime type of bred Slime:[field][br]
Child Slime ID# of bred Slime:[field][br]
[br]
Child Slime type of bred Slime:[field][br]
Child Slime ID# of bred Slime:[field][br]
[br]
Notes:[field][br]
[br]
Signature of observing scientist:


Core Experimentation Log

(Core Experimentation Log by Malsquando. Archival of all experiments done to slime in the care of the ship.)


[b][u][center]Core Experimentation Log[/b][/u][/center][br]
[br]
Local Time apon experimentation:[field][br]
[br]
Core type:[field][br]
origin Slime ID#:[field][br]
[br]
Injected substance:[field][br]
Observed Effect:[field][br]
[br]
Notes:[field][br]
[br]
Signature:

Lazarus Medical

Medical Guidelines

(This is a form for Medical Guidelines. Feel free to add something.)

[center][b]NEV Northern Light
[logo]
[large][u]Medical Department Guidelines[/u][/large][/b][/center][hr]

[hr][br]
[center][b]Golden rule:[/b][/center] [center]Keep communications up at all times on the Medical Channel and report all patient treatments, Prescriptions Et cetera![/center][br]
[hr][br]
[b]Guidelines[/b][br]
[*] As a Medical doctor you are not required to do the chems, No. But you are required to at least do the basic chems. Two bottles are enough. This includes:
Dylovene, Dermaline, Biracidine, Dexalin Plus.[br]
[*]As a chemist however, you are required to do the advanced chems as well.[br]
[*]Maintain equipment in peak condition at all times.[br]
[*]Stay calm under all circumstances, Patients tend to get nervous if their doctor is nervous.[br]
[*]Each treatment should be added to the patients medical records![br]
[*][b]Always[/b] lock Medical lockers & logout of Medical terminals after each use.[br]
[*]Never forget the Hippocratic oath.[br]
[*]Non-Disclosure Policy. We are not allowed to give out information about our patients. That includes the reason of their death. Special circumstances can change that. Read the Medical SoP ( Standard Operating Procedure ).[br]
[*]If the Virology lab is being used, Notify your fellow employee's on the medical channel.[br]
[*]Respect the chain of command! The Chief Medical Officer outranks you. The captain outranks the CMO. That does not mean that the Captain can ignore the Non-Disclosure Policy.[br]
[*]Just because you are a Nurse, Surgeon or Emergency Physician, doesn't mean that you are not required to treat patients.[br]
[*][b]Prioritize Patients:[/b] minor damage can be treated later. ( Sometimes you should apply Spacecilin though, to avoid infections). More important cases take priority.[br]
[*]Maintain proper manners! As a Medical Doctor of 'Nanotrasen' You must maintain a proper uniform appearance.[br]
[*]Always have your Medical Belt filled with some basic chems at the very least. Not being equipped properly are grounds for a demotion.[br]
[*]Going to cryo with Gear will result in a [b]suspension[/b] from the Medical team. [b][[But seriously try to take your gear off, We’ll understand if it was an emergency but try to not cryo with gear]].[/b][br]
[*]The front desk of the Medbay doesn't /have/ to be manned at all times. The crew has headsets for a reason. That doesn't mean it shouldn't be manned at all times.[br]
[*]Wash your hands before you do surgery. Wear latex gloves and a sterile mask. Wash those too.[br]
[*]Personal Note: Under my command, You should keep your medical belt equipped. Including your hud. I understand if you not much is going on and you're doing whatever you do. But if I see someone walking in as the shift started. Not getting equipped and heading out already, I'll fire you without a warning.[br]
[small][i]Credits for this go to Lassara Faaira'Nrezi[/i][/small]


Prescription Form

(A form for prescribing patients medicines that they can then pick up later.)


[center][large][b]NEV Northern Light Medical Department[/b][/large][/center]
[br]
[large][u]Prescription[/u]:[/large][br] [field]
[br][br][hr]
[u]For[/u]: [field] [br]
[u]Assignment[/u]: [field] [br]
[hr]
[u]Prescribing Doctor[/u]: [field] [br]
[u]Date[/u]: [field] [br]
[hr]
[u]Pharmacist[/u]: [field] [br][br]
[small]This prescription will not be refilled except under written authorization.[/small]
 


Autopsy Report

(Autopsy Report by Susan)

[b][center]OFFICE OF THE SHIP MEDICAL EXAMINER[/b][/center][br]
[i][center]NEV Northern Light[/i][/center][br]
[br]
DECEASED: [field][br]
RACE: [field][br]
SEX: [field][br]
AGE: [field][br]
RANK: [field][br]
[hr]
TYPE OF DEATH: [field][br]
DESCRIPTION OF BODY: [field][br]
MARKS AND WOUNDS: [field][br]
[hr]
PROBABLE CAUSE OF DEATH: [field][br]
MANNER OF DEATH: [field][br]
[hr]
[i]I hereby declare that after receiving notice of the death described herein, I took charge of the body and made inquiries regarding the cause of death in accordance with Section 38-701b of NanoTrasen Pathology Code, and that the information contained herein regarding said death is true and correct to the best of my knowledge and belief.[/i][br]
SIGNATURE: [field][br]


Department Health Inspection

(By Emmanuel Bassil)
[center][b][u]S-113 Form:[/u][/b][large]Shift Departmental Sanitation Assessment[/center][/large]
[br][hr]
[br][b][u]Department:[/u][/b][i]
[br][field][/i]
[br][b][u]Inspecting Medical Employee's Signature:[/u][/b][i]
[br][field][/i]
[br][b][u]Sanitary state of Department:[/u][/b][i]
[br][field][/i]
[br][b][u]Sanitary state of Employees:[/u][/b][i]
[br][field][/i]
[br][b][u]Suggested action:[/u][/b][i]
[br][field][/i]
[br][b][u]Action Taken. Administrative use only.[/u][/b][i]
[br][field][/i]
[br][b][u]Chief Medical Officer's Signature.[/u][/b][i]
[br][field][/i]
[br][hr][i][small]Contained review materials are not representative of the views of NT. NT and are not liable for any bias or offensive language contained within said review materials. NT withold the right to action upon any information contained within this assessment.[/i][/small][br]


Resleeve Request

(This form is for crew members to request a new body- presumably after designing their sparkledog in the Body Designer console. created by user Vorrarkul)

[center][b]NEV Northern Light
[logo]
[large][u]Resleeve Request[/u][/large][/b][/center][hr][small][i]To be filled out by the requesting employee. All sections are required to be filled out. This report must be signed and submitted before any resleeving may be performed.[/i][/small]

[b]Requesting Employee:[/b] [field]
[b][u]Reason for Resleeve:[/u][/b]
[field]
[b][u]Requested Conduct Regarding Old Sleeve:[/u][/b]
[field]

[hr][b]Requesting Employee's Signature:[/b] [field]
[b]Medical Doctor's Signature:[/b] [field]
[b]Date of Signature:[/b] [date]
[small][i]Use 'sign' enclosed by brackets to create a signature.
This form must be stamped below the line by the Chief Medical Officer before the end of one standard work week.[/i][/small]
[hr]


(Chemist): Medical Prescription Request

(This is to be handed out to people requesting prescriptions- typically seen used for those roleplaying medical conditions. created by user Vorrarkul)

[center][b]NEV Northern Light
[logo]
[large][u]Resleeve Request[/u][/large][/b][/center][hr][small][i]To be filled out by the requesting employee. All sections are required to be filled out. This report must be signed and submitted before any resleeving may be performed.[/i][/small]

[b]Requesting Employee:[/b] [field]
[b][u]Reason for Resleeve:[/u][/b]
[field]
[b][u]Requested Conduct Regarding Old Sleeve:[/u][/b]
[field]

[hr][b]Requesting Employee's Signature:[/b] [field]
[b]Medical Doctor's Signature:[/b] [field]
[b]Date of Signature:[/b] [date]
[small][i]Use 'sign' enclosed by brackets to create a signature.
This form must be stamped below the line by the Chief Medical Officer before the end of one standard work week.[/i][/small]
[hr]


(Psychiatrist): Psychiatric Evaluation

(This form is to help supplement psychiatric roleplay, and be filled out after a therapy session by the psychiatrist. created by user Vorrarkul)

[center][b]NEV Northern Light
[logo]
[large][u]Psychiatric Evaluation[/u][/large][/b][/center][hr][small][i]To be filled out by the psychiatrist. Fill out as many sections as possible. This report must be signed and submitted before the end of one standard work week.[/i][/small]

[b]Psychiatrist[/b]: [field]
[b]Patient and Occupation[/b]: [field]
[b]Patient's Last Checkup[/b]: [field]

[hr][b][u]Concerns[/u][/b]:
[field]
[b][u]Evaluation[/u][/b]:
[field]
[b][u]Conclusion[/u][/b]:
[field]

[hr][b][u]Comments[/u][/b]:
[field]

[hr][b]Psychiatrist's Signature[/b]: [field]
[b]Date of Signature[/b]: [date]
[small][i]Use 'sign' enclosed by brackets to create a signature.
This form must be stamped below the line by the Chief Medical Officer before the end of one standard work week.[/i][/small]
[hr]

Billing Guidelines

(This form gives doctors guidelines on what and how much to charge for.)

[h1][center]The Lazarus Foundation[/h1][center][lazarus][center][h3]Billing Guidelines[/h3][small]Advanced Trauma kits should only be used for surgery given their scarcity and the difficulty in obtaining more.[/small][hr][/center][small]Room is left for additions to be made mid-shift. Below prices are a guideline, the on-shift CMO ultimately decides costs.[/small]
[center][u][b]Itemized Billables:[/b][/u][br][table][row][cell][center][b]Treatment[/b][/center][cell][center][b]Cost[/b][cell][center][b]Surgical[/b][/center][cell][center][b]Cost[/b][cell][center][b]Systems[/b][/center][cell][center][b]Cost[/b]
[row][cell][center][b]Gauze/Ointment[/b][cell][center]$50[cell][center][b]Emrg. Surg.[/b][cell][center]FREE[cell][center][b]Soulcrypt[/b][cell][center]$2000[row][cell][center][b]Adv. Burn/Trauma[/b][cell][center]$200[cell][center][b]Non-Emrg. Surg.[/b][cell][center]$500 + Materials[cell][center][b]Death Alarm[/b][cell][center]$500
[row][cell][center][b]Splinting[/b][cell][center]$50[cell][center][b]Emerg. Care[/b][cell][center]FREE[cell][center][b]Cloning[/b][cell][center]$2000[row][cell][center][b]Blood Transfusion[/b][cell][center]$150[cell][center][b]Anesthesia[/b][cell][center]$100[cell][center][b]Body Scan[/b][cell][center]$30[row][cell][center][b]Prescription Glasses[/b][cell][center]$25[cell][center][b]Robotic Limb[/b][cell][center]$200[cell][center][b]Stasis Bag[/b][cell][center]$100[row][cell][center][b]Sleeper/Cryo[/b][cell][center]$50[cell][center][b]Cybernetics[/b][cell][center]$1000[cell][center][b]Organ Replacement[/b][cell][center]$1000[row][cell][center][b]NanoPaste[/b][cell][center]$500[cell][center][b][field][/b][cell][center]$[field][cell][center][b][field][/b][cell][center]$[field][row][row][cell][center][b][field][/b][cell][center]$[field][cell][center][b][field][/b][cell][center]$[field][cell][center][b][field][/b][cell][center]$[field][/table]

PAGE 2

[table]
[center][b]Pharmaceuticals billed as base cost plus additional.
Example: Med base cost of $20 + $5 per additional 5 units[/b]    [/center][row][cell][center][b]Bicaridine[/b][cell][center]$20+5[cell][center][b]Inaprovaline[/b][cell][center]$10+5[cell][center][b]Tricord[/b][cell][center]$15+3[row][cell][center][b]Meralyne[/b][cell][center]$50+10[cell][center][b]Kelotane[/b][cell][center]$15+5[cell][center][b]Dylovene[/b][cell][center]$15+5[row][cell][center][b]Dexalin[/b][cell][center]$15+5[cell][center][b]Dermaline[/b][cell][center]$25+5[cell][center][b]Hyronalin[/b][cell][center]$20+5[row][cell][center][b]Dexalin Plus[/b][cell][center]$20+5[cell][center][b]Alkysine[/b][cell][center]$40+5[cell][center][b]Arithrazine[/b][cell][center]$35+5[row][cell][center][b]Cryoxadone[/b][cell][center]$50+5[cell][center][b]Clonexadone[/b][cell][center]$100+20[cell][center][b]Citalopram[/b][cell][center]$10+5[row][cell][center][b]Kyphotorin[/b][cell][center]$150+50[cell][center][b]Paracetamol[/b][cell][center]$5+5[cell][center][b]Peridaxon[/b][cell][center]$50+20[row][cell][center][b]Ossinine[/b][cell][center]$150+50[cell][center][b]Tramadol[/b][cell][center]$15+5[cell][center][b]Polystem[/b][cell][center]$30+10[row][cell][center][b]Rezadone[/b][cell][center]$150+20[cell][center][b]Oxycodone[/b][cell][center]$40+10[cell][center][b]Spaceacillin[/b][cell][center]$5+5[row][row][cell][center][b]Rytalyn[/b][cell][center]$100+10[cell][center][b]Synaptizine[/b][cell][center]$20+5[cell][center][b]Antibodies[/b][cell][center]$30[row][row][cell][center][b]Methylphenidate[/b][cell][center]$30+10[cell][center][b]Imidazoline[/b][cell][center]$20+5[cell][center][b]Space Cleaner[/b][cell][center]$30 Refill[row][row][cell][center][b]Aminazine[/b][cell][center]$50+10[cell][center][b]Purger[/b][cell][center]$20+5[cell][center][b]Sterilzine[/b][cell][center]$50 Refill[row][row][cell][center][b]Addictol[/b][cell][center]$80+20[cell][center][b]Detox[/b][cell][center]$20+20[cell][center][b]Noexecutite[/b][cell][center]$60+20[row][row][cell][center][b]Vomitol[/b][cell][center]$10+5[cell][center][b]Rejuv Cleaner[/b][cell][center]$800 botl.[cell][center][b]Leporazine[/b][cell][center]$10+5[row][cell][center][b]Haloperidol[/b][cell][center]$30+5[cell][center][b]Sanguinum[/b][cell][center]$30+5[cell][center][b][field][/b][cell][center]$[field][row][row][cell][center][b][field][/b][cell][center]$[field][cell][center][b][field][/b][cell][center]$[field][cell][center][b][field][/b][cell][center]$[field][row][/table]

PAGE 3

[b]Nanites/Stims[/b][table][row][cell][center][b]Adrenaline[/b][cell][center]$70+10[cell][center][b]Serotrotium[/b][cell][center]$70+10[cell][center][b]Trauma Control System[/b][cell][center]$250+100[row][cell][center][b]Oxyrush[/b][cell][center]$250+100[cell][center][b]Implantoids[/b][cell][center]$200+100[cell][center][b]Nanosymbiotes[/b][cell][center]$250+100[row][cell][center][b]A-Rad[/b][cell][center]$250+100[cell][center][b]Control Booster Combat[/b][cell][center]$400+100[cell][center][b]Control Booster Utility[/b][cell][center]$400+100[row][cell][center][b]Purgers[/b][cell][center]$200[cell][center][b]Bouncer[/b][cell][center]$150+50[cell][center][b]Boxer[/b][cell][center]$250+50[row][cell][center][b]Violence[/b][cell][center]$100+20[cell][center][b]Violence Ultra[/b][cell][center]$200+100[cell][center][b]Steady[/b][cell][center]$150+30[row][cell][center][b][field][/b][cell][center]$[field][cell][center][b][field][/b][cell][center]$[field][cell][center][b][field][/b][cell][center]$[field][row][cell][center][b][field][/b][cell][center]$[field][cell][center][b][field][/b][cell][center]$[field][cell][center][b][field][/b][cell][center]$[field]
[/table][br][small]Note: Emergency Care is defined as the minimum required care to return the patient to work. Any additional care performed or supplies used are subject to billing.[/small]
[hr][small][i][u]Notice of legal compliance with The Agreement:[/u] 3.3.2 - Due to the prohibitive cost of cloning procedures, Lazarus employees are required to charge $2000 for all cloning procedures, as well as adjacent services, such as the installation of “Soulcrypt” implants. 3.3.2a - Heads of Staff, and all personnel employed by Aegis Security Solutions have been insured by NanoTrasen, and may not be charged for the above mentioned cloning services. The sale of recreational narcotics, stimulants, prostheses, bionics, nonessential surgical treatments, and any other medical supplies is permitted and encouraged, so long as such supplies are not immediately necessary for an employee's return to work. Additionally, by signing this document you agree to hold harmless The Lazarus Foundation and it's staff from legal liability of any injury, illness, or death that may occur after treatment.
Document by Chief Medical Officer Jackson Saylor, MD.

Medical Consent Form

(Medical Treatment Consent Form)

[h1][center]The Lazarus Foundation[/h1][center][lazarus][h3]Consent for Medical Treatment[/h3][hr][/center] 
[u]Date[/u]: [date]
[u]Time[/u]: [time]
[u]Physician/Care Provider[/u]: [sign][br][u]Patient Name[/u]: [write][br]
I hereby state that I do consent to receiving any type of medical care including but not limited to the administration of medications determined by a physician, surgery, and any other care recommended or deemed necessary. I understand that The Agreement states care [i]...immediately necessary for an employee's return to work[/i] shall not be subject to charge. I understand and accept responsibility of payment for any additional care provided above that minimum requirement. I understand that at any point during my treatment I can refuse care or specific treatment. I understand that going against the medical advice of my physician or care provider and refusing care may result in my condition worsening or result in my death. I understand that if I have a "Soulcrypt" implant, the event of my revival through "Soulcrypt" cloning will result in a charge per The Agreement unless I am a current Head of Staff.[br]
By signing below I agree that I have fully understood the above.[br]
[u]Patient Signature[/u]: [field]


[hr][small][i][u]Notice of legal compliance with The Agreement:[/u] 3.3.2 - Due to the prohibitive cost of cloning procedures, Lazarus employees are required to charge ₡2000 for all cloning procedures, as well as adjacent services, such as the installation of “Soulcrypt” implants. 3.3.2a - Heads of Staff, and all personnel employed by Aegis Security Solutions have been insured by NanoTrasen, and may not be charged for the above mentioned cloning services. The sale of recreational narcotics, stimulants, prostheses, bionics, nonessential surgical treatments, and any other medical supplies is permitted and encouraged, so long as such supplies are not immediately necessary for an employee's return to work. Additionally, by signing this document you agree to hold harmless The Lazarus Foundation and it's staff from legal liability of any injury, illness, or death that may occur during or after treatment.
Document by Chief Medical Officer Jackson Saylor, MD.

Cargo

Materials Requisition Form

(This is a form for requesting materials from the Quartermaster for your department. Yes, that's how that's supposed to work. Created by rsmr.)

[center][logo]
[large][b]Materials Requisition Form[/b]
[small][i]This form is to be filled out by the department head requesting materials from Supply. In the absence of a department head, any employee from the department will be sufficient. Please fill out the form in its entirety.[/i][/small][/center][hr]
[b]Time & Date[/b]: [field]
[b]Requesting Department[/b]: [field]
[b]Requesting Employee[/b]: [field]
[b]Request ID[/b]: #[field]

[hr]
[center][b][u][large]Materials[/large][/u][/b]
[table][row][cell][center][b]Material Name[/b][/center][cell][center][b]Amount [/b][/center][row]
[cell][b][center]Uranium[/b][cell][center][field]
[row][cell][center][b]Iron[/b][cell][center][field]
[row][cell][center][b]Steel[/b][cell][center][field]
[row][cell][center][b]Plastic[/b][cell][center][field]
[row][cell][center][b]Glass[/b][cell][center][field]
[row][cell][center][b]Silver[/b][cell][center][field]
[row][cell][center][b]Gold[/b][cell][center][field]
[row][cell][center][b]Platinum[/b][cell][center][field]
[row][cell][center][b]Diamond[/b][cell][center][field]
[row][cell][center][b]Osmium[/b][cell][center][field]
[row][cell][center][b]Borosillicate[/b][cell][center][field]
[row][cell][center][b]Phoron[/b][cell][center][field]
[row][cell][center][b]Other[/b]: [field][/b][cell][center][field]
[/table]
[hr] [small][i]The following signatures and stamps are required for this form to be valid, and must be provided before the form may be approved.[/i][/small][/center]
[b]Quartermaster's Signature[/b]: [field]
[b]Requesting Employee's Signature[/b]: [field]

[small][center]Quartermaster's Stamp[small]
[br]


Material Manifest

(A Manifest form that corresponds with the Materials Requisition Form. Issued with a delivery of materials to a department, so that they can check how much they were supposed to get. Created by rsmr.)

[center][logo]
[large][b]Material Supply Manifest[/b]
[small][i]This form is to be filled out by the attending Cargo Technician as a receipt of the materials sent to a department in response to the corresponding Material Requisition Form.[/i][/small][/center][hr]
[b]Delivering Technician[/b]: [field]
[b]Destination[/b]: [field]
[b]Request ID[/b]: #[field]

[hr]
[center][b][u][large]Materials[/large][/u][/b]
[table][row][cell][center][b]Material Name[/b][/center][cell][center][b]Amount [/b][/center][row]
[cell][b][center]Uranium[/b][cell][center][field]
[row][cell][center][b]Iron[/b][cell][center][field]
[row][cell][center][b]Steel[/b][cell][center][field]
[row][cell][center][b]Plastic[/b][cell][center][field]
[row][cell][center][b]Glass[/b][cell][center][field]
[row][cell][center][b]Silver[/b][cell][center][field]
[row][cell][center][b]Gold[/b][cell][center][field]
[row][cell][center][b]Platinum[/b][cell][center][field]
[row][cell][center][b]Diamond[/b][cell][center][field]
[row][cell][center][b]Osmium[/b][cell][center][field]
[row][cell][center][b]Borosillicate[/b][cell][center][field]
[row][cell][center][b]Phoron[/b][cell][center][field]
[row][cell][center][b]Other[/b]: [field][/b][cell][center][field]
[/table]
[hr] [small][i]The following signatures and stamps are required for this form to be valid, and must be provided before the form may be approved.[/i][/small][/center]
[b]Cargo Technician's Signature[/b]: [field]
[b]Receiving Employee's Signature[/b]: [field]


Item Request Form

(For requesting items when a supply console is not available. I suppose you could fax it in? Created by rsmr.)

[center][logo]
[large][b]Item Request Form[/b]
[small][i]This form is for requesting supplies from the Cargo department. Cargo Technicians withhold the right to deny your request if they find sufficient reasoning to do so. If you wish to contest your denied form, please consult the Quartermaster, or the Head of Personnel should the Quartermaster be unavailable.[/i][/small][/center][hr]
[b]Time & Date[/b]: [date] - [time]
[b]Applicant Name[/b]: [field]
[b]Item(s) Requested[/b]: [field]
[b]Request Reason[/b]: [field]

[hr][small][i]The following are required for this form to be valid, and must be provided before the form may be approved.[/i][/small][/center]

[b]Applicant's Signature[/b]: [field]

[small][center]Approval or Denial Stamp[small]
[br]


Kitchen/Bar

(Note: These are not up to date and will never be updated. Please at a look at our guides to food and drinks for up to date listings.)

Bar menu

(Bar Menu By GauHelldragon. The break in the last section is where you have to copy/paste twice, since there is a limit on how much you can write to a paper each time.)


[b]THE MALTESE FALCON[br]
[hr][br]
Ask about our daily special![br]
[br]
DRINKS[/b][br]
[hr][br]
Space Beer[br]
Iced Space Beer[br]
Station 13 Grog[br]
Magm-Ale[br]
Griffeater's Gin[br]
Uncle Git's Special Reserve[br]
Caccavo Guaranteed Quality Tequilla[br]
Tunguska Triple Distilled[br]
Goldeneye Vermouth[br]
Captain Pete's Cuban Spiced Rum[br]
Doublebeard Beared Special Wine[br]
Chateua De Baton Premium Cognac[br]
Robert Robust's Coffee Liqueur[br]
[br]
[b]MIXED DRINKS[/b][br]
[hr][br]
Allies Cocktail[br]
Andalusia[br]
Anti-Freeze[br]
Bahama Mama[br]
Classic Martini[br]
Cuba Libre[br]
Gin Fizz[br]
Gin and Tonic[br]
Irish Car Bomb[br]
Irish Coffee[br]
Irish Cream[br]
Long Island Iced Tea[br]
Manhattan[br]
The Manly Dorf[br]
Margarita[br]
Screwdriver[br]
Syndicate Bomb[br]
Pan-Galactic Gargle Blaster[br]
Tequilla Sunrise[br]
Vodka Martini[br]
Vodka and Tonic[br]
Whiskey Cola[br]
Whiskey Soda[br]
White Russian[br]
[hr][br][b]NON-ALCOHOLIC DRINKS[/b][br]
Coffee[br]
Tea[br]
Hot Chocolate[br]
Iced Tea[br]


Iced Coffee[br]
Orange Juice[br]
Tomato Juice[br]
Tonic Water[br]
Sodas[br]


Extended Bar Menu

(Extended Bar Menu by Phil235 The break in the middle is where you have to copy/paste twice, since there is a limit on how much you can write to a paper each time.)

[b][large][u]THE MALTESE FALCON[/u][/b][/large][br]
[br]
[br]
[b][u]DRINKS[/u][/b][br]
[br]*[small]= availability not guaranteed[/small][br][br]
Space Beer[br]Beer from the keg[br]Iced Space Beer[br]Station 13 Grog[br]Magm-Ale[br]Griffeater's Gin[br]Uncle Git's Special Reserve[br]Caccavo Guaranteed Quality Tequilla[br]Tunguska Triple Distilled[br]Goldeneye Vermouth[br]Captain Pete's Cuban Spiced Rum[br]Doublebeard Beared Special Wine[br]Chateau De Baton Premium Cognac[br]Robert Robust's Coffee Liqueur (Kahlua)[br]Moonshine*[br]
[br][br][b][u]COCKTAILS[/u][/b][br][br]Allies Cocktail[br]Andalusia[br]Anti-Freeze[br]Bahama Mama[br]Classic Martini[br]Cuba Libre[br]Gin Fizz[br]Gin and Tonic[br]Irish Car Bomb[br]Irish Coffee[br]Irish Cream[br]Long Island Iced Tea[br]Manhattan[br]The Manly Dorf[br]Margarita[br]Screwdriver[br]Syndicate Bomb[br]Pan-Galactic Gargle Blaster[br]Tequilla Sunrise[br]Vodka Martini[br]Vodka and Tonic[br]Whiskey Cola[br]Whiskey Soda[br]White Russian[br]


Goldschlager* [br]Hippie's Delight* [br]Hooch* [br]Acid Spit* [br]Aloe* [br]Amasec* [br]Atomic Bomb*[br]B-52[br]Barefoot*[br]Beepsky Smash*[br]Bilk [br]Black Russian [br]Bloody Mary[br]Booger*[br]Brave Bull[br]Changeling Sting [br]Demons Blood*[br]Devil's Kiss* [br]Driest Martini*[br]Erika Surprise*[br]Manhattan Project*[br]Nuka Cola*[br]Neurotoxin*[br]Patron*[br]Sake*[br]Sbiten*[br]Singulo*[br]Snow White[br]Three Mile Island Iced Tea[br]Toxins Special*[br][br][br][b][u]NON-ALCOHOLIC DRINKS[/u][/b][br][br]Coffee[br]Tea[br]Hot Chocolate[br]Iced Tea[br]Iced Coffee[br]Orange Juice[br]Tomato Juice[br]Lime Juice[br]Lemon Juice*[br]Potato Juice*[br]Berry Juice*[br]Watermelon Juice*[br]Tonic Water[br]Sodas[br]Banana Honk*[br]Brown Star[br]Kira Special[br]Lemonade*[br]Cafe Latte[br]Mead*[br]Milk Shake[br]Red Mead*[br]Rewriter[br]Silencer*[br]Soy Latte*[br]The Doctor's Delight*[br]


Kitchen Menu

(Kitchen Menu by Phil235)


[center][large][b]NLS SOUTHREN CROSS KITCHEN MENU[/b][/large][/center][hr]
[center][large]= A la Carte =[/large][/center][br][hr]
[u][b]Appetizers[/b][/u][br][list][*]Plump biscuit[*]fortune cookie[*]cracker[*]Popcorn[*]Poppy Pretzel[/list][hr]
[u][b]Vegetable Recipes[/b][/u][br][list][*]Boiled Rice[*]Stewed soy meat[*]loaded baked potato[*]Eggplant Parmigiana[*]Chawanmushi[*]Cheese slices[*]Tofu[*]Soylen Viridians[*]Cold Chili Stew[*]Hot Chili Stew[/list][hr]
[u][b]Fries[/b][/u][br][list][*]Carrot Fries[*]Potato Fries[*]Cheesy Fries[/list][hr]
[u][b]Salads[/b][/u][br][list][*]Herb Salad[*]Aesir Salad[*]Valid Salad[/list][hr]
[u][b]Soups[/b][/u][br][list][*]Meatball soup[*]Nettle Soup[*]Wish Soup[*]Vegetable Soup[*]Tomato Soup[*]Mushroom Soup[*]Beet Soup[*]Milo Soup[/list][hr]
[u][b]Breads[/b][/u][br][list][*]Baguette[*]Jelly Toast[*]'Two bread'[*]Regular Bread[*]Meat Bread[*]Tofu Bread[*]Banana-nut Bread[*]Cream Cheese Bread[/list][hr]
[u][b]Meat Recipes[/b][/u][br][list][*]Meat steak[*]Enchiladas[*]Monkey's delight[*]Stew[*]Sausage[*]Faggot[*]Kebab[*]Cheese omelette[*]Fried eggs[*]Boiled egg[*]Donk Pocket[*]Fish 'n' Chips[*]Fish fingers[*]Cuban Carp[/list][hr]
[u][b]Burgers[/b][/u][br][list][*]Meat Burger[*]Tofu Burger[*]Jelly Burger[*]Big Bite Burger[*]Super Bite Burger[*]Fillet-o-Carp burger[/list][hr]
[u][b]Sandwiches[/b][/u][br][list][*]Sandwich[*]Toasted Sandwich[*]Grilled Cheese Sandwich[*]Jelly Sandwich[/list][hr]
[u][b]Pizzas[/b][/u][br][list][*]Margherita[*]Mushroom Pizza[*]Meat Pizza[*]Vegetable Pizza[/list][hr]
[u][b]Spaghettis[/b][/u][br][list][*]Boiled Spaghetti[*]Tomato Pasta[*]Spaghetti & meatballs[*]Spesslaw[/list][hr]
[u][b]Pies[/b][/u][br][list][*]Golden Apple Tart[*]Plump Pie[*]Pumpkin Pie[*]Meat Pie[*]Tofu Pie[*]Cherry Pie[*]Berry Clafoutis[*]Apple Pie[*]Banana Cream Pie[/list][hr]
[u][b]Cakes[/b][/u][br][list][*]Vanilla Cake[*]Carrot Cake[*]Cheese Cake[*]Birthday Cake[*]Apple Cake[*]Orange Cake[*]Lime Cake[*]Lemon Cake[*]Chocolate Cake[/list][hr]
[u][b]Desserts[/b][/u][br][list][*]Muffins[*]Candied Apple[*]Rice pudding[*]Chocolate egg[*]Waffle[*]Donut[*]Jelly Donut[/list][hr]
[u][b]Drinks[/b][/u][br][list][*]Water[*]Milk[*]Orange Juice[*]Watermelon Juice[*]Lime Juice[*]Lemon Juice[*]Berry Juice[*]Potato Juice[/list][hr]
[u][b]Alcohols[/b][/u][br][list][*]Kahlua[*]wine[*]sake[*]vodka[*]moonshine[/list][br][small]Ask the bartender for cocktails[/small][hr]
[u][b]Condiments[/b][/u][br][list][*]Hot sauce[*]Cold sauce[*]Ketchup[*]Corn oil[*]Soy sauce[/list]
[br][br][br][hr][small][i]The availability of each recipe may vary. Restrictions may apply.[/i][/small]


New Kitchen Menu

(Extended Kitchen Menu based on a design by "Phil235" and made by "Araskael".)

[center][large][b]KITCHEN MENU[/b][/large][/center][hr]
[center][large][b]= Fast or Commonly Stocked Foods =[/large][/b][br][br][small]Prices subject to change. While supplies last.[br]Utensils and spices (salt, pepper, sugar) may be provided for your meal; straws and stirring sticks may be requested.[/small][/center][br][hr]
[u][b]Burgers[/b][/u][br][list][*]Burger (2þ)[*]Cheeseburger (2þ)[*]Tofu Burger (2þ)[*]Big Bite Burger (4þ)[/list][hr]
[u][b]Breads & Sandwiches[/b][/u][br][list][*]Bread Slice / Loaf (1þ/5þ)[*]Meatbread Slice / Loaf (1þ/5þ)[*]Tofu-bread Slice / Loaf (1þ/5þ)[*]Cream Cheese Bread Slice / Loaf (1þ/5þ)[*]Baguette (2þ)[*]Sandwich / Toasted (3þ)[*]Grilled Cheese Sandwich (2þ)[*]Croissant (1þ)[*]Benedict (3þ)[/list][hr]
[u][b]Pastas[/b][/u][br][list][*][Plain] Boiled Spaghetti (5þ)[*]Spaghetti & Meatballs (5þ)[*]Spesslaw (5þ)[*]Kitsune Udon (5þ)[/list][hr]
[u][b]Meat[/b][/u][br][list][*]Meat Steak (2þ)[*]Sausage (2þ)[/list][hr]
[u][b]Pies[/b][/u][br][list][*]Meat Pie (4þ)[*]Tofu Pie (4þ)[/list][hr]
[u][b]Cakes[/b][/u][br][list][*]Vanilla Slice / Full (1þ/5þ)[*]Cheese Cake Slice / Full (1þ/5þ)[/list][hr]
[u][b]Sides[/b][/u][br][list][*]Cheese Omelette (5þ)[*]Fried Egg (5þ)[*]Boiled Egg (2þ)[*]Warm Donk Pocket (1þ)[*]Hot Dog (3þ)[/list][hr]
[u][b]Pastries & Sweets[/b][/u][br][list][*]Donut (1þ)[*]Fortune Cookie (1þ)[*]Muffin (2þ)[*]Cracker (1þ)[/list][hr]
[u][b]Other[/b][/u][br][list][*]Taco (5þ)[*]Nachos (3þ)[*]Cheesenachos (4þ)[*]Pig-in-a-Blanket (3þ)[/list][hr]
[u][b]Beverages[/b][/u][br]Beverages cost 2þ. One beverage is free per meal, and all refills are free.[br][list][*]Coffee[*]Dr. Gibb[*]Iced Tea[*]Lemon Lime[*]Mountain Wind[*]Soda Water[*]Space-up[*]Tea[*]Water[*]Lemon Juice[*]Lime Juice[*]Orange Juice[*]Space Cola[*]Tonic Water[*]Watermelon Juice[/list][br]Addons:[list][*]Cream[*]Ice[*]Sugar[/list][br]Special Drinks:[list][*]Arnold Palmer[*]Brown Star[*]Cafe Latte[*]Iced Coffee[*]Iced Tea[*]Kira Special[*]Lemonade[*]Rewriter[*]Soy Latte[*]Vile Lemon[/list][br]Desserts:[list][*]Ice Cream Cone (3þ / 1þ per extra scoop)[*]Milkshake (2þ)[*]Coffee Milkshake (2þ)[/list][hr]
[u][b]Services and Deals[/b][/u][br][list][*]Wrapped Meal (+1þ to cost of meal)[*]To-go Lunchbox [small][Fits up to four items, see below for styles][/small] (5þ, not including food)[*]On-ship Delivery (2þ to price)[*]Off-ship Delivery (5þ to price)[/list][center][b]Ask the cook if there are any specials or deals for today.[/b][/center][br][br]Current Lunchbox Styles:[list][*]NanoTrasen Brand [Genuine & Exclusive!][*]Rainbow[*]Heart[*]Cat[*]Mojave University[*]CTI[*]Niona Nymph[*]Black and Red[/list]
[center][br][br][br][hr][small][i]The availability of each recipe may vary. Restrictions may apply.[/i][/small][br][logo][/center]

Miscellaneous

Cover and End page for a multi-page report

(Cover page. Inter-Departmental Report in this case, by Harpy Eagle)

[center][b]Nanotrasen Internal Communication[/b]
[i]NEV Northern Light[/i]

[logo]

[b][u]Fax Transmission[/u][/b]
[/center]

[b]From:[/b] [field]

[b]To:[/b] [field]

[b]Subject:[/b] [field]

[hr]

[b]Summary:[/b]
[field]

[b]Contents:[/b]
[field]

[b]Total Number of Pages:[/b] [field]
[hr][small][i]
This message, and the documents attached hereto, are intended only for the addressee and may contain confidential information. Any unauthorized disclosure is strictly prohibited.

If this transmission is recieved in error, please notify both the sender and the office of Internal Affairs immediately so that corrective action may be taken. Failure to comply is a breach of company regulation and may be prosecuted to the fullest extent of the law, where applicable.
[/i][/small]


Last page

(Final page. pretty self explanatory.)


[center][b]END TRANSMISSION[/b]


[logo][/center]


(Joke) HURT FEELINGS REPORT

(To assist whiners in documenting hurt feelings, and to provide leaders with a list of staff who require additional counseling, Head of Staff leadership, and extra duty...)

[large][center]HURT FEELINGS REPORT[/center][/large][hr]
 
[center][logo][/center]
 
[center]For use of this form, see FM 22-102; the proponent agency is the NT Department of Human Resources[/center][hr]
 
[center]DATA REQUIRED BY THE PRIVACY ACT OF 2058[/center][hr]
 
[small][b]AUTHORITY:[/b] 7 NT 301, Departmental Regulations; 14 NT 20341, Minister of Information and HR.[br]
 
[b]PRINCIPAL PURPOSE:[/b] To assist whiners in documenting hurt feelings, and to provide leaders with a list of staff who require additional counseling, Head of Staff leadership, and extra duty....[br]
 
[b]ROUTINE USES:[/b] For subordinate leader development NT/SOLGOV 12-102.
Leaders and whiners should use this form as necessary.[br]
 
[b]DISCLOSURE:[/b] Disclosure is  voluntary, but repeated disclosure may result in a Report of Wall to Wall Counseling.[/small][hr]
 
[large][center]PART I - ADMINISTRATIVE DATA[/center][/large][br][hr]
 
[b]WHINER'S NAME[/b] [i]Last, First, MI[/i]: [field][br]
 
[b]OCCUPATION/TITLE:[/b] [field][br]
 
[b]DATE OF REPORT:[/b] [field][br]
 
[large][center]PART II - INCIDENT REPORT[/center][/large][br][hr]
 
[b]DATE FEELINGS WERE HURT:[/b] [field][br]
 
[b]TIME OF HURTFULNESS:[/b] [field][br]
 
[b]LOCATION OF HURTFUL INCIDENT:[/b] [field][br]
 
[b]HEAD OF OFFICER SYMPATHETIC TO WHINER:[/b] [field][br]
 
[b]NAME OF REAL MAN/WOMAN WHO HURT SENSITIVE FEELINGS:[/b] [field][br]
 
[b]OCCUPATION/TITLE:[/b] [field][hr]
 
[large][center]INJURY[/center][/large][hr]
 
[b]WHICH EAR WERE THE WORDS OF HURTFULNESS SPOKEN INTO?:[/b] [field][br]
 
[b]IS THERE PERMANENT FEELING DAMAGE?:[/b] [field][br]
 
[b]DID YOU REQUIRE A "TISSUE" FOR TEARS?:[/b] [field][br]
 
[b]HAS THIS RESULTED IN TRAUMATIC BRAIN INJURY?:[/b] [field][hr]
 
[large][center]PART III - NARRATIVE[/center][/large][hr]
 
[center][i]Tell us in your own sissy words how your feelings were
hurt...[/i][/center][hr]
 
[field][br][hr]
 
[center]Authentication:[/center]
 
[b]PRINTED NAME OF REAL MAN/WOMAN:[/b] [field][br]
 
[b]SIGNATURE:[/b] [field][br]
 
[b]PRINTED NAME OF WHINER:[/b] [field][br]
 
[b]SIGNATURE:[/b] [field][hr]
 
[small] Please refer to Form 1703 'Hug Request Form' for supplemental support. Upon written request, we will make every reasonable effort to provide you with a "blankey", a "binky" and/or a bottle if you so desire.[/small]

Writing tools and Formatting key

Writing is performed on paper using any standard writing utensil.

  • Pens come in a few different colors, black or blue by default, and some departments are provided with red pens. Pens have a variety of functions!
  • Crayons work much like pens, except that they are always bold, and lack the list, horizontal rule, and small tags.

Formatting Paper:

Signature

To sign your name, use the [sign] tag. Remember that if you use the [sign] tag, your signature is unique and cannot be forged in most cases. Also remember that if you intend for someone else to sign the paperwork, you should use a [field] tag instead of [sign].

Your signature: [sign]

Field

To insert a field from which you can start writing (instead of just using the bottom of the paper), use the [field] tag.

Reason for Request: [field]

New Lines

New lines can be created by using the [br] tag. Without this, anything you write will continue on the same line until it reaches the end of the page.

text above
[br]
text below

Bold

To make text bold, enclose it within the [b] and [/b] tags.

[b]This text is going to be bold.[/b] This text is not.

Italics

To italicize text, enclose it within the [i] and [/i] tags.

[i]This text is italicized.[/i] This text is not.

Underlining

To underline text, enclose it within the [u] and [/u] tags.

[u]This text is underlined.[/u] This text is not.

Centering

To center text, enclose it with the [center] and [/center] tags.

[center]Type the center tags onto the paper like this![/center]

Lists

Create a list by using the [list] and [/list] tags. For every entry in your list, add a [*] in front of your entry. For example;

[list][*]Bullet one.[*]Bullet two.[/list]

Large Text

Make text larger, enclose it within the [large] and [/large] tags. Large text like this can be used for emphasis or for titles.

[large]This text is much larger[/large] than this text.

Small Text

To shrink text, enclose it with the [small] and [/small] tags. Shrunken text can be used to fit more information onto your paper.

[small]This text is very small![/small] This text is normal-sized.

Horizontal rules

To add a horizontal rule, use the [hr] tag.

text above
[hr]
text below

First Heading

To make a first level heading, use the [h1] and [/h1] tags.

[h1]insert desired text 
[br]
closing text for heading[/h1]

Second Heading

To make a second level heading, use the [h2] and [/h2] tags.

[h2] insert desired text
[br]
closing text here[/h2]

Third Heading

To make a third level heading, use the [h3] and [/h3] tags.

[h3]insert desired text[/h3]

Date

To insert the current date of the station, use the [date] tag.

Date:[date]

Time

To insert the current station time, use the [time] tag.

Time: [time]

NT and Other Company Logos

Each company and department represented on board the Northern Light has a logo that can be inserted into your paperwork using the following tags.

[logo] <-- Use this tag when you just want to use a standard Nanotrasen logo. The rest are self-explanatory.
[solcrest] <-- For SolGov. '''May or may not work, need to test in-game.'''
[lazarus]
[aegis]
[ftu]
[engineering]
[mekhane]