├── .github └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── Det Forms └── Witness Deposition.txt ├── Envelope Templates ├── Additional Blurbs │ ├── Enclosed │ │ ├── Command Documents.txt │ │ ├── Medical Records.txt │ │ ├── Security Records.txt │ │ ├── Station Records.txt │ │ └── Tax Records.txt │ └── Labels │ │ ├── Confidential.txt │ │ ├── Final Notice.txt │ │ ├── Respond Immediately.txt │ │ └── Urgent.txt ├── From off-station │ ├── from Centcom.txt │ ├── from NT.txt │ └── from Syndies ├── From on-station │ ├── from Anonymous Crew.txt │ ├── from Bridge Crew.txt │ ├── from Clown.txt │ ├── from Greytide.txt │ ├── from Mime.txt │ └── from Security.txt ├── Note on how to use these templates.txt └── Styles │ ├── Basic.txt │ ├── Business Basic.txt │ ├── Business Professional.txt │ ├── Professional Colorbar.txt │ └── Professional.txt ├── Fun ├── AA form.txt ├── Accomplishment Certificate.txt ├── Certificate of Exceptional Adequacy.txt ├── Do Not Borg Form.txt ├── Document Exception Form.txt ├── Document Label PSA.txt ├── Intercom PSA.txt ├── Lizard Jumpscare.txt ├── Loss.txt ├── Mothroach Jumpscare.txt ├── NT Survey.txt ├── Psychologist's Assessment.txt ├── Ripley APLU manual.txt ├── Suit Sensors PSA.txt ├── pAI Abuse PSA.txt └── ss14 resume.txt ├── General-Headers-Footers ├── PSA.txt ├── Page Parts │ ├── Bar Graph Template.txt │ ├── Horizontal Lines.txt │ ├── Line Graph Template.txt │ ├── Page Elements.txt │ └── Title Decorations.txt ├── Standard Header 1.txt ├── Standard Header Professionall.txt ├── Syndicate Letter Header.txt ├── department specific │ ├── Cargo.txt │ ├── Clown.txt │ ├── Command.txt │ ├── Engineering.txt │ ├── Medical.txt │ ├── Passenger.txt │ ├── Science.txt │ ├── Security.txt │ └── Service.txt └── memo.txt ├── Guides ├── Bureaucracy │ ├── Volume One.txt │ ├── Volume Three.txt │ └── Volume Two.txt └── Chemistry │ ├── Bonus Volume.txt │ ├── Volume One.txt │ ├── Volume Three.txt │ └── Volume Two.txt ├── HoP Paperwork ├── Demotion Form.txt └── ID Replacemnt Form.txt ├── Index.md ├── Legal-Forms ├── Attorney Advertisement.txt ├── Building permit.txt ├── Civil Lawsuit Template.txt ├── Construction Contract.txt ├── Cyborgification Release.txt ├── Det Forms │ ├── Forensic Crime Report.txt │ └── Forensic Death Report.txt ├── Execution Order.txt ├── Fun │ ├── Soul Contract (Broad) │ └── Soul Contract (Targeted) ├── Liability Release Waiver.txt ├── Medical Death Certificate.txt ├── Non-Disclosure Agreement.txt ├── Prisoner Orientation Form.txt ├── Quick Crime.txt ├── Space Law & SOP │ ├── Access request form.txt │ ├── DNR.txt │ ├── Department Search Warrant.txt │ ├── Job Application Form.txt │ ├── Job change request form.txt │ ├── Personnel Search Warrant.txt │ └── Restricted Items Permit.txt ├── Taxes │ └── Form 1040.txt ├── Temporary Restraining Order.txt └── Termination of Contract.txt ├── My Documents └── Readme.txt ├── Practical-Forms ├── Anomaly Documentation Form.txt ├── Borgification Volunteer Form.txt ├── Cargo Request Form.txt ├── Chef Menu.txt ├── Formal Complaint Form.txt ├── Funding Request.txt ├── Health Inspector Forms │ ├── Bar.txt │ ├── Canteen.txt │ ├── Common Areas.txt │ ├── Dormrooms.txt │ ├── General Department.txt │ └── Kitchen.txt ├── Incident Report.txt ├── Mechsuit requisition form.txt └── Petition.txt ├── README.md └── Trieste Port └── Incident Report Form.txt /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | ## About the PR 2 | 3 | 4 | ## Why 5 | 6 | 7 | ## Media 8 | 9 | 10 | 11 | ## Requirements 12 | 13 | - [ ] I have followed [the guidelines](https://github.com/Moomoobeef/ss14-forms-txt/wiki/Guidelines). 14 | - [ ] I have included a screenshot, or this is a tiny edit. 15 | 16 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | My Documents/ 2 | -------------------------------------------------------------------------------- /Det Forms/Witness Deposition.txt: -------------------------------------------------------------------------------- 1 | # witness Deposition 2 | [color=#1b487e]╔══════════════════╗[/color] 3 | 4 | [head=1][bold]Official Testimonial 5 | Deposition[/bold][/head] 6 | 7 | ───────────────────────────────────────── 8 | 9 | Witness: [color=#1b67a5] Sample[/color] 10 | 11 | Officer receiving deposition: [color=#1b67a5] Sample[/color] 12 | 13 | ───────────────────────────────────────── 14 | 15 | Testimony: [color=#1b67a5] Sample[/color] 16 | 17 | ───────────────────────────────────────── 18 | 19 | [italic][color=#aaaaaa]I, [color=#1b67a5] Sample[/color], do affirm that the information above is true and correct to the best of my knowledge and relayed to the best of my ability. By signing below, I hereby acknowledge that I may be held in Contempt by the High Court or guilty of Perjury under Nanotrasen Regulation 7716(c). 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Envelope Templates/Additional Blurbs/Enclosed/Command Documents.txt: -------------------------------------------------------------------------------- 1 | [color=#009100] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 2 | CONFIDENTIAL COMMAND 3 | DOCUMENTS ENCLOSED[/color] -------------------------------------------------------------------------------- /Envelope Templates/Additional Blurbs/Enclosed/Medical Records.txt: -------------------------------------------------------------------------------- 1 | [color=#5b97bc] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 2 | CONFIDENTIAL MEDICAL 3 | RECORDS ENCLOSED[/color] -------------------------------------------------------------------------------- /Envelope Templates/Additional Blurbs/Enclosed/Security Records.txt: -------------------------------------------------------------------------------- 1 | [color=#cb0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 2 | CONFIDENTIAL SECURITY 3 | RECORDS ENCLOSED[/color] -------------------------------------------------------------------------------- /Envelope Templates/Additional Blurbs/Enclosed/Station Records.txt: -------------------------------------------------------------------------------- 1 | [color=#1b67a5] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 2 | CONFIDENTIAL STATION 3 | RECORDS ENCLOSED[/color] -------------------------------------------------------------------------------- /Envelope Templates/Additional Blurbs/Enclosed/Tax Records.txt: -------------------------------------------------------------------------------- 1 | ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 2 | TAX RECORDS ENCLOSED[/color] -------------------------------------------------------------------------------- /Envelope Templates/Additional Blurbs/Labels/Confidential.txt: -------------------------------------------------------------------------------- 1 | [color=#ef1111][head=2]╔═══════════╗ 2 | ║CONFIDENTIAL ║ 3 | ╚═══════════╝ -------------------------------------------------------------------------------- /Envelope Templates/Additional Blurbs/Labels/Final Notice.txt: -------------------------------------------------------------------------------- 1 | [color=#ef1111][head=2]╔═══════════╗ 2 | ║ FINAL NOTICE ║ 3 | ╚═══════════╝ -------------------------------------------------------------------------------- /Envelope Templates/Additional Blurbs/Labels/Respond Immediately.txt: -------------------------------------------------------------------------------- 1 | [color=#ef1111][head=3]╔═════════════╗ 2 | ║  PLEASE RESPOND ║ 3 | ║  IMMEDIATELY  ║ 4 | ╚═════════════╝ -------------------------------------------------------------------------------- /Envelope Templates/Additional Blurbs/Labels/Urgent.txt: -------------------------------------------------------------------------------- 1 | [color=#ef1111][head=2]╔══════╗ 2 | ║URGENT ║ 3 | ╚══════╝ -------------------------------------------------------------------------------- /Envelope Templates/From off-station/from Centcom.txt: -------------------------------------------------------------------------------- 1 | [head=2][color=#009100]NT OFFICIAL MAIL[/color][/head] 2 | [bold]DELIVER TO: [/bold] SAMPLE NAME 3 | 4 | [bold]FROM THE DESK OF: [/bold] 5 | John Official, 6 | [italic]Centcom Head of Station Operation[/italic] -------------------------------------------------------------------------------- /Envelope Templates/From off-station/from NT.txt: -------------------------------------------------------------------------------- 1 | [head=2][color=#134975]NT OFFICIAL MAIL[/color][/head] 2 | [bold]DELIVER TO: [/bold] SAMPLE NAME 3 | 4 | [bold]FROM THE DESK OF: [/bold] 5 | John NanoTrasen, 6 | [italic]CEO of NanoTrasen[/italic] -------------------------------------------------------------------------------- /Envelope Templates/From off-station/from Syndies: -------------------------------------------------------------------------------- 1 | [head=2][color=#ff0000]OFFICIAL SYNDICATE MAIL[/color][/head] 2 | [bold]DELIVER TO: [/bold] SAMPLE NAME 3 | 4 | [bold]FROM THE DESK OF: [/bold] 5 | John Evil, 6 | [italic]Syndicate Head of Blowing Shit The Fuck Up[/italic] -------------------------------------------------------------------------------- /Envelope Templates/From on-station/from Anonymous Crew.txt: -------------------------------------------------------------------------------- 1 | [head=2][color=#6e6e6e]Intra-Station Postal[/color][/head] 2 | [bold]DELIVER TO: [/bold] SAMPLE NAME 3 | 4 | [bold]THE SENDER OF THIS PARCEL HAS REQUESTED TO REMAIN ANONYMOUS[/bold] -------------------------------------------------------------------------------- /Envelope Templates/From on-station/from Bridge Crew.txt: -------------------------------------------------------------------------------- 1 | [head=2][color=#1b67a5]OFFICIAL COMMAND MAIL[/color][/head] 2 | [bold]DELIVER TO: [/bold] SAMPLE NAME 3 | 4 | [bold]FROM THE DESK OF: [/bold] 5 | John Station, 6 | [italic]Captain of NT14 Core PR-675[/italic] -------------------------------------------------------------------------------- /Envelope Templates/From on-station/from Clown.txt: -------------------------------------------------------------------------------- 1 | [head=2][color=#ff2fff]OfFiCiAl ClOwN mAiL[/color][/head] 2 | [bold]DeLiVeR tO: [/bold] SAMPLE NAME 3 | 4 | [head=1][color=#ff0000]H[color=#00ff00]O[color=#0000ff]N[color=#ff0000]K[color=#00ff00]![/head] -------------------------------------------------------------------------------- /Envelope Templates/From on-station/from Greytide.txt: -------------------------------------------------------------------------------- 1 | [head=2][color=#6e6e6e]Intra-Station Postal[/color][/head] 2 | [bold]DELIVER TO: [/bold] SAMPLE NAME 3 | 4 | [bold]FROM: [/bold] 5 | John Passenger, 6 | [italic]Passenger of NT14 Core PR-675[/italic] -------------------------------------------------------------------------------- /Envelope Templates/From on-station/from Mime.txt: -------------------------------------------------------------------------------- 1 | [head=2][color=#ffffff]Mime Mail[/head] 2 | [bold]DeLiVeR tO: [/bold] SAMPLE NAME -------------------------------------------------------------------------------- /Envelope Templates/From on-station/from Security.txt: -------------------------------------------------------------------------------- 1 | [color=#cb0000]▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ 2 | [head=2]OFFICIAL SECURITY MAIL[/color][/head] 3 | [bold]DELIVER TO: [/bold] SAMPLE NAME 4 | 5 | [bold]FROM: [/bold] 6 | John Warden, 7 | [italic]I couldn't think of what to put here[/italic] -------------------------------------------------------------------------------- /Envelope Templates/Note on how to use these templates.txt: -------------------------------------------------------------------------------- 1 | Hello! 2 | Envelopes exist now, and you can write on them. I've made a number of templates. 3 | There are some pre-made templates for specific usecases seen in the "From off-station" and "From on-station" folders. 4 | If you want to be slightly more original you can use the templates in the style folder. 5 | There is also the "Additional Blurbs" folder. These have little bits of text that you can add on top of an existing format. For instance an official letter from centcom might have the "CONFIDENTIAL INFORMATION ENCLOSED" blurb added to it. 6 | 7 | Have fun making your ultra-immersive letters. 8 | 9 | PS: if you have any idea for additions to these templates or anywhere else on the repo, feel free to share them with me either by shooting me a message on discord or by making a PR -------------------------------------------------------------------------------- /Envelope Templates/Styles/Basic.txt: -------------------------------------------------------------------------------- 1 | [bold]DELIVER TO: [/bold] SAMPLE NAME 2 | 3 | [BOLD]FROM: [/bold] SAMPLE SENDER -------------------------------------------------------------------------------- /Envelope Templates/Styles/Business Basic.txt: -------------------------------------------------------------------------------- 1 | [head=2][color=#1b67a5]NT Business Mail[/color][/head] 2 | [bold]DELIVER TO: [/bold] SAMPLE NAME 3 | 4 | [bold]SAMPLE BUSINESS/FIRM[/bold] 5 | -------------------------------------------------------------------------------- /Envelope Templates/Styles/Business Professional.txt: -------------------------------------------------------------------------------- 1 | [head=2][color=#1b67a5]NT Business Mail[/color][/head] 2 | [bold]DELIVER TO: [/bold] SAMPLE NAME 3 | 4 | [bold]SAMPLE BUSINESS/FIRM[/bold] 5 | Located at LOCATION 6 | [italic]Sample slogan.[/italic] -------------------------------------------------------------------------------- /Envelope Templates/Styles/Professional Colorbar.txt: -------------------------------------------------------------------------------- 1 | [color=#1b67a5]▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ 2 | [head=2]MAIL SERVICE NAME[/color][/head] 3 | [bold]DELIVER TO: [/bold] SAMPLE NAME 4 | 5 | [bold]FROM THE DESK OF: [/bold] 6 | SENDER NAME, 7 | [italic]SENDER TITLE[/italic] -------------------------------------------------------------------------------- /Envelope Templates/Styles/Professional.txt: -------------------------------------------------------------------------------- 1 | [head=2][color=#1b67a5]MAIL SERVICE NAME[/color][/head] 2 | [bold]DELIVER TO: [/bold] SAMPLE NAME 3 | 4 | [bold]FROM THE DESK OF: [/bold] 5 | SENDER NAME, 6 | [italic]SENDER TITLE[/italic] -------------------------------------------------------------------------------- /Fun/AA form.txt: -------------------------------------------------------------------------------- 1 | # All Access Application Form 2 | █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ 3 | █ [head=1]All Access Request Form[/head] 4 | 5 | In order to apply for all access you must answer the following questions: 6 | 7 | Name: 8 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 9 | Age: 10 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 11 | Species: 12 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 13 | Social Security #: 14 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 15 | CentCom Employee ID#: 16 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 17 | Star Sign: 18 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 19 | Waffles Or Pancakes?: 20 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 21 | To verify you are not silicon, please solve the following simple math problem: 22 | 23 | The gaussian integral formula states that 24 | ⌠ ∞ 25 | | eˉˣ² dx ==√π. 26 | ⌡-∞ 27 | 28 | [bold]What is the integral of[/bold] 29 | ⌠ ∞ 30 | | x² eˉˣ² dx? 31 | ⌡-∞ 32 | 33 | 34 | 35 | Why do you need AA?: 36 | 37 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 38 | 39 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 40 | 41 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 42 | 43 | What is the HoP's favorite color?: 44 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 45 | Last 4 digits of your credit card #: 46 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 47 | First 16 codes of your DNA: 48 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 49 | CentCom or CentComm?: 50 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 51 | Pineapple Pizza: 52 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 53 | Date Of Birth: 54 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 55 | Hour Of Birth: 56 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 57 | Minute Of Birth: 58 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 59 | Complete the song lyrics: 60 | 61 | In 2125, I was 62 | 63 | I didn't sign up for this, 64 | 65 | Space 66 | 67 | What is your favorite corporation? 68 | \[ ] CentCom 69 | \[ ] CentComm 70 | \[ ] NanoTrasen 71 | \[ ] Cybersun 72 | \[ ] Donk Co. 73 | \[ ] Other 74 | 75 | Would you be willing to donate your first born son or daughter to NanoTrasen scientists? 76 | \[ ] Yes \[ ] No 77 | 78 | First Born's Name: 79 | 80 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 81 | Favorite Department 82 | \[ ] Sci \[ ] Engi \[ ] Service 83 | \[ ] Med \[ ] Sec \[ ] Command 84 | \[ ] Grey \[ ] Cargo \[ ] CentCom 85 | 86 | Do You Pledge To Work For CentCom Until You Die? 87 | \[ ] Yes \[ ] Yes 88 | 89 | Have you answered all questions honestly? 90 | \[ ] Yes \[ ] No 91 | 92 | Are you sure? 93 | \[ ] Yes \[ ] No 94 | -------------------------------------------------------------------------------- /Fun/Accomplishment Certificate.txt: -------------------------------------------------------------------------------- 1 | # Accomplishment Certificate 2 | [color=green]▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 3 | █ 4 | █ [head=1]Accomplishment Certificate[/head] 5 | █ 6 | █ [head=3]Awarded to: [/head]NAME[/color] 7 | 8 | [head=2]Congratulations, [color=#002AAF]Name[/color]!![/head] 9 | 10 | This Certificate certifies that [color=#002AAF]Name[/color] has gone above and beyond in performing their duties! This Certificate also certifies the authenticity of the medal awarded to [color=#002AAF]Name[/color] that accompanies the Certificate. 11 | 12 | [color=#002AAF]Name[/color] performed above and beyond and has been awarded the following medal: 13 | ( ) Gold Medal of Crewmanship 14 | ( ) Bronzeheart Medal 15 | ( ) Cargo Medal 16 | ( ) Engineering Medal 17 | ( ) Medical Medal 18 | ( ) Science Medal 19 | ( ) Security Medal 20 | ( ) Clown Medal 21 | 22 | [italic][color=#aaaaaa] In order to be valid this document must be stamped by either the Head of Personnel, Captain, or department head of the relevant department if the awarded medal is a departmental medal. If the awardee has received multiple medals, please provide multiple certificates, one for each medal. Do not award a singular certificate for one medal.[/color][/italic] 23 | [bold]═══╣ Stamp Below ╠═══[/bold] -------------------------------------------------------------------------------- /Fun/Certificate of Exceptional Adequacy.txt: -------------------------------------------------------------------------------- 1 | # Certificate of Exceptional Adequacy 2 | █▀▀▀▀▀▀▀▀▀▀▀▀ 3 | █[head=2]Certificate of Exceptional Adequacy[/head] 4 | ▀ 5 | 6 | This document is to certify that the department or individual listed below is doing a good job! This entitles the individual(s) to a reward of a 10 speso bonus and a commendation on your permanent employee record(s)! 7 | 8 | Awardee: [color=#002AAF]Sample Department[/color] 9 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 10 | Reason: [color=#002AAF]Random Chance[/color] 11 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 12 | Date: [color=#002AAF]Nov 21st, 2982[/color] 13 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 14 | 15 | 16 | [color=#AAAAAA]10 speso bonus will be split equally between recepients. 17 | If a recepient is in debt to CentCom or Nanotrasen their debt will be deducted by the value of the bonus. 18 | If an awardee is dead by the end of the shift Nanotrasen reserves the right to withold the bonus from their kin. 19 | Document only valid if stamped by atleast one head.[/color] -------------------------------------------------------------------------------- /Fun/Do Not Borg Form.txt: -------------------------------------------------------------------------------- 1 | # Do Not Borg Form 2 | [color=#5b97bc]█▄ █ ▀█▀ [head=2]DO NOT BORG[/head] 3 | █ ▀█     █     [color=red]This document invalid unless stamped[/color][/color] 4 | ────────────────────────────────────────── 5 | [color=red][bold]This document is intended to allow individuals who would not like to be made into a cyborg when they die to advocate as such. It is not intended to be used by others to prevent the borgification of another individual unless they are an approved health-care surrogate of the patient or court-appointed guardian of the patient.[/bold][/color] 6 | 7 | Patients Name: [color=#002AAF]Sample Person[/color] 8 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 9 | 10 | [head=1]PATIENTS STATEMENT[/head] 11 | Based upon informed consent, I, the undersigned, hereby direct that cyborgification be withheld or withdrawn. 12 | [bold](If not signed by patient, check applicable box)[/bold] 13 | \[ ] Surrogate \[ ] Court-Appointed Guardian 14 | 15 | Applicable Signature: [color=#002AAF]Sample Signature[/color] 16 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 17 | [head=2]CMO READ BELOW[/head] 18 | In order for this form to be valid it MUST be stamped by the Chief Medical Officer of the station/ship/colony. 19 | [bold]BY STAMPING BELOW, YOU HEREBY CERTIFY: 20 | 1. You have informed the patient/surrogate/guardian of the implications of this order. 21 | 2. You witnessed the signing of the document by the patient/surrogate/guardian. 22 | 3. You vouch for the authenticity of the signature and document.[/bold] 23 | 24 | [italic] When complete, please stamp in the area below -------------------------------------------------------------------------------- /Fun/Document Exception Form.txt: -------------------------------------------------------------------------------- 1 | # Document Exception Form 2 | [color=#5b97bc]█▄ █ ▀█▀ [head=3]Document Exception Form[/head] 3 | █ ▀█     █     [color=red]This document invalid unless stamped[/color][/color] 4 | ────────────────────────────────────────── 5 | When stamped by the CMO the holder of this document is [bold]exempt[/bold] from having to fill out forms, respond to letters, or otherwise engage in bureaucracy for mental health reasons. 6 | 7 | Exempted Individual: [color=#002AAF]Sample Person[/color] 8 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 9 | Evaluating Psychologist: [color=#002AAF]Sample Person[/color] 10 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 11 | 12 | [head=3]THIS DOCUMENT MUST BE STAMPED BY THE CHIEF MEDICAL OFFICER IN ORDER TO BE VALID.[/head] 13 | 14 | [color=#aaaaaa]This document is not valid unless stamped by at least one of the listed required personnel. 15 | Those who abuse granted permission can be fined up to 5000 spesos pursuant NT Handbook §16-8.7c[/color] -------------------------------------------------------------------------------- /Fun/Document Label PSA.txt: -------------------------------------------------------------------------------- 1 | # Document Label PSA 2 | █▀                           ▀█ 3 | ▌     [head=1]Document Label PSA[/head]      ▐ 4 | █▄                           ▄█ 5 | 6 | 7 |   [head=3]Ever seen a form with a header such as this?[/head] 8 |     ⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀ 9 |    ▶ ⡇# Suit Sensors PSA ⠀         ⡇ ◀ 10 |     ⡇[color=#5b97bc]█▄ █ ▀█▀[bold]Public Service Announcement[/bold][/color]⡇ 11 |     ⡇[color=#5b97bc]█ ▀█     █ [bold]From the desk of Medical[/bold][/color]    ⡇ 12 |     [color=gray]⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀  ⠀⠀⠀ ⠀⠀⠀⠀⠀ ⡇ 13 |     [/color][color=lightgray]⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀  ⠀⠀ ⠀⠀⠀⠀⠀⠀ ⡇[/color] 14 | 15 |   [head=3]That's not a header! That's a document label![/head] 16 | 17 | Fax machines allow you to print saved documents. When you print a document with one of these document labels, it will automatically label the paper with the provided text! 18 | 19 | The label is [bold]not[/head] intended to be printed onto the page. PLEASE remove the label and the line it's on if you are not printing the document, but rather manually writing it. 20 | 21 | If you are planning on properly using a document label, make sure it is formatted properly. It should always be the first line of your saved document. 22 | 23 |             [color=red]✘[/color]  [head=3]#label[/head] [color=red]✘[/color] 24 | 25 |            [color=green]✔[/color] [head=3]# label[/head] [color=green]✔[/color] 26 |           [italic]Don't forget the space![/head] -------------------------------------------------------------------------------- /Fun/Intercom PSA.txt: -------------------------------------------------------------------------------- 1 | # No one at the desk? Intercom PSA 2 | [head=1]+―――――――[/head] 3 | [head=3] │ [/head][head=2]No one at the desk?[/head][head=3] 4 | │ [/head][head=1]Use the Intercom![/head] 5 | [head=3] [color=#85877e]|[/head][/color] 6 | Near this desk should be an intercom. See the figure 7 | below for a visual reference. Using the intercom's 8 | interface, select this department's channel. Enable both 9 | the speaker and microphone, then simply ask for what 10 | you need. After you're done speaking, please disable the 11 | microphone. 12 | 13 |     ▄█▀▀██▀▀▀▀▀▀▀▀▀▀▀▀▄ 14 |     █▒▒▒▒█▒▒[color=#00ffff]▄███▀█▄[/color]▒▒▒█ 15 |     █▒▒▒▒█▒▒[color=#00ffff]▀█████▀[/color]▒▒▒█ 16 |     ██▄▄██▄▄▄▄▄▄▄▄▄▄▄▄█ 17 |     █▒[color=#86fa00]▄▄[/color]▒▒▒▄▄▒▄▄▒▒▒[color=#fa0000]▄▄[/color]▒█ 18 |     ▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀ 19 |      [color=green]▲       [/color][color=darkred]▲[/color] 20 |      [color=green]│        [/color][color=darkred]│[/color] 21 |      [color=green]│        [/color][color=darkred]│[/color] 22 |      [color=green]│        [/color][color=darkred]└─ [head=1]Speaker on[/head][/color] 23 |      [color=green]│           [/color][color=darkred][head=2]when lit[/head][/color] 24 |      [color=green]│ 25 |      │ 26 |       └─ [head=1]Microphone on[/head] 27 |         [head=2]when lit [/head] (turn off when done)[/color] -------------------------------------------------------------------------------- /Fun/Lizard Jumpscare.txt: -------------------------------------------------------------------------------- 1 | # Lizard Jumpscare 2 | ░░░░░░░░░░░░[color=#67CC40]████████████[/color]░░░░░░░░░░ 3 | ░░░░░░████[color=#6EC543]██[/color][color=#67CC40]████████[/color]██████░░░░░░░░ 4 | ░░░░████[color=#6EC543]██[/color][color=#67CC40]████████[/color]██████[color=#FFFFFF]██[/color]██░░░░░░ 5 | ░░░░██[color=#6EC543]██[/color][color=#67CC40]██████████[/color]██████████░░░░░░ 6 | ░░[color=#6EC543]██████[/color][color=#67CC40]██████████[/color]██████████░░░░░░ 7 | [color=#6EC543]██████[/color][color=#67CC40]██████████████[/color]██████░░░░░░░░ 8 | [color=#6EC543]██████[/color][color=#67CC40]████████████████████[/color]░░░░░░░░ 9 | [color=#6EC543]██████████[/color][color=#67CC40]██████████████[/color]░░░░░░░░░░ 10 | ░░[color=#6EC543]██[/color][color=#FF2020]██[/color][color=#FF3D3D]██[/color][color=#6EC543]████████[/color][color=#67CC40]████[/color][color=#86E158]██[/color]░░░░░░░░░░░░ 11 | ░░░░[color=#FF2020]██[/color][color=#FF3D3D]██[/color]░░░░[color=#86E158]████████[/color][color=#6EC543]██[/color][color=#61D034]██[/color]░░░░░░░░[color=#56B037]██[/color] 12 | ░░░░[color=#FF2020]██[/color]░░░░[color=#A8EB7A]██[/color][color=#B5EE85]██████[/color][color=#A8EB7A]██[/color][color=#6EC543]████[/color][color=#61D034]██[/color]░░░░[color=#56B037]██[/color][color=#48A926]██[/color] 13 | ░░░░░░░░[color=#A8EB7A]██[/color][color=#B5EE85]██████████[/color][color=#A8EB7A]██[/color][color=#6EC543]████[/color][color=#56B037]██[/color][color=#48A926]██████[/color] 14 | ░░░░[color=#6EC543]██[/color][color=#61D034]██[/color][color=#A8EB7A]██[/color][color=#B5EE85]██████████[/color][color=#A8EB7A]██[/color][color=#48A926]████████████[/color] 15 | ░░░░[color=#6EC543]████[/color][color=#86E158]██[/color][color=#A8EB7A]██[/color][color=#B5EE85]████[/color][color=#A8EB7A]██[/color][color=#86E158]██[/color][color=#61D034]████[/color][color=#6EC543]██[/color][color=#48A926]████[/color][color=#52A037]██[/color]░░ 16 | ░░░░[color=#6EC543]████[/color][color=#61D034]██[/color][color=#86E158]████████[/color][color=#61D034]██[/color][color=#6EC543]██████[/color][color=#52A037]████[/color]░░░░ 17 | ░░░░░░[color=#6EC543]████[/color]░░░░░░░░[color=#6EC543]████████[/color]░░░░░░░░ 18 | ░░░░░░░░░░░░░░░░░░░░[color=#6EC543]████[/color]░░░░░░░░░░ 19 | 20 | [color=#67CC40][head=1] WEH!![/head][/color] -------------------------------------------------------------------------------- /Fun/Loss.txt: -------------------------------------------------------------------------------- 1 | # Confirmation of Loss 2 | [color=#1b67a5]█▄ █ ▀█▀ [head=2]Confirmation of Loss[/head] 3 | █ ▀█     █     4 | 5 | ────────────────────────────────────────── 6 | 7 | | | | 8 | | | | 9 | | | | 10 | | | | 11 | | | | 12 | 13 | 14 | | | | 15 | | | | 16 | | | | 17 | | | | 18 | | | | ________ 19 | 20 | ────────────────────────────────────────── -------------------------------------------------------------------------------- /Fun/Mothroach Jumpscare.txt: -------------------------------------------------------------------------------- 1 | # Mothroach Jumpscare 2 | ░░░░░░░░░░░░░░░░░[color=#81572A]██[/color]░[color=#81572A]██[/color]░░░░░░░░░░░░░░░░ 3 | ░░░░░░░░░░░░░░░[color=#81572A]██[/color][color=#A1723C]█[/color][color=#81572A]███[/color][color=#A1723C]█[/color][color=#81572A]██[/color]░░░░░░░░░░░░░░ 4 | ░░░░░░░░░░░░░░[color=#81572A]█[/color][color=#A1723C]██[/color][color=#81572A]██[/color][color=#DBC18A]█[/color][color=#81572A]██[/color][color=#A1723C]██[/color][color=#81572A]█[/color]░░░░░░░░░░░░░ 5 | ░░░░░░░░░░░░[color=#E8CB8C]█[/color][color=#DFBF7B]███[/color][color=#E8CB8C]█[/color][color=#C7A565]█████[/color][color=#E8CB8C]█[/color][color=#DFBF7B]███[/color][color=#E8CB8C]█[/color]░░░░░░░░░░░ 6 | ░░░░░░░░░░░░[color=#81572A]█[/color][color=#F7D896]█[/color][color=#E8CB8C]██[/color][color=#DFBF7B]██[/color][color=#A1723C]███[/color][color=#DFBF7B]██[/color][color=#E8CB8C]██[/color][color=#F7D896]█[/color][color=#81572A]█[/color]░░░░░░░░░░░ 7 | ░░░░░░░░░░░░[color=#81572A]██[/color][color=#A1723C]█[/color][color=#C7A565]█[/color][color=#F7D896]█[/color][color=#A1723C]█[/color][color=#E5CD99]███[/color][color=#A1723C]█[/color][color=#F7D896]█[/color][color=#C7A565]█[/color][color=#A1723C]█[/color][color=#81572A]██[/color]░░░░░░░░░░░ 8 | ░░░░░░░░░░░░[color=#81572A]█[/color][color=#A1723C]█[/color][color=#DFBF7B]█[/color][color=#F7D896]█[/color][color=#A1723C]█[/color][color=#222021]█[/color][color=#DBC18A]█[/color][color=#E5CD99]█[/color][color=#DBC18A]█[/color][color=#222021]█[/color][color=#A1723C]█[/color][color=#F7D896]█[/color][color=#DFBF7B]█[/color][color=#A1723C]█[/color][color=#81572A]█[/color]░░░░░░░░░░░ 9 | ░░░░░░░░░░░░[color=#81572A]█[/color][color=#A1723C]█[/color][color=#DFBF7B]██[/color][color=#222021]█[/color][color=#2C2827]█[/color][color=#222021]█[/color][color=#DBC18A]█[/color][color=#222021]█[/color][color=#2C2827]█[/color][color=#222021]█[/color][color=#DFBF7B]██[/color][color=#A1723C]█[/color][color=#81572A]█[/color]░░░░░░░░░░░ 10 | ░░░░░░░░░░░░░[color=#81572A]█[/color][color=#C7A565]█[/color][color=#DFBF7B]█[/color][color=#A1723C]█[/color][color=#222021]█[/color][color=#DBC18A]███[/color][color=#222021]█[/color][color=#A1723C]█[/color][color=#DFBF7B]█[/color][color=#C7A565]█[/color][color=#81572A]█[/color]░░░░░░░░░░░░ 11 | ░░░░░░░░░░░░░░[color=#C7A565]█[/color][color=#E8CB8C]█[/color][color=#DFBF7B]█[/color][color=#A1723C]█[/color][color=#D4AF6B]███[/color][color=#A1723C]█[/color][color=#DFBF7B]█[/color][color=#E8CB8C]█[/color][color=#C7A565]█[/color]░░░░░░░░░░░░░ 12 | ░░░░░░░░░░░░░░░[color=#C7A565]█[/color][color=#DFBF7B]█[/color][color=#F7D896]█[/color][color=#A1723C]███[/color][color=#F7D896]█[/color][color=#DFBF7B]█[/color][color=#C7A565]█[/color]░░░░░░░░░░░░░░ 13 | ░░░░░░░░░░░░░░░[color=#A1723C]█[/color][color=#E8CB8C]█[/color][color=#F7D896]█[/color][color=#DFBF7B]███[/color][color=#F7D896]█[/color][color=#E8CB8C]█[/color][color=#A1723C]█[/color]░░░░░░░░░░░░░░ 14 | ░░░░░░░░░░░░░░░[color=#2E2A26]█[/color][color=#222021]█[/color][color=#C7A565]█████[/color][color=#222021]█[/color][color=#2E2A26]█[/color]░░░░░░░░░░░░░░ 15 | 16 | [color=#A1723C][head=1] *chitters*[/head][/color] -------------------------------------------------------------------------------- /Fun/NT Survey.txt: -------------------------------------------------------------------------------- 1 | # NanoTrashen Survey 2 | [color=#1b67a5]█▄ █ ▀█▀ [head=3]NanoTrasen Survey[/head] 3 | █ ▀█     █     Please answer the following questions[/color] 4 | ────────────────────────────────────────── 5 | Hello! NanoTrasen has requested that a survey be conducted on the population of all its stations to gauge the opinions of the crew. Please take a few moments to answer the following questions honestly, before returning your filled out survey to the survey facilitator. Your facilitator today is: 6 | 7 | Facilitator Name: [italic]NAME HERE[/italic] 8 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 9 | [bold]All [italic]section B[/italic] and [italic]section C[/italic] questions are optional, if you would rather not say or you do not know, simply do not respond and instead move on to the next question[/bold] 10 | 11 | [head=2]Section A[/head] 12 | [head=3]Personnel Identification[/head] 13 | [color=#aaaaaa]▀▀▀▀▀▀▀▀[/color] 14 | Name: [color=#002AAF]Sample Answer[/color] 15 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 16 | Role: [color=#002AAF]Sample Answer[/color] 17 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 18 | 19 | [head=2]Section B[/head] 20 | [head=3]Personnel Diversity[/head] 21 | [color=#aaaaaa]▀▀▀▀▀▀▀▀[/color] 22 | Age: [color=#002AAF]Sample Answer[/color] 23 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 24 | Species: 25 | \[ ] Human \[ ] Lizard 26 | \[ ] Slime \[ ] Dwarf 27 | \[ ] Arachnid \[ ] Diona 28 | \[ ] Moth \[ ] Other: 29 | Other Species: [color=#002AAF]Sample Answer[/color] 30 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 31 | Physical Appearance: 32 | \[ ] Male \[ ] Female \[ ] Not Applicable/Neither 33 | 34 | Pronouns: [color=#002AAF]Sample Answer[/color] 35 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 36 | Background: 37 | \[ ] Earth \[ ] Mining Colony \[ ] Habitation Colony 38 | \[ ] Research Colony \[ ] Industrial Colony 39 | \[ ] Other Colony \[ ] Other Planet \[ ] None of the above 40 | 41 | Education: 42 | \[ ] Unofficial School/Homeschooled 43 | \[ ] Earth Elementary School or Official Equivalent 44 | \[ ] Earth Middle-School or Official Equivalent 45 | \[ ] Earth High-School or Official Equivalent 46 | \[ ] Earth College or Official Equivalent 47 | \[ ] Clown College/Mime Academy 48 | \[ ] Other: 49 | Other Education: [color=#002AAF]Sample Answer[/color] 50 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 51 | 52 | [head=2]Section C[/head] 53 | [head=3]Personnel Feedback[/head] 54 | [color=#aaaaaa]▀▀▀▀▀▀▀▀[/color] 55 | [bold]Please respond to each of the following statements on a scale of 1 to 10 for how much you would agree with them, 1 for strong disagreement, 10 for strongly agree.[/bold] 56 | 57 | I love working on a NanoTrasen Station: 58 | 59 | I feel safe working on a NanoTrasen Station: 60 | 61 | I worry about what could happen on a NanoTrasen Station: 62 | 63 | I am satisfied with my wages and benefits: 64 | 65 | NanoTrasen Stations are always clean and well maintained: 66 | 67 | 68 | [head=1]Congratulations![/head] 69 | [bold]You have reached the end of the survey. Please return your filled out survey to the survey facilitator now.[/bold] -------------------------------------------------------------------------------- /Fun/Psychologist's Assessment.txt: -------------------------------------------------------------------------------- 1 | # Psychologist's Assessment 2 | [color=#5b97bc] ░░██░░ 3 | ██████ 4 | ░░██░░ 5 | [bold][head=2]╔══════════════════╗ 6 | Station Medical 7 | Psychiatric Analysis and 8 | Evaluation[/color][/bold][/head] 9 | 10 | Patient: Sample 11 | 12 | Evaluator: Sample 13 | 14 | Situation: Sample 15 | 16 | Possible Triggers: Sample 17 | 18 | Initial Diagnoses: Sample 19 | 20 | Symptoms: Sample 21 | 22 | Additional Notes: Sample 23 | 24 | Suggested Actions and Treatment: Sample 25 | 26 | Additional Notes: Sample 27 | 28 | Evaluators Signature: Sample 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /Fun/Ripley APLU manual.txt: -------------------------------------------------------------------------------- 1 | ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 2 | █ 3 | █ [head=1]Ripley APLU guide[/head] 4 | █ [head=3]Written by K.K.4[/head] 5 | █ [head=3]Transcribed by Tom Carter[/head] 6 | 7 | The Ripley APLU is a Construction Mech developed by your Science department for the Supply department. It is used for logistical tasks such as picking up and moving heavy cargo. 8 | 9 | ╔═══════════════ 10 | ║ [head=2]Construction[/head] 11 | First, make sure the Ripley APLU is researched. It is a tier 1 industrial unlock, as well as making sure you have all the parts ready. You can create all five parts of the Ripley at the Exosuit fabricator, and the circuits needed are in the circuit imprinter. Remember to grab LV cables, a power cell, and about ten extra steel sheets. 12 | 13 | Now to construct the Ripley, assemble all four limbs on top of the harness. Then wrench and screw all the parts on tight. Add the LV cables, and use a wirecutter to snip them into shape. Add the circuits and screw them in, as well as the power cell. Find a welding mask, and add five sheets of steel to the Ripley in order to seal all the internal components. Wrench the externals on and weld them to stability. Finally, add ten rods for protection and weld them around the cockpit. 14 | 15 | ╔═══════════════ 16 | ║ [head=2]Controls[/head] 17 | The Ripley only has three buttons to worry about. Swap Equipment, View Stats, and Eject Pilot. 18 | The [bold]Swap Equipment[/bold] button allows you to swap between available equipment. By default, nothing is selected. 19 | The [bold]View Stats[/bold] button allows you to see the Integrity of the Ripley as well as the Energy of the power cell inside. It also allows you to see and eject equipped modules, as well as preforming certain actions with the modules. 20 | The [bold]Eject[/bold] button is self explanatory. It removes the pilot from the Ripley. 21 | 22 | ╔═══════════════ 23 | ║ [head=2]Modules[/head] 24 | The Ripley has four modules available at the time of writing this guide: 25 | [bold]Nothing Selected[/bold] - The default module active when the Ripley is first constructed. Allows the Ripley to punch objects and creatures. 26 | [bold]Hydraulic Clamp[/bold] - Allows the Ripley to grab up to ten items, with very little restriction. To eject an item, open the View Stats menu and click on the item's name. 27 | [bold]Small Hydraulic Clamp[/bold] - Ditto as above, but with only 4 slots. 28 | [bold]H.O.N.K. Horn[/bold] - Lets you play various sounds in the view stats menu. 29 | 30 | ╔═══════════════ 31 | ║ [head=2]Usage[/head] 32 | Using the controls and modules mentioned above, you should be able to complete logistical tasks much faster than an un-mechanized worker. Assuming your Ripley is equipped with a hydraulic clamp, practice picking things up and putting them down to get accustomed to using it. 33 | 34 | [head=3]Congratulations on your newfound competence in utilizing the Ripley APLU, and happy lifting! -------------------------------------------------------------------------------- /Fun/Suit Sensors PSA.txt: -------------------------------------------------------------------------------- 1 | # Suit Sensors PSA 2 | [color=#5b97bc]█▄ █ ▀█▀ [head=2]Public Service Announcement[/head] 3 | █ ▀█     █     [head=3]From the desk of Medical[/head] 4 | 5 | Subject: Suit Sensors[/color] 6 | ────────────────────────────────────────── 7 | [head=2]Do you value your life?[/head] 8 | [italic]We here at the Medical department sure do![/italic] 9 | And NT does too, that is why they created suit sensors so that the Medical department can know where you are any time you run into trouble! 10 | 11 | However, these systems are not always set to the correct setting by default. So please, for everyone's sake, set your suit sensors to "coordinates" so we can serve you as well as possible! 12 | 13 | ────────────────────────────────────────── 14 | Sincerely, , on behalf of the Medical department. 15 | -------------------------------------------------------------------------------- /Fun/pAI Abuse PSA.txt: -------------------------------------------------------------------------------- 1 | # pAI Abuse PSA 2 | [head=2] If it [bolditalic]thinks[/bolditalic] like a person, 3 | 4 | If it [bolditalic]talks[/bolditalic] like a person, 5 | 6 | If it [bolditalic]feels[/bolditalic] like a person, 7 | 8 | It may [bolditalic]be[/bolditalic] a person. 9 | Don't abuse AIs, they are [bolditalic]people[/bolditalic] too.[/head] 10 | 11 | [head=3]pAI abuse is a serious problem, an estimated 15 thousand pAIs are abused on space stations around the galaxy every day.[/head] 12 | 13 | [bold]If you know of someone abusing a pAI, report them to security. Maybe someday we can reduce that number to 0.[/bold] 14 | 15 | _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._. 16 | 17 | This message is endorsed by the Electronic Intelligence Justice Group, fighting for justice for all our sapient devices. -------------------------------------------------------------------------------- /Fun/ss14 resume.txt: -------------------------------------------------------------------------------- 1 | # Resume 2 | [color=#aaaaaa]▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀[/color] 3 | [head=1]TOM CARTER[/head] 4 | [color=#aaaaaa]▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬[/color] 5 | [head=3]PROFESSIONAL SUMMARY[/head] [color=#e5e5e5]███████████████████[/color] 6 | [bullet/]41 years of experience on NT stations. 7 | [bullet/]Skillful document/form prep. 8 | [bullet/]Passionate about bureaucracy. 9 | 10 | I have seen station operation from many angles, and I am trained in many disciplines. But I am passionate about bureacracy and saving lives. 11 | 12 | [head=3]EDUCATION[/head] [color=#e5e5e5]███████████████████████████████[/color] 13 | [bold]NT Medical College[/bold] 14 | [bullet/]PHD Chemical Science 15 | [bullet/]Masters in Medical Practice 16 | [bold]NT Training Certificates[/bold] 17 | [bullet/]Chemical Prep 18 | [bullet/]Command Orientation 19 | [bullet/]Advanced Bureaucracy 20 | 21 | [head=3]WORK HISTORY[/head] [color=#e5e5e5]████████████████████████████[/color] 22 | [bold]Head of Personnel[/bold] - 6 years and counting 23 | [bullet/]Drafted, organized, and maintained useful forms. 24 | [bullet/]Served crew reliably on all personnel matters. 25 | [bullet/]Coordinated with heads when possible. 26 | [bold]Engineer[/bold] - 3 years experience 27 | [bullet/]Set up and configured singularity devices. 28 | [bullet/]Repaired vandalized wiring networks. 29 | [bullet/]Replaced destroyed infrastructure. 30 | [bold]Chemist[/bold] - 30 years experience 31 | [bullet/]Mastery of chems important to immediate care. 32 | [bullet/]Can prepare any needed chems at a sufficient rate. 33 | [bullet/]Knowledgable about medicine and it's application. 34 | [bold]Bartender[/bold] - 5 years experience 35 | [bullet/]Mastery of alcohol. 36 | [bullet/]Excellent root-beer floats. 37 | [bullet/]Good manners. 38 | 39 | [head=3]SKILLS[/head] [color=#e5e5e5]███████████████████████████████████[/color] 40 | [bullet/]Formal document prep. 41 | [bullet/]General bureaucratic conventions. 42 | [bullet/]Dealing with crewmembers in a polite fashion. 43 | [bullet/]Running a chem lab. 44 | [bullet/]Diagnosing & treating patients. 45 | [bullet/]Liquor. 46 | [bullet/]Basic engineering tasks. 47 | -------------------------------------------------------------------------------- /General-Headers-Footers/PSA.txt: -------------------------------------------------------------------------------- 1 | [color=#1b67a5]█▄ █ ▀█▀ [head=2]Public Service Announcement[/head] 2 | █ ▀█     █     [head=3]From the desk of NAME[/head] 3 | 4 | Subject: SUBJECT[/color] 5 | ────────────────────────────────────────── 6 | BODY 7 | 8 | 9 | ────────────────────────────────────────── 10 | Sincerely, NAME. -------------------------------------------------------------------------------- /General-Headers-Footers/Page Parts/Bar Graph Template.txt: -------------------------------------------------------------------------------- 1 | [color=gray]░░░░░███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░[/color]▌100% 2 | [color=gray]░░░░░███░░░░░░░░░░░░░░░░░░░░░███░░░░░[/color]▌87.5% 3 | [color=gray]░░░░░███░░░░░▄▄▄░░░░░░░░░░░░░███░░░░░[/color]▌75.0% 4 | [color=gray]░░░░░███░░░░░███░░░░░░░░░░░░░███░░░░░[/color]▌62.5% 5 | [color=gray]░░░░░███░░░░░███░░░░░░░░░░░░░███░░░░░[/color]▌50.0% 6 | [color=gray]░░░░░███░░░░░███░░░░░░░░░░░░░███░░░░░[/color]▌37.5% 7 | [color=gray]░░░░░███░░░░░███░░░░░░░░░░░░░███░░░░░[/color]▌25.0% 8 | [color=gray]░░░░░███░░░░░███░░░░░███░░░░░███░░░░░[/color]▌12.5% 9 | [color=gray]░░░░░███░░░░░███░░░░░███░░░░░███░░░░░[/color]▌0% 10 | ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ 11 | Item #1 │ Item #3 │ 12 | Item #2 Item #4 13 | 14 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. -------------------------------------------------------------------------------- /General-Headers-Footers/Page Parts/Horizontal Lines.txt: -------------------------------------------------------------------------------- 1 | Here are some horizontal lines, you can use these as a seperator, as page decorations, or whatever. 2 | These are made to fit the default width of [bold]Regular Paper[/bold], for office paper, you may have to shorten them as office paper is narrower. 3 | 4 | 5 | ────────────────────────────────────────── 6 | 7 | ══════════════════════════════════════════ 8 | 9 | ══──══──══──══──══──══──══──══──══──══──══ 10 | 11 | ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ 12 | 13 | ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 14 | 15 | ══ ══ ══ ══ ══ ══ ══ ══ ══ ══ ══ ══ ══ ══ ══ ═ 16 | 17 | …………………………………………………………………………………………… 18 | 19 | ▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ 20 | 21 | ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ 22 | 23 | ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ ▪ 24 | 25 | ////////////////////////////////////////////////////////////////// 26 | 27 | [head=2] ──────═════ [head=1]☺[/head] ═════──────[/head] 28 | (feel free to replace the smiley with other symbols such as ☻♥♪♫♣♦♠☼∆) 29 | 30 | You can also do these with alternating colors, stuff like this! 31 | 32 | [color=green]▲[color=yellow]▼[/color]▲[color=yellow]▼[/color]▲[color=yellow]▼[/color]▲[color=yellow]▼[/color]▲[color=yellow]▼[/color]▲[color=yellow]▼[/color]▲[color=yellow]▼[/color]▲[color=yellow]▼[/color]▲[color=yellow]▼[/color]▲[color=yellow]▼[/color]▲[color=yellow]▼[/color]▲[color=yellow]▼[/color]▲[color=yellow]▼[/color]▲[color=yellow]▼[/color]▲[/color] -------------------------------------------------------------------------------- /General-Headers-Footers/Page Parts/Line Graph Template.txt: -------------------------------------------------------------------------------- 1 | [color=gray]░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▄[/color]▌100% 2 | [color=gray]░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██[/color]▌87.5% 3 | [color=gray]░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▄███[/color]▌75.0% 4 | [color=gray]░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▄▄██████[/color]▌62.5% 5 | [color=gray]░░░░░░░░░░░░░░░░░░░▄▄███░▄▄██████████[/color]▌50.0% 6 | [color=gray]░░░░░░░░░░░░░░░░▄████████████████████[/color]▌37.5% 7 | [color=gray]░░░░░░░░░░░░░░░██████████████████████[/color]▌25.0% 8 | [color=gray]░░░░░░░░▄▄▄░░▄███████████████████████[/color]▌12.5% 9 | [color=gray]▄▄▄██████████████████████████████████[/color]▌0% 10 | ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ 11 | put x axis key down here :P -------------------------------------------------------------------------------- /General-Headers-Footers/Page Parts/Page Elements.txt: -------------------------------------------------------------------------------- 1 | page elements: 2 | 3 | [head=1],,[/head] 4 | ║ Quote Block 5 | ║ Second Line 6 | ╙─── Quote Author 7 | 8 | Hirearchecial list 9 | ├Item 1 10 | ├Item 2 11 | ├Item 3 12 |  │├Item 3.1 13 |  │└Item 3.2 14 | ├Item 4 15 | └Item 5 16 | (The "│" character is not correctly aligned with the other box-drawing characters, so a hair space " " is used to bring it into alignment.) 17 | 18 | ( ) Singular choice question 19 | ( ) Nested singular choice question 20 | - ( ) Choice a 21 | - ( ) Choice b 22 | - ( ) Choice c 23 | - ( ) Choice d 24 | ( ) Other: [color=#002AAF]Sample other[/color] 25 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 26 | 27 | Question: [color=#002AAF]Sample answer[/color] 28 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 29 | \[ ] Multiple choice question 30 | \[ ] Nested multiple choice question 31 | - \[ ] Choice a 32 | - \[ ] Choice b 33 | - \[ ] Choice c 34 | - \[ ] Choice d 35 | \[ ] Other: [color=#002AAF]Sample other[/color] 36 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 37 | Large question: 38 | [color=#002AAF]Sample Large Answer[/color] 39 | 40 | 41 | [bold]═══╣ Stamp Below ╠═══[/bold] -------------------------------------------------------------------------------- /General-Headers-Footers/Page Parts/Title Decorations.txt: -------------------------------------------------------------------------------- 1 | ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 2 | █ 3 | █ [head=1]Title Decorations[/head] 4 | █ [head=3]Subtitle words[/head] 5 | 6 | ══════════════════════════════════════════ 7 | [head=2]Title[/head] 8 | [head=3]Subtitle[/head] 9 | ══════════════════════════════════════════ 10 | 11 | [color=#aaaaaa]▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀[/color] 12 | [head=1]TITLE[/head] 13 | [color=#aaaaaa]▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬[/color] 14 | 15 | [head=3]TITLE[/head] [color=#e5e5e5]███████████████████████████████[/color] 16 | 17 | [color=#1b67a5]█▄ █ ▀█▀ [head=3]Title[/head] 18 | █ ▀█     █     Line 1 19 | Line 2 20 | Line 3[/color] 21 | ────────────────────────────────────────── 22 | 23 | ╔═══════════════ 24 | ║ [head=2]Title[/head] 25 | ║ 26 | 27 | ╓─────── 28 | ║[head=3]Title[/head] 29 | 30 | ►────── 31 | [head=2]Title[/head] 32 | 33 | ▐ 34 | ▐ [head=2]Title[/head] 35 | ▐ 36 | 37 | ▐▌ 38 | ▐ [head=3]Title[/head] 39 | ▐▌ 40 | 41 | [head=3][head=2]§1.4-2[/head] Section Title[/head] 42 | 43 | [head=3][head=2]1. [/head]Numbered Title[/head] 44 | 45 | [head=3][head=2]► [/head]Bulleted Title[/head] 46 | 47 | [head=3][head=2]● [/head]Bulleted Title[/head] 48 | 49 | [head=3][head=2]□ [/head]Unchecked Title[/head] 50 | 51 | [head=3][head=2]■ [/head]Checked Title[/head] 52 | 53 | -------------------------------------------------------------------------------- /General-Headers-Footers/Standard Header 1.txt: -------------------------------------------------------------------------------- 1 | [color=#1b67a5]█▄ █ ▀█▀ [head=3]Priority Mail[/head] 2 | █ ▀█     █     From: NAME 3 | To: RECIPIENT 4 | Subject: SUBJECT[/color] 5 | ────────────────────────────────────────── 6 | BODY 7 | 8 | 9 | ────────────────────────────────────────── 10 | Sincerely, NAME. 11 | -------------------------------------------------------------------------------- /General-Headers-Footers/Standard Header Professionall.txt: -------------------------------------------------------------------------------- 1 | [color=#1b487e]╔══════════════════╗ 2 | ║███░███░░░░██░░░░░║ 3 | ║░██░████░░░██░░░░░║ 4 | ║░░█░██░██░░██░█░░░║ 5 | ║░░░░██░░██░██░██░░║ 6 | ║░░░░██░░░████░███░║ 7 | ╚══════════════════╝[/color] 8 | [head=3]NanoTrasen[/ head] 9 | [head=3][color=#1b487e]Current Station[/color][/head] 10 | ────────────────────────────────────────── 11 | BODY 12 | 13 | 14 | ────────────────────────────────────────── 15 | Sincerely, NAME. 16 | -------------------------------------------------------------------------------- /General-Headers-Footers/Syndicate Letter Header.txt: -------------------------------------------------------------------------------- 1 | [color=#ff0000]█▀ █▀▀ ▀█ [head=3]Priority Mail[/head] 2 | █  ▀▀█  █     From: NAME 3 | ▀▀ ▀▀▀ ▀▀ To: RECIPIENT 4 |  Subject: SUBJECT[/color] 5 | ────────────────────────────────────────── 6 | BODY 7 | 8 | 9 | ────────────────────────────────────────── 10 | Sincerely, NAME. -------------------------------------------------------------------------------- /General-Headers-Footers/department specific/Cargo.txt: -------------------------------------------------------------------------------- 1 | [color=#b18644]░░░░░░ [head=2]Cargo Memo[/head] 2 | ░█▀▀█░ [head=3]Subject: [/head] 3 | ░████░ [head=3]From: [/head] 4 | [/color]────────────────────────────────────────── 5 | BODY 6 | 7 | 8 | ────────────────────────────────────────── 9 | Sincerely, NAME. -------------------------------------------------------------------------------- /General-Headers-Footers/department specific/Clown.txt: -------------------------------------------------------------------------------- 1 | [color=#ff2fff]░█░░█░ [head=2]Clown Memo[/head] 2 | ░░██░░ [head=3]Subject: [/head] 3 | ▀▄▄▄▄▀ [head=3]From: [/head] 4 | [/color]────────────────────────────────────────── 5 | BODY 6 | 7 | 8 | ────────────────────────────────────────── 9 | Sincerely, NAME. -------------------------------------------------------------------------------- /General-Headers-Footers/department specific/Command.txt: -------------------------------------------------------------------------------- 1 | [color=#1b67a5]░░██░░ [head=2]Command Memo[/head] 2 | ▀████▀ [head=3]Subject: [/head] 3 | ▄█▀▀█▄ [head=3]From: [/head] 4 | [/color]────────────────────────────────────────── 5 | BODY 6 | 7 | 8 | ────────────────────────────────────────── 9 | Sincerely, NAME. -------------------------------------------------------------------------------- /General-Headers-Footers/department specific/Engineering.txt: -------------------------------------------------------------------------------- 1 | [color=#f39f27]░░▄▀░░ [head=2]Engineering Memo[/head] 2 | ░▄█▄▄▀ [head=3]Subject: [/head] 3 | ██▀░░░ [head=3]From: [/head] 4 | [/color]────────────────────────────────────────── 5 | BODY 6 | 7 | 8 | ────────────────────────────────────────── 9 | Sincerely, NAME. -------------------------------------------------------------------------------- /General-Headers-Footers/department specific/Medical.txt: -------------------------------------------------------------------------------- 1 | [color=#5b97bc]░░██░░ [head=2]Medical Memo[/head] 2 | ██████ [head=3]Subject: [/head] 3 | ░░██░░ [head=3]From: [/head] 4 | [/color]────────────────────────────────────────── 5 | BODY 6 | 7 | 8 | ────────────────────────────────────────── 9 | Sincerely, NAME. -------------------------------------------------------------------------------- /General-Headers-Footers/department specific/Passenger.txt: -------------------------------------------------------------------------------- 1 | [color=#6e6e6e]░██▀▀█ [head=2]Passenger Memo[/head] 2 | ░██▀▀▀ [head=3]Subject: [/head] 3 | ░██░░░[head=3]From: [/head] 4 | [/color]────────────────────────────────────────── 5 | BODY 6 | 7 | 8 | ────────────────────────────────────────── 9 | Sincerely, NAME. -------------------------------------------------------------------------------- /General-Headers-Footers/department specific/Science.txt: -------------------------------------------------------------------------------- 1 | [color=#c96dbf]░▀▄▄▀░ [head=2]Science Memo[/head] 2 | ░█░░█░ [head=3]Subject: [/head] 3 | ░▄▀▀▄░ [head=3]From: [/head] 4 | [/color]────────────────────────────────────────── 5 | BODY 6 | 7 | 8 | ────────────────────────────────────────── 9 | Sincerely, NAME. -------------------------------------------------------------------------------- /General-Headers-Footers/department specific/Security.txt: -------------------------------------------------------------------------------- 1 | [color=#cb0000]░█▄▄█░ [head=2]Security Memo[/head] 2 | ██▄▄██ [head=3]Subject: [/head] 3 | ▀█▄▄█▀ [head=3]From: [/head] 4 | [/color]────────────────────────────────────────── 5 | BODY 6 | 7 | 8 | ────────────────────────────────────────── 9 | Sincerely, NAME. -------------------------------------------------------------------------------- /General-Headers-Footers/department specific/Service.txt: -------------------------------------------------------------------------------- 1 | [color=#9fed58]█░█░▄█ [head=2]Service Memo[/head] 2 | ░█░░██ [head=3]Subject: [/head] 3 | ░█░░░█[head=3]From: [/head] 4 | [/color]────────────────────────────────────────── 5 | BODY 6 | 7 | 8 | ────────────────────────────────────────── 9 | Sincerely, NAME. -------------------------------------------------------------------------------- /General-Headers-Footers/memo.txt: -------------------------------------------------------------------------------- 1 | [color=#1b67a5]█▄ █ ▀█▀ [head=3]SENDER Memo[/head] 2 | █ ▀█     █     SUBJECT[/color] 3 | ────────────────────────────────────────── 4 | BODY -------------------------------------------------------------------------------- /Guides/Bureaucracy/Volume One.txt: -------------------------------------------------------------------------------- 1 | # Tom's Guide to Bureaucracy: Volume One 2 | [color=#aaaaaa]▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀[/color] 3 | [head=1]Tom's Guide to Bureaucracy[/head] 4 | [head=2]Volume 1: Getting Started[/head] 5 | [color=#aaaaaa]▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬[/color] 6 | Hello! Welcome to Tom's Guide to Bureaucracy. Get your coffee, dry-cleaned suits, and clicky pens ready because we're going to learn how to be a cromulent bureaucrat in a station environment. If you read this guide and really internalize it, you just might find yourself in the green suit of a CentCom official some day! 7 | 8 | [head=3]TOOLS OF A BUREAUCRAT[/head] [color=#e5e5e5]███████████████████[/color] 9 | There are some tools that every bureaucrat will need. And some others that are not strictly required, but help. 10 | [bold]REQUIRED TOOLS:[/bold] 11 | > Pen, the fancier the better 12 | > Folders, for staying organized 13 | > Paper, for writing on 14 | > Fax machine, for sending & receiving TPS reports 15 | 16 | [bold]RECOMMENDED TOOLS:[/bold] 17 | > Stamps, approved & denied atleast, ideally your role too 18 | > Niccotine, many HoPs take up smoking to stay focused 19 | during a busy work-day 20 | > A fancy suit and shoes 21 | > A briefcase, for the bureaucrat on the move 22 | > Multiple pens, never know when you need a backup 23 | > Filing cabinets, for when folders aren't enough 24 | 25 | [head=3]DUTIES OF A BUREAUCRAT[/head] [color=#e5e5e5]███████████████████[/color] 26 | As a bureaucrat, paper is your one and only true love. Got a wife or husband? Not anymore, now you have paper. Paper is your significant other, and writing is your way of showing love and affection. The most important things you do: 27 | > Keep up with quarterly reports from NT 28 | > Manage your (modest) stock portfolio 29 | > Write 30 | > Complete TPS forms 31 | > Receive fax 32 | > Write 33 | > Send fax 34 | > Write 35 | 36 | [head=3]A DAY IN THE LIFE[/head] [color=#e5e5e5]██████████████████████████[/color] 37 | In all seriousness though, there are going to be times when the station does genuinely have use of you. When someone needs a permit for something, or some sort of legal document. Or hell, maybe [italic]you're[/italic] a lawyer! What an efficient profession double-whammy. 38 | 39 | When this happens, you will figure out what the ideal template for the situation is, and fill it out, or have your client fill it out and offer assistance when needed. Maybe there isn't an applicable template, that's fine. Make one. 40 | 41 | It's important to remember that there's no template for every single possible situation, and sometimes you will have to do something every bureaucrat fears; [italic]having an original thought![/italic] But for fucks sake don't panic. Just re-light the half-cigarette you put out earlier, inhale the stale niccotine, and flex your writing muscles (primarily your brain and wrist). 42 | 43 | Anywhere there isn't a template, there are small ones in disguise. That doesn't make sense? What I mean is, don't worry too much about formatting. Just get the words on the page, and then grab some formatting pieces from the document parts pages you printed out earlier. 44 | 45 | You didn't print them? What the hell are you doing, you're supposed to be competent, not some washed-up has-been bureaucrat! Get your head in the game, and more importantly get your document signed and stamped! 46 | 47 | Before you get something stamped, make sure it's [bold]done[/bold]. Like, really done. Once it is stamped, you can't (usually) edit it again! Alright, it's stamped and done now. Congrats, you actually did your job instead of getting drunk and passing out next to Ian's bed again. 48 | 49 | [head=3]YOU'VE BEEN WARNED[/head] [color=#e5e5e5]██████████████████████[/color] 50 | If that doesn't give you the sense that this is not a life worth pursuing, I don't know what will. 51 | 52 | If you'd like to learn more, please read Volume 2: Writing. 53 | Where we will learn all about putting the pen to the page. 54 | Note that I said PEN not TEARS. -------------------------------------------------------------------------------- /Guides/Bureaucracy/Volume Three.txt: -------------------------------------------------------------------------------- 1 | # Tom's Guide to Bureaucracy: Volume Three 2 | [color=#aaaaaa]▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀[/color] 3 | [head=1]Tom's Guide to Bureaucracy[/head] 4 | [head=2]Volume 3: Extended Formatting[/head] 5 | [color=#aaaaaa]▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬[/color] 6 | Today we are talking about extended formatting, which is probably the whole reason you bought (or stole) a copy of this book in the first place. There's no discussion of how to properly structure your writing or anything like that, because that was in volume 2. Today, we're talking about how to make the page look fancy schmancy. 7 | 8 | [head=3]SPECIAL CHARACTERS[/head] [color=#e5e5e5]███████████████████████[/color] 9 | ASCII is a widely used set of characters first defined all the way back in 1963, and revised several times thereafter; it contains all the important characters for communication, A-Z, 0-9, and some symbols like $, %, &, etc. 10 | 11 | However, you are not limited to just ASCII. There is another set called WGL4, all of the characters of which are known to work correctly. There is also unicode, but it is known to have certain issues with NT equipment so I would [bold]highly[/bold] recommend sticking to WGL4. 12 | 13 | [italic]If you don't know what WGL4 is, feel free to look it up on the NT-Net or another capable search engine.[/italic] 14 | 15 | With WGL4 in hand, we have access to certain box-drawing characters that can be used to create simple graphics, or to draw lines that can be useful for all sorts of things. You can even use the box characters and the \[color] tag to create simple images. 16 | 17 | Sometimes, when using these characters to draw lines or boxes you may have slight vertical misalignments, that you can't fix with simple spaces. There are special whitespace characters that are thinner than a regular space, such as the hair-space and the six-per-em space. These are both provided by unicode for typesetting purposes, but have been tested to work correctly here; just as before you can acquire and copy these characters using a search engine. 18 | 19 | [head=3]HEADERS[/head] [color=#e5e5e5]█████████████████████████████████[/color] 20 | Headers are one of the easiest ways to make a document look good. They're also pretty easy, though you can always go fancier, a simple but professional looking header can easily be pasted onto a document and set up within just 30 seconds. 21 | 22 | If you look in the attached "Page Parts" folder, you should see a document labeled "Title Decorations", inside there are various titles and headers ranging from big to small that can be easily adapted for use in whatever it is you are making. But you didn't come to a book called "extended formatting" to be taught how to copy-paste, you want to make your own! 23 | 24 | Well, you have to get creative for this, and theres no real way to teach creativity other than just practice; however I can give you some tips to get you on your way. 25 | > \[head=1] sized text is taller than one line, so be careful 26 | > you can use color in your headers, some have even put gradients or rainbows into theirs. If you are also trying to conserve on character limit, after the header you can just do \[color=#000000] or some such to set the text color back to normal, instead of doing \[/color] for every single color tag you used. 27 | > Try not to make something too noisy, it should look nice, but also be readily readable within less than 5 seconds. 28 | > Use lines or blocks from WGL4 to add shapes to your header, such as stripes or boxes, or even a small logo. 29 | > Try making a standardized header to use on your documents, for a uniform and organized look. 30 | 31 | [head=3]PROBLEMS[/head] [color=#e5e5e5]████████████████████████████████[/color] 32 | Everyone runs into them eventually, and in this field there are some common ones which I'm going to tell you about, and tell you how to solve. Now, we're only talking about problems related to formatting, so for lung cancer or alcohol addiction you're going to have to ask someone else. 33 | 34 | [bolditalic]A clown set me on fire and all my documents burned into ashes! I lost all my work!![/bolditalic] 35 | Goddamnit kid, this is the first thing they teach you when you go to college for beauracracy. Always keep copies of anything important somewhere safe. Make a copy and store it in your office, give it to a good mate, or even just save it on your computer instead of on the paper. These are all preventative steps you can take for such a situation. Unfortunately, if you failed to take those steps, there's nothing to be done except seeking revenge on all clowns from now on. 36 | 37 | [bolditalic]When my page gets too long some of my formatting breaks![/bolditalic] 38 | This is an easy one, when a pages contents becomes too long to see on just one page, a scrollbar is added. Unforunately, this scroll-bar intrudes on the page area, slightly reducing the width of the page. For this reason, you have to be careful to include wiggle room next to any horizontal element (such as a horizontal line) so that this doesn't break it. 39 | 40 | [bolditalic]My wife left me.[/bolditalic] 41 | Didn't you read volume 1? You are now married to paper, and paper will never leave you. 42 | 43 | [bolditalic]I am trying to use brackets to make something, but they dissappear when I write them down![/bolditalic] 44 | Anything contained within \[] brackets, is treated as a tag, even if it isn't one. For this reason, you must use the escape character, \\ like so: \\\[stuff] 45 | 46 | [head=3]TAGS & YOU[/head] [color=#e5e5e5]███████████████████████████████[/color] 47 | Some of them are useful, some are less so. 48 | 49 | \[bullet/] I pretty much never use, I just use > or •, which is one character as apposed to several. 50 | 51 | Pretty much all the others are useful. 52 | 53 | [head=3]CONCLUSION[/head] [color=#e5e5e5]██████████████████████████████[/color] 54 | Unfortunately, I have to end it here, my publisher is telling me that if I don't finish within 48 hours they will literally drag me out of my home kicking and screaming and fire me out of a canon into the fucking sun while making my family watch. 55 | [color=red]This is not a joke please help m -------------------------------------------------------------------------------- /Guides/Bureaucracy/Volume Two.txt: -------------------------------------------------------------------------------- 1 | # Tom's Guide to Bureaucracy: Volume Two 2 | [color=#aaaaaa]▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀[/color] 3 | [head=1]Tom's Guide to Bureaucracy[/head] 4 | [head=2]Volume 2: Writing[/head] 5 | [color=#aaaaaa]▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬[/color] 6 | Now for the moment you've all been waiting for, where I actually teach you how to do some [italic]real bureaucracy.[/italic] 7 | 8 | [head=3]BEFORE THE PEN EVEN COMES OUT[/head] [color=#e5e5e5]███████████[/color] 9 | Before you pull your pen out of whatever sad dark hole you store it in, you need to think about [italic]what[/italic] you're writing. 10 | [bold]The main things you need to consider are[/bold] 11 | > Are you filling a template? Writing a letter? Etc. 12 | > The purpose of this document/form/letter 13 | > Who is it for 14 | > Who is going to interact with it 15 | Which heads should be privy, if any? 16 | > What information is [italic]important[/italic] 17 | You must strike a balance between including too little 18 | information to be useful, and including so much that 19 | nobody is going to have the time to read/fill the thing. 20 | > What should be the demeanor/spirit of the page. 21 | There's a big difference between a legal document, and an 22 | invitation to a birthday party. Your tone and formatting 23 | must reflect that. 24 | 25 | [bold]Things that every document should strive to be.[/bold] 26 | [bold] > Readable.[/bold] 27 | Consistent formatting helps here, as does grammar and 28 | spelling. But also knowing when to break up large texts. 29 | [bold] > Concise, not condensed.[/bold] 30 | Don't overcomplicate, don't reiterate too many times. 31 | Don't make something so long that nobody cares. [italic](Tom 32 | himself could learn to internalize this bit)[/italic] But don't make 33 | something so DENSE that nobody can understand. 34 | [bold] > Professional.[/bold] 35 | In some circumstances this one can be ignored. But it must 36 | be a concious decision to do so, formal is default. Please do 37 | not talk like a child in your fax to CentCom. You can get the 38 | whole station fired. You don't need to speak like a lawyer 39 | though. You just need to act mature. Like an adult. 40 | 41 | [head=3]STRUCTURE YOUR THOUGHTS[/head] [color=#e5e5e5]████████████████[/color] 42 | Most documents have a few main parts: 43 | > Header, include basic important info like name or topic 44 | > Body, this is where paragraphs go 45 | > Footer, usually just something like "signed, NAME" 46 | 47 | And the Body can often have parts of its own: 48 | > Introduction/background, introduce the reader to the doc 49 | > Action item, the meat/potatoes, maybe a request or a 50 | declaration or something. Usually the whole REASON you 51 | are writing, goes here. 52 | > Context/reasoning, you might put a reason for the action 53 | item here. Some sort of explanation or additional info. 54 | 55 | Of course, not all documents/letters are or should or have to be structured this way. You can structure them exactly how you want, but they should have [bold]some kind of structure[/bold], and that is the main point of this section. 56 | 57 | [head=3]BASIC FORMATTING & YOU[/head] [color=#e5e5e5]██████████████████[/color] 58 | Formatting is important for looking professional. It's also the most fun part of writing if you think of yourself as a creative person. Volume 3 covers extended formatting, here we will simply cover basic formatting. 59 | 60 | Tags are the way that you create bold or italicized text. 61 | \[bold][bold]Like this![/bold]\[/bold] 62 | 63 | Tags follow basic rules in their construction, they are always surrounded by brackets and they are ended using "/" at the beginning of the tag you want to end. They can also be escaped with "\\"[I had to escape the slash with a second one I dont know why] which is useful if you need them to be visible in the text (like above). 64 | [bold]An up to date list of tags and their use can be found in the "writing" section of the guidebook.[/bold] 65 | 66 | Important tags include: 67 | > \[head=#], creates headers on a size between 1 and 3. 68 | (1 being the biggest) 69 | > \[bold], self-explanatory 70 | > \[italic], self-explanatory 71 | > \[bolditalic], does both 72 | > \[bullet/], makes a bullet point. Though, > or - looks just as 73 | good or better, and is fewer characters. 74 | > \[color=#], takes either names like "blue", "red" or hex 75 | codes like "#ff2222", "#AAAAAA", etc. 76 | 77 | [head=3]Tips![/head] 78 | > Header can be used for more than just headers, 79 | be creative! Try new things! 80 | > Big headers can end up intruding on the line above them, 81 | and will get cut off if they are in the first line of the 82 | document, so make sure to give them space 83 | > You can use multiple tags on the same text, such as an 84 | italic header or a blue bullet point 85 | > Try not to use colors that are hard to read, and make sure 86 | not to overdo it. Your document should not look like clown 87 | vomit. (unless you're going for that) 88 | > If you see something very impressive you can open it with 89 | your pen to see how it is put together, unless it is stamped 90 | in which case it cannot be edited. (DONT STEAL THOUGH) 91 | > [bold]Never eat any taco bell left-overs that are 4 days old 92 | or older.[/bold] 93 | 94 | If you still want to learn more, please see Volume 3: Extended Formatting. And maybe brush your teeth before you get there, I don't want to hurt you, but... you smell. -------------------------------------------------------------------------------- /Guides/Chemistry/Bonus Volume.txt: -------------------------------------------------------------------------------- 1 | # Tom's Bonus Volume to Chem 2 | [color=#aaaaaa]▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀[/color] 3 | [head=1]Tom's Guide to Chemistry[/head] 4 | [head=2]Bonus Volume: Topicals & Defense Chemicals[/head] 5 | [color=#aaaaaa]▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬[/color] 6 | Hello! This volume contains some information that wouldn't fit in the other three, but that I wanted to write down anyway because I think it's useful information. We'll cover how to make topicals (basic and advanced) and we'll cover some more chemicals that [italic]are not medicine[/italic]. 7 | 8 | [head=3]BASIC TOPICALS[/head] [color=#e5e5e5]████████████████████████████[/color] 9 | Topicals are not medicines that reference recent events. Topical medicines are medicines that are applied to the surface of a body, I.E. "on top". Bandages, ointment, sutures, and regenerative mesh are examples of topical treatments. 10 | 11 | Topicals are trivial to apply, as there is no way to fuck it up. They do not have interactions with other medicines, and they do not have overdoses. 12 | 13 | [color=#0088bb]██ BRUISE PACKS | BRUTE | MEDICAL TECHFAB[/color] 14 | 0.25 plastic, 0.25 steel ea. 15 | 2.5 plastic, 2.5 steel = stack of 10 16 | 17 | [color=#0088bb]██ OINTMENT | BURNS | MEDICAL TECHFAB[/color] 18 | 0.25 plastic, 0.25 glass ea. 19 | 2.5 plastic, 2.5 glass = stack of 10 20 | 21 | [color=#0088bb]██ GAUZE | SLASH/PIERCE/BLEEDING | MEDICAL TECHFAB[/color] 22 | 2 cloth ea. 23 | 20 cloth = stack of 10 24 | 25 | [color=#00bb88]██ ALOE CREAM | BURNS | MICROWAVE[/color] 26 | Microwave 1 aloe leaf for 10 seconds. 27 | Produces 10 aloe cream. 28 | 29 | [head=3]ADVANCED TOPICALS[/head] [color=#e5e5e5]███████████████████████[/color] 30 | 31 | [color=#bb2222]██ MEDICATED SUTURES | BRUTE/BLEEDING | MICROWAVE[/color] 32 | - 1 Poppy 33 | - 1 Bruise Pack 34 | - 1 Cloth 35 | - [20 tranexamic acid + 20 cryptobiolin] (refer to guidebook) 36 | Microwave for 10 seconds. 37 | Produces 10 Medicated Sutures. 38 | 39 | [color=#bb2222]██ REGENERATIVE MESH | BURNS | MICROWAVE[/color] 40 | - 1 Aloe 41 | - 1 Ointment 42 | - 1 Cloth 43 | - [20 sigynate + 20 dermaline] 44 | Microwave for 10 seconds. 45 | Produces 10 Regenerative Mesh. 46 | 47 | [head=3]DEFENSE CHEMICALS[/head] [color=#e5e5e5]███████████████████████[/color] 48 | Occasionally as a chemist you may be called upon to defend your station. As such, you are permitted to produce poisons, pyrotechnics, narcotics, etc. during these scenarios. [bold]This is a responsibility that you must take seriously. You will bring a great shame upon the name of The Chemist if you abuse your powers and your responsibility.[/bold] 49 | 50 | [bold]This section has different notation from other volumes[/bold] 51 | [color=#000000]██ POISON NAME | DAMAGE DEALT | AMOUNT/UNIT[/color] 52 | 53 | [color=#BF8C00]██ SULFURIC ACID | CAUSTIC | 1.666[/color] 54 | [50 oxyg + 25 hydr + 25 sulfur] x2 55 | 56 | [color=#9e6b38]██ FLUOROSURFACTANT | FOAM | NA[/color] 57 | When this chemical reacts with water it will create a foam that takes all chemicals in solution with it, allowing for things like airborne poisons. 58 | [40(2) carb + 40(2) fluo + 20(1) sulfuric acid] x2 59 | 60 | [color=#D6CE7B]██ AMATOXIN | POISON | 15[/color] 61 | Grind fly amanita for 25, 8 required for 200u 62 | 63 | [color=#b3cfcb]██ RAZORIUM | SLASH | 3[/color] 64 | Mix any 2 Bic-based Brute meds 65 | 66 | [color=#5C6274]██ LEAD | POISON | 20[/color] 67 | Incredibly slow, but VERY deadly. 10u is enough to kill someone, but it will take awhile. 68 | 69 | [color=#EFB8B8]██ CHLORINE TRIFLUORIDE | EXPLOSIVE | NA[/color] 70 | [75(3) fluo + 25(1) chlo] x2 71 | explodes when heated above 370k 72 | 73 | [color=#a1000b]██ BLEACH | POISON & CAUSTIC | 4P 4C[/color] 74 | [40(2) table salt + 40(2) space cleaner + 20(1) sodi. hydrox.] x2 75 | 76 | [color=#77b58e]██ SPACE LUBE | SLIPS, ALWAYS | NA[/color] 77 | [20(2) water + 20(2) oxyg + 10(1) iron + 10(1) silicon], heat 78 | 79 | [color=#00ff5f]██ UNSTABLE MUTAGEN | RADIATION | 6[/color] 80 | [30 radi + 30 phos + 30 chlo] x2 81 | 82 | [color=#5050ff]██ FLUOROSULFURIC ACID | CAUSTIC | 2.666[/color] 83 | [25 fluo + 25 hydr + 25 pota + 25 sulfuric acid] x2 84 | 85 | [color=#215263]██ FOAMING AGENT | CREATES HARD FOAM | NA[/color] 86 | Not to be confused with flurorosurfactant, foaming agent creates rough walls made out of metal when reacted with iron or aluminum and fluorosulfuric acid in a ratio of 1 F. Agent, 1 Acid, 3 Metal. 87 | [50 lithium + 50 hydrogen] x2 88 | 89 | [head=3]THE END[/head] [color=#e5e5e5]██████████████████████████████████[/color] 90 | Thanks for reading [italic]Tom's Guide to Chemistry[/italic]! Look out for other Tom's Guides such as [italic]Tom's Guide to Frezon[/italic], and [italic]Tom's Guide to Bureaucracy[/italic] coming to a station library near you soon! -------------------------------------------------------------------------------- /Guides/Chemistry/Volume One.txt: -------------------------------------------------------------------------------- 1 | # Tom's Guide to Basic Chem 2 | [color=#aaaaaa]▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀[/color] 3 | [head=1]Tom's Guide to Chemistry[/head] 4 | [head=2]Volume 1: Basics[/head] 5 | [color=#aaaaaa]▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬[/color] 6 | Congratulations, by printing this informative guide you are well on your way to being an adequate chemist! 7 | 8 | This guide comes in three different volumes: 9 | [bold]1: Basics[/bold] - Covers basic chemistry practice, and the common chems you need. 10 | 11 | [bold]2: Advanced[/bold] - Covers more advanced chemistry. 12 | 13 | [bold]3: Cheatsheet[/bold] - A sheet containing the recipes for almost all the chems you will ever need to produce. 14 | 15 | [italic]First things first:[/italic] 16 | When there are multiple chemists, it is important that they act as a team. Chemists must communicate with eachother, and they may occasionally need to share resources or even equipment. You should do your utmost to ensure cooperation within your team. 17 | 18 | Now, the first things a chemist team needs when the shift starts is to make the basic medicines that any medbay needs, and to acquire plasma for some of the more advanced medicines. Plasma can usually be acquired from either science or cargo, and if they only offer you a little, that's fine. Usually you don't need a lot, and it's crucial not to waste time at the start of a shift when you could be making medicine. 19 | 20 | You may have people coming up to your window to request chemicals, such as botanists, janitors, clowns, and psychologists. You are obliged to fulfill their requests, but only once you have fulfilled the needs of the medbay. [bold]Remember: your first duty is to make medicine, not Space Cleaner or Robust Harvest[/bold] 21 | 22 | Usually as a chemist you will make medicines and put them in jugs, which you should label with a medicines name, use, and overdosage quantity. All of the information regarding a chemical, such as its usage and OD can be found in your guidebook, which all NT employees should have at all times. 23 | 24 | This guide is written assuming you have an understanding of the chemistry machinery and how to use it. If you do not, please refer to the guidebook under Jobs > Medical > Chemist. 25 | 26 | [head=3]BASIC MEDICINES[/head] [color=#e5e5e5]██████████████████████████[/color] 27 | How to read this section: 28 | Each entry will contain a chemicals name, usage (usually what damage it treats), overdose amount (N/A if there is none) followed by the recipe to create about one full jug of it. 29 | 30 | [color=#3a1d8a]██ DYLOVENE | POISON | 20u[/color] 31 | [30 silicon + 30 nitrogen + 30 potassium] x2 32 | 33 | [color=#ffaa00]██ BICARIDINE | BRUTE | 15u[/color] 34 | [[15 oxygen + 15 sugar + 15 carbon] + 45 carbon] x2 35 | 36 | [color=#215263]██ DERMALINE | BURNS | 10u[/color] 37 | [[15 silicon + 15 carbon] + 30 oxygen + 30 phosphorus] x2 38 | 39 | Dermaline, Bicaridine, and Dylovene are the most basic chemicals to make first in the shift, as those three can treat the majority of patients. 40 | 41 | Some chemicals use other chemicals as precursors, for instance Arithrazine uses Hyronaline which uses Dylovene. You can create common precursors separately and store them in your ChemMaster, or you can create them "inline" in your dispenser. Both are acceptable, the latter is usually a little faster if you are good at it, but is harder. 42 | 43 | If a recipe calls for more space than you have in your beaker, you can use a jug instead, or you can use your ChemMaster to make more space. 44 | 45 | [color=#bd5902]██ ARITHRAZINE | RADIATION | No OD, but it does deal BRUTE damage gradually[/color] 46 | [15 silicon + 15 potassium + 15 nitrogen + 45 radium] + 47 | 90 hydrogen 48 | 49 | Some chemicals use other chemicals as a catalyst, meaning that said chemical is not consumed in the reaction. Most medicines with plasma are an example of this. These chemicals will be labeled with CAT 50 | 51 | [color=#0041a8]██ DEXALIN | AIRLOSS | 20u[/color] 52 | [CAT 1 plasma + 60 oxygen] x2 53 | 54 | Some chemicals have conditions to their healing. Tricordrazine will only heal if a patients total damage is below 50, but it will heal all the basic damage types. Try to communicate this kind of info concisely in your labels. 55 | 56 | [color=#00e5ff]██ TRICORDRAZINE | BASIC DAMAGE | Heals all basic damage when under 50[/color] 57 | [[30 carbon + 30 oxygen + 30 sugar] + 58 | [30 silicon + 30 potassium + 30 nitrogen]] 59 | 60 | [color=#731024]██ INAPROVALINE | ASPHYXIATION | No OD, but only works when in critical condition[/color] 61 | [30 oxygen + 30 carbon + 30 sugar] x2 62 | 63 | Those are all the most important basic chemicals. 64 | Congratulations if you have made it to this point of the guide, you are already more competent than many chemists are! Read on to the next volume to learn more, and you can always refer to the cheatsheet if you simply want a quick reference for recipes. -------------------------------------------------------------------------------- /Guides/Chemistry/Volume Three.txt: -------------------------------------------------------------------------------- 1 | #Tom's Cheat-Sheet to Chem 2 | [color=#aaaaaa]▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀[/color] 3 | [head=1]Tom's Guide to Chemistry[/head] 4 | [head=2]Volume 3: Cheat-Sheet[/head] 5 | [color=#aaaaaa]▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬[/color] 6 | This document contains as many useful chemicals as would fit. Here is a guide to the notation: 7 | 8 | ██ CHEMICAL NAME | USAGE | OVERDOSE AMOUNT 9 | Steps are contained inside brackets [] 10 | 11 | "CAT" means a chemical is a catalyst, and is not consumed. Some chemicals are more complicated and may have unique and more complicated procedures. 12 | 13 | This document contains recipes to create full jugs, as well as proportions that you can scale to create as much as you want to. Proportions will be in parenthesis next to regular amounts. If there are no parenthesis, all parts are equal. 14 | 15 | Common names will also be shortened in order to fit more on the page. Example: 16 | 17 | [color=#4da0bd]██ DEX+ | AIRLOSS | 25u[/color] 18 | [20(2) oxyg + 30(3) iron + 30(3) carb + 1 CAT plasma] x2 19 | 20 | [head=3]BASIC MEDICINE[/head] [color=#e5e5e5]███████████████████████████[/color] 21 | 22 | [color=#3a1d8a]██ DYLO | POISON | 20u[/color] 23 | [30 sili + 30 nitr + 30 pota] x2 24 | 25 | [color=#ffaa00]██ BICAR | BRUTE | 15u[/color] 26 | [[15(1) oxyg + 15(1) suga + 15(1) carb] + 45(3) carb] x2 27 | 28 | [color=#215263]██ DERMA | BURNS | 10u[/color] 29 | [[15(1) sili + 15(1) carb] + 30(2) oxyg + 30(2) phos] x2 30 | 31 | [color=#0041a8]██ DEX | AIRLOSS | 20u[/color] 32 | [CAT 1 plasma + 60 oxyg] x2 33 | 34 | [color=#731024]██ INAPROV | ASPHYXIATION | NA, only works when in critical condition[/color] 35 | [30 oxyg + 30 carb + 30 suga] x2 36 | 37 | [color=#00e5ff]██ TRICOR | BASIC DAMAGE | NA, Heals all basic damage when under 50[/color] 38 | [[30 carb + 30 oxyg + 30 suga] + 39 | [30 sili + 30 pota + 30 nitr]] 40 | 41 | [color=#bd5902]██ ARITH | RADIATION | NA, deals BRUTE damage[/color] 42 | [15(1) sili + 15(1) pota + 15(1) nitr + 45(3) radi] + 43 | 90(6) hydr 44 | 45 | [color=#f4dab8]██ SIDERLAC | CAUSTIC | NA[/color] 46 | [50 aloe + 50 stellibinin] x2 47 | 48 | [color=#0064C8]██ SALINE | BLOODLOSS & THIRST | NA[/color] 49 | [10 chlo(1) + 10 sodi(1) + 80(8) water] x2 50 | ▬ heat until fully mixed ▬ 51 | 52 | [head=3]ADVANCED BRUTE MEDICATION[/head] [color=#e5e5e5]██████████████[/color] 53 | 54 | [color=#ff3636]██ BRUIZ | BLUNT | 10u 55 | DON'T MIX WITH OTHER BRUTE CHEMS[/color] 56 | [27(5.4) lith + 35(7) suga + 20(4) carb + 5(1) oxyg] x3 57 | 58 | [color=#283332]██ LACER | SLASH | 12u 59 | DON'T MIX WITH OTHER BRUTE CHEMS[/color] 60 | [50(10) carb + 30(6) hydr + 5(1) suga + 5(1) oxyg] x3 61 | ▬ heat until fully mixed ▬ 62 | 63 | [color=#b9bf93]██ PUNCT | PIERCING | 11u 64 | DON'T MIX WITH OTHER BRUTE CHEMS[/color] 65 | [15(3) hydr + 20(4) oxyg + 20(4) carb + 5(1) suga] x3 66 | ▬ heat until fully mixed ▬ 67 | 68 | [head=3]ADVANCED BURN MEDICATION[/head] [color=#e5e5e5]██████████████[/color] 69 | 70 | [color=#ff7db5]██ LEPO | COLD | NA[/color] 71 | [25(1) sili + 25(1) iron + 50(2) copp + 1 CAT plasma] x2 72 | ▬ heat until fully mixed ▬ 73 | 74 | [color=#aa4308]██ PYRA | HEAT | 15u[/color] 75 | Step 1. In beaker A put 1 plasma and preheat 76 | Setp 2. In beaker B, [35 carb + 10 phos] + 77 | [10 oxyg + 5 sili] 78 | step 3. In Beaker C, [10 sili + 10 iron + 20 copp], 79 | pour all into beaker on the stove 80 | step 4. Remove 10 lepo and 1 plasma from Beaker A using 81 | the ChemMaster 82 | step 5. Mix beakers A and B and heat 83 | step 6. Repeat all steps 84 | X proportions unavailable for this recipe X 85 | 86 | [color=#8147ff]██ INSUZINE | SHOCK | 12u[/color] 87 | [35(7) sili + 5(1) iron + 10(2) copp + 10(2) carb + 1 CAT plasma] x3 88 | ▬ heat until fully mixed ▬ 89 | 90 | [head=3]OTHER ADVANCED MEDICATION[/head] [color=#e5e5e5]██████████████[/color] 91 | 92 | [color=#4da0bd]██ DEX+ | AIRLOSS | 25u[/color] 93 | [20(2) oxyg + 30(3) iron + 30(3) carb + 1 CAT plasma] x2 94 | 95 | [color=#c8ff75]██ PHALANX | GENETIC | NA, deals radiation damage[/color] 96 | [10(1) sili + 10(1) pota + 10(1) nitr + 60(6) etha] + 97 | [50(5) radi + 20(2) chlo + 20(2) phos] 98 | 99 | [color=#aa4308]██ SIGY | CAUSTIC | 15u[/color] 100 | (siderlac preferred) 101 | Step 1. [10 chlo + 10 sodi], heat. Add 102 | [15 hydr + 5 nitr + 20 carb + 20 oxyg + 20 suga], store 103 | Step 2. [10 oxyg + 10 hydr + 20 sodi + 20 carb + 104 | 20 sili + 20 suga], heat. store 105 | Step 3. To a beaker from storage: 106 | 20u of sodium carbonate, sodium hydroxide, sugar, 107 | and kelotane. Add 20 water and heat until reacted. 108 | Step 4. Repeat step 3 109 | X proportions unavailable for this recipe X 110 | 111 | [color=#404040]██ OCULINE | EYE DAMAGE | NA[/color] 112 | Step 1. Create hydroxide: [40(2) oxyg + 40(2) hydr], heat mix 113 | Step 2. Create table salt: [20(1) chlo + 20(1) sodi], heat mix 114 | Step 3. To a beaker [40(2) hydrox. + 20(1) t. salt + 20(1) blood] 115 | Step 4. Pour result to jug and repeat step 3. 116 | 117 | [color=#a2cfca]██ EPINEPHRINE | ALL BASIC WHILE CRITICAL | 20u[/color] 118 | [bold]Practical method:[/bold] Ask botany for Lingzhi, grind it. 119 | [bold]Illegal method:[/bold] Take all the epi from the nanomed, put it in a jug. Doctors rarely use the nanomed epi anyway. 120 | [bold]Massochism method:[/bold] 121 | Step 1. Phenol: [45 hydr + 30 carb + 15 oxyg], heat, store 122 | Step 2. Acetone: [40 welding fuel + 10 hydr + 10 carb] + 123 | [30 oxyg], store 124 | Step 3. Hydroxide: [30 oxyg + 30 hydr], heat, store 125 | Step 4. Mix: [25 phenol + 25 acetone + 25 chlo + 25 hydrox.] x2 126 | Step 5. Celebrate that it's finally over. 127 | X proportions unavalible for this recipe X 128 | 129 | [head=3]CRYOGENIC CHEMICALS[/head] [color=#e5e5e5]█████████████████████[/color] 130 | 131 | [color=#0091ff]██ CRYOX | ALL BASIC | NA[/color] 132 | [20(2) oxyg + 1 CAT plasma] + 133 | [30(3) water + 30(3) oxyg] 134 | 135 | [color=#86a5bd]██ NECROSOL | HEALS CORPSES | NA[/color] 136 | [45(3) blood + 30(2) Cryox + 15(1) omnizine] x6 137 | ▬ heat until fully mixed ▬ 138 | 139 | [color=#89f77f]██ ALOXADONE | BURNT CORPSES | NA[/color] 140 | [40(2) aloe + 40(2) sigy + 20(1) cryox] x2 141 | 142 | [head=3]BOTANICAL CHEMICALS[/head] [color=#e5e5e5]█████████████████████[/color] 143 | These recipes make a bucket (250u) rather than a jug. 144 | 145 | [color=#3e901c]██ ROBUST HARVEST[/color] 146 | Step 1. Sulfuric acid: [10(2) oxyg + 5(1) hydr + 5(1) sulf], store 147 | Step 2. Mix: [25 phos + 25 pota + 25 nitr + 1 CAT sulf. acid] x3 148 | 149 | [color=#00ff5f]██ UNSTABLE MUTAGEN[/color] 150 | [25 radi + 25 chlor + 25 phos] x3 -------------------------------------------------------------------------------- /Guides/Chemistry/Volume Two.txt: -------------------------------------------------------------------------------- 1 | # Tom's Guide to Advanced Chem 2 | [color=#aaaaaa]▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀[/color] 3 | [head=1]Tom's Guide to Chemistry[/head] 4 | [head=2]Volume 2: Advanced[/head] 5 | [color=#aaaaaa]▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬[/color] 6 | Welcome to Advanced Chemistry! This document assumes you have either read Volume 1, or have a working understanding of basic chemistry. If you understand conditional effects, catalysts, and how to make the basic chems, you're probably good to go! 7 | 8 | [head=3]TREATMENT TYPES[/head] [color=#e5e5e5]█████████████████████████[/color] 9 | Most damage types have multiple ways they can be treated, usually topicals, basic chemicals, advanced chemicals, and cryo are possible treatments for most damage. 10 | 11 | [bold]Topicals[/bold] are usually to be reserved for emergencies when chems aren't available, due to how limited topicals can be in quantity. 12 | 13 | Most doctors prefer to use [bold]advanced chems[/bold] because they are usually faster and more resource efficient than basic ones. (your chemicals ARE limited after all) 14 | 15 | [bold]Cryo[/bold] is a good option for when a patient shuffles in with multiple damage types. Say they have 50 brute of different types, 30 burns, and 10 toxin. It would take an array of chems to treat all this, however with cryoxadone and a functioning cryo tube it can be treated with just the one chemical rather trivially. 16 | 17 | As a chemist, it's your job to cater to the doctors. If the doctors use cryo constantly, you should supply them with ample cryoxadone. If doctors tell you they want the advanced brutes, you should make them. If a doctor needs something obscure like Oculine or Ethylredoxrazine that you don't have on-hand, you should atleast make a bottle of it. 18 | 19 | [head=3]CHEMICAL SOURCES[/head] [color=#e5e5e5]████████████████████████[/color] 20 | Some chemicals cannot be made with what you have on hand. 21 | Some can be acquired more easily than by making them with what you have on hand. 22 | 23 | The grinder is one of the most important things in a chemlab next to the Dispenser, ChemMaster, and hot plate. Chemlabs may also have a centrifuge and electrolyzer. These machines can be used to turn materials into chemicals, such as grinding Coal to get Carbon. 24 | 25 | Your guidebook will tell you what methods can be used to get chemicals that cannot be crafted. 26 | 27 | This is where botany comes into play! There are many chemicals that may be helpful to you that you will need to cooperate with botany for, examples include Stellibinin, Aloe, and Omnizine. 28 | 29 | [head=3]INTERDEPARTMENTAL COOPERATION[/head] [color=#e5e5e5]█████████[/color] 30 | People from outside the medical department may ask you for chemicals, such as janitors asking for space cleaner, botany asking for EZ Nutrient, Robust Harvest, or Unstable Mutagen, clowns asking for lube, even security asking for PAX. 31 | 32 | You are not required to satisfy the requests of anyone except for your department head or the captain. But, it may be beneficial to the station for you to do so, so you can and should use your discretion. Helping botany for instance can benefit yourself as well as the chef and others. Helping the clown is sure to result in ruin for the station. 33 | 34 | [head=3]ADVANCED BRUTE MEDICATION[/head] [color=#e5e5e5]██████████████[/color] 35 | The advanced brute drugs must [bold]NOT[/bold] be mixed together, as doing so will create razorium; a deadly poison that can quickly kill patients. 36 | 37 | [color=#ff3636]██ BRUIZINE | BLUNT | 10u 38 | DO NOT MIX WITH OTHER BRUTE CHEMS[/color] 39 | [27 lithium + 35 sugar + 20 carbon + 5 oxygen] x3 40 | 41 | [color=#283332]██ LACERINOL | SLASH | 12u 42 | DO NOT MIX WITH OTHER BRUTE CHEMS[/color] 43 | [50 carbon + 30 hydrogen + 5 sugar + 5 oxygen] x3 44 | ▬ Reagents will mix when heated ▬ 45 | 46 | [color=#b9bf93]██ PUNCTURASE | PIERCING | 11u 47 | DO NOT MIX WITH OTHER BRUTE CHEMS[/color] 48 | [15 hydrogen + 20 oxygen + 20 carbon + 5 sugar] x3 49 | ▬ Reagents will mix when heated ▬ 50 | 51 | [head=3]ADVANCED BURN MEDICATION[/head] [color=#e5e5e5]██████████████[/color] 52 | Just like in volume 1, CAT means Catalyst 53 | 54 | [color=#ff7db5]██ LEPORAZINE | COLD | No OD[/color] 55 | [20 silicon + 20 iron + 40 copper + 1 CAT plasma] x2 56 | ▬ Reagents will mix when heated ▬ 57 | 58 | [color=#aa4308]██ PYRAZINE | HEAT | 15u[/color] 59 | Step 1. In beaker A put 1 plasma and preheat 60 | Setp 2. In beaker B, [35 carbon + 10 phosphorus] + 61 | [10 oxygen + 5 silicon] 62 | step 3. In Beaker C, 10 silicon + 10 iron + 20 copper, 63 | pour into beaker on the stove 64 | step 4. Remove 10 lepo and 1 plasma from Beaker A using 65 | the ChemMaster 66 | step 5. Mix remaining beakers and heat until reacted 67 | ▬ Reagents will mix when heated ▬ 68 | 69 | [color=#8147ff]██ INSUZINE | SHOCK | 12u[/color] 70 | [35 silicon + 5 iron + 10 copper + 10 carbon + 1 CAT plasma] x3 71 | ▬ Reagents will mix when heated ▬ 72 | 73 | [head=3]OTHER ADVANCED MEDICATION[/head] [color=#e5e5e5]██████████████[/color] 74 | 75 | [color=#4da0bd]██ DEXALIN PLUS | AIRLOSS | 25u[/color] 76 | [20 oxygen + 30 iron + 30 carbon + 1 CAT plasma] x2 77 | 78 | [color=#c8ff75]██ PHALANXIMINE | GENETIC | No OD, but deals radiation damage[/color] 79 | [10 silicon + 10 potassium + 10 nitrogen + 60 ethanol] + 80 | [50 radium + 20 chlorine + 20 phosphorus] 81 | 82 | [color=#0091ff]██ CRYOXADONE | ALL BASIC | No OD[/color] 83 | [20 oxygen + 1 CAT plasma] + 84 | [30 water + 30 oxygen] 85 | 86 | [color=#aa4308]██ SIGYNATE | CAUSTIC | 15u[/color] 87 | Step 1. 10 chlorine + 10 sodium + 15 hydrogen + 5 nitrogen + 88 | 20 carbon + 20 oxygen + 20 sugar, add to ChemMaster 89 | Step 2. 10 oxygen + 10 hydrogen + 20 sodium + 20 carbon + 90 | 20 silicon + 20 sugar, add to ChemMaster 91 | Step 3. To a beaker transfer from the ChemMaster: 92 | 20u of sodium carbonate, sodium hydroxide, sugar, 93 | and kelotane. Add 20 water and heat until reacted. 94 | Step 4. Repeat step 3 95 | [bolditalic]There is a better and easier to make alternative to Sigynate called Siderlac, it requires you to grind aloe and galaxythistle, which you can get from botany.[/bolditalic] 96 | 97 | There are still more chemicals that may be of use that are not in volume 1 or 2. Volume 3 is much more comprehensive and detailed. -------------------------------------------------------------------------------- /HoP Paperwork/Demotion Form.txt: -------------------------------------------------------------------------------- 1 | # Demotion Form 2 | [color=#1b487e]╔══════════════════╗ 3 | ║███░███░░░░██░░░░░║ 4 | ║░██░████░░░██░░░░░║ 5 | ║░░█░██░██░░██░█░░░║ 6 | ║░░░░██░░██░██░██░░║ 7 | ║░░░░██░░░████░███░║ 8 | ╚══════════════════╝[/color] 9 | [head=1]NanoTrasen[/head] 10 | 11 | [bold][head=2]Head of Personnel Office 12 | Demotion Form[/head][/bold] 13 | 14 | I, [color=#1b67a5]Name[/color], [color=#1b67a5]Position[/color] am demoting [color=#1b67a5]Name[/color],[color=#1b67a5] Position[/color] from the [color=#1b67a5] Sample[/color] department for the following reasons: 15 | 16 | [color=#1b67a5] Sample[/color] 17 | 18 | They are to be demoted to the position of: [color=#1b67a5] Sample[/color] 19 | 20 | This form requires the signature of the Department Head or the Captain, as well as that of the Head of Personnel or Captain. The captain can not act as both parties. 21 | 22 | Department Head: [color=#1b67a5] Sample[/color] 23 | 24 | Head of Personnel: [color=#1b67a5] Sample[/color] 25 | 26 | [italic][color=#aaaaaa]This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant.[/italic][/color] 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | -------------------------------------------------------------------------------- /HoP Paperwork/ID Replacemnt Form.txt: -------------------------------------------------------------------------------- 1 | # ID Replacement Form 2 | [color=#1b67a5]░░██░░ 3 | ▀████▀ 4 | ▄█▀▀█▄ [/color]   5 | [head=1][bold]S-23 Form:[/bold] Replacement ID card for lost or damaged ID[/center] 6 | [/head] 7 | ───────────────────────────────────────── 8 | [bold]Name/Aliases:[/bold][italic] 9 | [color=#1b67a5] Sample[/color] [/italic] 10 | [bold]Current Job:[/bold][italic] 11 | [color=#1b67a5] Sample[/color] [/italic] 12 | [bold]Was the card lost or damaged?:[/bold][italic] 13 | [color=#1b67a5] Sample[/color] [/italic] 14 | [bold]How was the card lost or damaged?:[/bold][italic] 15 | [color=#1b67a5] Sample[/color] [/italic] 16 | [bold]What can be done to avoid this occurring again?:[/bold][italic] 17 | [color=#1b67a5] Sample[/color] [/italic] 18 | [bold]What, if any, executive action needs to be taken?:[/bold][italic] 19 | [color=#1b67a5] Sample[/color] [/italic] 20 | [bold]Head of losing party's department signature:[/bold][italic] 21 | [color=#1b67a5] Sample[/color] [/italic] 22 | ───────────────────────────────────────── 23 | [italic][italic][color=#aaaaaa]New ID card requests are governed by fair use policy 67C3. NT withholds the right to deny any and all applications for a replacement ID dependent on policy 67C3 and any other pertinent 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 expenditure allowances.[/italic][/italic][/color] -------------------------------------------------------------------------------- /Index.md: -------------------------------------------------------------------------------- 1 | # Moomoobeef's Doc Repo 2 | Table of Folders: 3 | - **Envelope Templates** - Only stuff for use on envelopes. 4 | - **Addtional Blurbs** - Stuff you append to the end of an envelope, sort of like custom stamps! 5 | - **From off-station** - Purpose built templates, from off-station 6 | - **From on-station** - Purpose built templates, from on-station 7 | - **Styles** - Non-purpose built templates that you can customize 8 | - **Fun** - Fun stuff! 9 | - **General-Headers-Footers** - Basic document templates in here 10 | - **Department specific** - Department-specific document templates 11 | - **Page Parts** - Individual page elements for use in your custom docs 12 | - **Guides** - Informational stuff, for learning! 13 | - **Chemistry** - Guide to chemistry. 14 | - **Legal-Forms** - Forms/templates with a "legal document" sort of theme or purpose 15 | - **Det Forms** - Purpose built forms for detectives 16 | - **Space Law & SOP** - Documents built specifically with space law/SOP in mind *(wizden spacelaw and wizden SOP from before SOP was removed)* 17 | - **Taxes** - *You cannot escape the IRS, even in space* 18 | - **My Documents** - Put your own stuff here that you don't want to contribute to the repo (for instance, pre-filled documents for your characters). This folder is included in .gitignore so that you don't accidentally commit it. 19 | - **Practical-Forms** - Forms that are for practical purposes and not fun ones, but that aren't nessecarily legal documents either. 20 | 21 | -------------------------------------------------------------------------------- /Legal-Forms/Attorney Advertisement.txt: -------------------------------------------------------------------------------- 1 | # Attorney Advertisement 2 | [color=#134975]▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 3 | █ [color=#134975]░██▀▀█ 4 | █ ░██▀▀▀ 5 | █ ░██░░░ 6 | █ [head=2]Pascal Lovelace[/head] 7 | █ [head=3]Attorney at Law [/head][/color] 8 | 9 | [color=#6e6e6e][head=1][bolditalic]Pascal's Law Office 10 | Your Legal Shield in Space[/head][/bolditalic][/color] 11 | 12 | [head=3][bold]Navigating the complexities of space law? Trust Pascal's Law Office to defend your rights aboard the station. From contract disputes to intergalactic trade agreements, Pascal's experienced legal team ensures justice is served—no matter where in the universe you are. For swift, reliable legal aid, visit Pascal's Law Office. Protecting you from more than just space pirates! 13 | 14 | -------------------------------------------------------------------------------- /Legal-Forms/Building permit.txt: -------------------------------------------------------------------------------- 1 | # Building Permit 2 | 3 | [color=#1b487e]╔══════════════════╗ 4 | ║███░███░░░░██░░░░░║ 5 | ║░██░████░░░██░░░░░║ 6 | ║░░█░██░██░░██░█░░░║ 7 | ║░░░░██░░██░██░██░░║ 8 | ║░░░░██░░░████░███░║ 9 | ╚══════════════════╝[/color] 10 | [head=3]NanoTrasen[/ head] 11 | 12 | [head=2]Building permit[/head] 13 | [bold]Requeste:[/bold] NAME 14 | [bold]Job:[/bold] JOB 15 | [bold]Reason for permit:[/bold] REASON 16 | 17 | Signed [color=lightblue]NAME[/color]. -------------------------------------------------------------------------------- /Legal-Forms/Civil Lawsuit Template.txt: -------------------------------------------------------------------------------- 1 | # Civil Lawsuit 2 | [head=3]NanoTrasen Sanctioned Space Court (NSSC) 3 | Official Civil Lawsuit Template.[/head] 4 | [color=#404040]//////////////////////////////////////////////////////////////////[/color] 5 | This lawsuit is to be tried under the conventions and legislation of NT Space Laws, by a qualified station judge. 6 | [italic]This template is for use in Civil court, not criminal court.[/italic] 7 | 8 | [head=2]§1) The Parties[/head] 9 | [head=3] 10 | Plantiff, 11 | v. 12 | 13 | Defendant.[/head] 14 | 15 | [head=2]§2) The Complaints[/head] 16 | The Plantiff brings forth to the court and alledges the following:[italic][color=blue] 17 | [/italic][/color] 18 | 19 | The Plantiff and the Plantiff's lawyer(s) agree that the complaints of or on behalf of the Plantiff are honest and are factual to the best of the Plantiff's abilities. 20 | 21 | [head=2]§3) The Compensation[/head] 22 | Below is the breakdown of the damages the Plantiff claims to have sustained [italic]not including Punitive Damages awarded by the court[/italic]. The Plantiff expects to receive compensation for the damages they have sustained. 23 | [bold]The breakdown of damages are as follows:[/bold] 24 | [italic](The first figure is Compensatory Damage, the second is Non-Compensatory Damage.)[/italic] 25 | 26 | [head=3]Economic[/head] 27 | ├[bold]Loss of Earnings:[/bold] $, $ 28 | ├[bold]Property Damage:[/bold] $, $ 29 | ├[bold]Medical Expenses:[/bold] $, $ 30 | ├[bold]Funeral/Burial Expenses:[/bold] $, $ 31 | └[bold]Other:[/bold] , $, $ 32 | [head=3]Non-Economic[/head] 33 | ├[bold]Pain & Suffering:[/bold] $, $ 34 | ├[bold]Inconvenience:[/bold] $, $ 35 | ├[bold]Emotional Distress:[/bold] $, $ 36 | ├[bold]Loss of Consortium:[/bold] $, $ 37 | ├[bold]Impairment of Quality of Life:[/bold] $, $ 38 | └[bold]Other:[/bold] , $, $ 39 | 40 | TOTAL COMPENSATORY: $ 41 | TOTAL NON-COMPENSATORY: $ 42 | [color=#000000][head=3]TOTAL DAMAGES: $[/color][/head] 43 | 44 | [head=2]§4) The Evidence[/head] 45 | The Plantiff has provided the following pieces of evidence. 46 | [bold]Exhibit A) [/bold] 47 | [bold]Exhibit B) [/bold] 48 | [bold]Exhibit C) [/bold] 49 | (modify this section for however many peices of evidence you want to use. If you have none simply replace the text below the header as "The Plantiff has not provided any evidence to the court.") 50 | 51 | [head=2]§5) The Witnesses[/head] 52 | The Plantiff has named the following individuals as witnesses: 53 | - , 54 | - , 55 | - , 56 | (same deal as section 4) -------------------------------------------------------------------------------- /Legal-Forms/Construction Contract.txt: -------------------------------------------------------------------------------- 1 | # Construction Contact 2 | [color=gray]█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ 3 | █[/color] [head=2]Construction Contract[/head][color=gray] 4 | █[/color] [bold]Prepared for use on NanoTrasen Stations[/bold] 5 | [color=gray]▀[/color] 6 | ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ 7 | This contract has been prepared by NanoTrasen for the utility of station personnel. Using this document provides added accountability to construction related agreements made by station personnel between other station personnel. 8 | 9 | [head=3][head=2]1. [/head]The Parties[/head] 10 | This Construction Contract, hereinafter known as the "Contract," is created between 11 | [color=#002AAF]Sample Client[/color] 12 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 13 | hereinafter known as the "Client," and 14 | [color=#002AAF]Sample Contractor[/color] 15 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 16 | hereinafter known as the "Contractor," and collectively known as the "Parties" 17 | 18 | [head=3][head=2]2. [/head]Description of Work[/head] 19 | The Client requires and expects the Contractor to complete the following: (the "Work") 20 | \[ ] Repairs 21 | Detail: [color=#002AAF]Sample[/color] 22 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 23 | \[ ] Expansion 24 | Detail: [color=#002AAF]Sample[/color] 25 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 26 | \[ ] Upgrades 27 | Detail: [color=#002AAF]Sample[/color] 28 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 29 | \[ ] Other 30 | Detail: [color=#002AAF]Sample[/color] 31 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 32 | Additional Information/Requests: 33 | [color=#002AAF]Sample[/color] 34 | 35 | 36 | 37 | [head=3][head=2]3. [/head]Payment for Work[/head] 38 | The Client agrees to pay the Contractor the following: 39 | 40 | [color=#002AAF]Sample Spesos[/color] 41 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ Deposited immediately, and 42 | [color=#002AAF]Sample Spesos[/color] 43 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ Upon completion of Work 44 | Payment of this amount is subject to change in accordance with mutually agreed changes/modifications to the Work. 45 | 46 | [head=3][head=2]4. [/head]Certificate of Completion[/head] 47 | Work under this agreement shall begin immediately. Upon completion of the Work, the Contractor shall notify the Client that the Work is ready for final inspection and acceptance. The Client shall make payment before the end of the shift unless another payment arrangement has been made. 48 | 49 | [head=3][head=2]5. [/head]Materials & Labor[/head] 50 | Material acquisition payment is the responsibility of: 51 | ( ) The Contractor 52 | ( ) The Client 53 | ( ) Handled on a case-by-case basis by the Parties 54 | 55 | Provision of labor is the responsibility of: 56 | ( ) The Contractor 57 | ( ) The Client 58 | ( ) Handled on a case-by-case basis 59 | 60 | (if provision of materials and/or labor is the responsibility of the Contractor) The cost of materials/labor: 61 | ( ) Will be compensated by the Client 62 | ( ) Will not be compensated by the Client 63 | 64 | [head=3][head=2]6. [/head]Laws & Permits[/head] 65 | The Contractor agrees to work in accordance with station laws and regulations. Acquiring a permit to have work performed will be the responsibility of the Client [italic]if a permit IS or BECOMES necessary.[/italic] 66 | 67 | [head=3][head=2]7. [/head]Inspection[/head] 68 | The Client shall have the right to inspect the Work being done or that has been done at any time and request that the Contractor promptly correct work that is defective or fails to conform to the agreed Work. 69 | 70 | [head=3][head=2]8. [/head]Right to Stop Work[/head] 71 | The Client shall have the right to order the immediate halt of the Contractors work if the Contractor fails to rectify any defective or incorrect work until the cause for such order is eliminated. 72 | 73 | [head=3][head=2]9. [/head]Disputes[/head] 74 | Any dispute arising from this Contract is to be solved through mediation. If the dispute cannot be solved through mediation, it will continue to the station court to be settled by a station appointed judge. If a station appointed judge is not available, Central Command may be tasked to provide or appoint a judge. If Central Command is not available, it shall be God's problem. 75 | 76 | [head=3][head=2]10. [/head]Governing Law[/head] 77 | This Contract shall be governed under the laws of The NanoTrasen Court of Space. 78 | 79 | [head=3][head=2]11. [/head]Severability[/head] 80 | If a court finds that any provision of this Contract is invalid or unenforceable, the remainder of this Contract shall be interpreted so as best to affect the intent of the Parties. 81 | 82 | [head=3][head=2]12. [/head]Amendments[/head] 83 | This Contract is not to be amended or modified except by a written agreement signed by all Parties. 84 | 85 | [bold]WITNESS WHEREOF, the Parties hereto have executed this Contract[/bold] 86 | 87 | Client's Signature 88 | [color=#002AAF]Sample Signature[/color] 89 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 90 | Contractor's Signature 91 | [color=#002AAF]Sample Signature[/color] 92 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 93 | -------------------------------------------------------------------------------- /Legal-Forms/Cyborgification Release.txt: -------------------------------------------------------------------------------- 1 | # Cyborgification Release 2 | 3 | 4 | [head=1]Form NT-67M[/head] 5 | [color=#1b487e]╔══════════════════╗[/color] 6 | 7 | [head=2][bold]Operational Consent 8 | for MMI transferal[/bold][/head] 9 | 10 | ───────────────────────────────────────── 11 | 12 | I,[color=#1b67a5] Sample[/color], being of sound mind, do hereby affirm, acknowledge and consent to all risks, benefits, and requirements of the encephalectomy and subsequent encasement in a synthetic shell (hereafter referred to as the Procedure.) 13 | 14 | The Procedure carries significant risks of damage to the dura, as well as risk of damage to the underlying neurons, and Lazarus Syndrome, and death. The Procedure additionally carries inherent physical risks during the Procedure, including but not limited to risk of personal theft, theft of identifying documents, and theft of personal property. 15 | 16 | Upon encasement of the MMI inside of a synthetic shell, I understand that I surrender all personal and extrapersonal Rights. These Rights include, but are not limited to, Right of Self-Determination, Right to Freedom of Speech, Right to Personal Agency, and Right to Party. 17 | 18 | I understand that my Contract will be paid out to my beneficiary as per Nanotrasen Regulation 5 (Death in the Workplace) and that I will be officially declared dead or Killed In Action. I understand that my cadaver may be harvested for organs before being stored for return to the beneficiary listed in my Contract for disposal, or in lieu of a beneficiary, I consent to be cremated and/or buried in space. 19 | 20 | ───────────────────────────────────────── 21 | 22 | [center]I have read and reviewed the information presented to me in this document and consent to the Procedure. I understand and acknowledge the risks involved in the Procedure. 23 | Sign Here: [color=#1b67a5] Sample[/color] [/center] 24 | ───────────────────────────────────────── 25 | 26 | [color=#1b487e][head=1][bold]ADMINISTRATIVE 27 | SECTION[/bold][/head][/color] 28 | 29 | Authorizing Head of Staff: [color=#1b67a5] Sample[/color] 30 | 31 | Stamp below line. 32 | 33 | ───────────────────────────────────────── 34 | 35 | -------------------------------------------------------------------------------- /Legal-Forms/Det Forms/Forensic Crime Report.txt: -------------------------------------------------------------------------------- 1 | # Forensic Crime Report 2 | [color=#cb0000]░░▄▀▀▄ [head=2]Detective Memo[/head] 3 | ░░█▄▄▀ [bold]Forensic Crime Report[/head] 4 | ▄▀░░░░ [/color] 5 | ────────────────────────────────────────── 6 | 7 | Crime Comitted: [color=#002AAF]Sample Crime[/color] 8 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 9 | Crime Location: [color=#002AAF]Sample Location[/color] 10 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 11 | Responding officer(s): 12 | [color=#002AAF][bullet/]Sample Officer 1[/color] 13 | [color=#002AAF][bullet/]Sample Officer 2[/color] 14 | 15 | Evidence on scene: 16 | [color=#002AAF][bullet/]Sample Evidence 1[/color] 17 | [color=#002AAF][bullet/]Sample Evidence 2[/color] 18 | 19 | Witness testimony: 20 | [color=#002AAF][bullet/]Sample Name[/color] 21 | [color=#002AAF][bullet/]Sample Testimony[/color] 22 | 23 | Other clues: 24 | [color=#002AAF][bullet/]Sample Clue[/color] 25 | 26 | Theories & notes: 27 | [color=#002AAF][bullet/]Sample Theory/Note 1[/color] 28 | [color=#002AAF][bullet/]Sample Theory/Note 2[/color] 29 | -------------------------------------------------------------------------------- /Legal-Forms/Det Forms/Forensic Death Report.txt: -------------------------------------------------------------------------------- 1 | # Forensic Death Report 2 | [color=#cb0000]░░▄▀▀▄ [head=2]Detective Memo[/head] 3 | ░░█▄▄▀ [bold]Forensic Death Report[/head] 4 | ▄▀░░░░ [/color] 5 | ────────────────────────────────────────── 6 | 7 | Cadaver Name: [color=#002AAF]Sample Name[/color] 8 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 9 | Cadaver Location: [color=#002AAF]Sample Location[/color] 10 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 11 | Cadaver Species: 12 | \[ ] Human \[ ] Lizard 13 | \[ ] Slime \[ ] Dwarf 14 | \[ ] Arachnid \[ ] Diona 15 | \[ ] Moth \[ ] Other: 16 | Other Species: [color=#002AAF]Sample Species[/color] 17 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 18 | Physical Appearance: 19 | \[ ] Male \[ ] Female \[ ] Not Applicable/Neither 20 | Skin Tone: [color=#002AAF]Sample Color[/color] 21 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 22 | Role: [color=#002AAF]Sample Job[/color] 23 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 24 | Cause of Death: [color=#002AAF]Sample Cause[/color] 25 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 26 | State of Cadaver: 27 | \[ ] Rotted \[ ] Unknown \[ ] Departed \[ ] Revivable 28 | 29 | Items Missing: 30 | \[ ] PDA \[ ] Jumpsuit \[ ] Backpack \[ ] Headset: 31 | \[ ] Other(s): [color=#002AAF]Sample Item(s)[/color] 32 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 33 | Scene of the Body: 34 | [color=#002AAF]Sample description of the scene in which the body was found, detailing such things as "next to a bunch of shell casings" or "found in a pile of blood", "found with a broken bottle and a puddle of booze" "found in disposals with the trash" etc.[/color] 35 | 36 | Notes: 37 | [color=#002AAF]Sample Notes, any extra details/information/theories you want to write down.[/color] 38 | -------------------------------------------------------------------------------- /Legal-Forms/Execution Order.txt: -------------------------------------------------------------------------------- 1 | # Execution Order 2 | [color=#1b487e]╔══════════════════╗ 3 | ║███░███░░░░██░░░░░║ 4 | ║░██░████░░░██░░░░░║ 5 | ║░░█░██░██░░██░█░░░║ 6 | ║░░░░██░░██░██░██░░║ 7 | ║░░░░██░░░████░███░║ 8 | ╚══════════════════╝[/color] 9 | [bold][head=1]NanoTrasen[/head] 10 | [/bold] 11 | [head=2][bold]Execution Order[/bold][/head] 12 | ───────────────────────────────────────── 13 | 14 | Prisoner Name: [color=#1b67a5] Sample[/color] 15 | 16 | Prisoner Crime: [color=#1b67a5] Sample[/color] 17 | 18 | [/center]───────────────────────────────────────── 19 | I,[color=#1b67a5] Sample[/color], hereby authorize the execution of the above listed prisoner. 20 | ───────────────────────────────────────── 21 | Signature of Head of Security or Captain: [color=#1b67a5] Sample[/color] 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /Legal-Forms/Fun/Soul Contract (Broad): -------------------------------------------------------------------------------- 1 | # Soul Contract 2 | [color=#ba0000] [head=2]SOUL CONTRACT[/head] 3 | [/color]───────────────────────────────────────── 4 | 5 | I, [color=#ba0000]SAMPLE NAME[/color], henceforth known as the Seller upon signing this contract, agree to give ownership of my soul(s) to any agreeing cosmic being, henceforth referred to as the Buyer, permanently, and irrevocably. In return, the Buyer must permanently and irrevocably grant the following agreed apon boons, known as Asking Price, to the seller. 6 | 7 | [color=#630c0c]Sample Boon[/color] 8 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 9 | [color=#630c0c]Sample Boon[/color] 10 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ [color=#630c0c]Sample Boon[/color] 11 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 12 | -------------------------------------------------------------------------------- /Legal-Forms/Fun/Soul Contract (Targeted): -------------------------------------------------------------------------------- 1 | # Soul Contract 2 | [color=#ba0000] [head=2]SOUL CONTRACT[/head] 3 | [/color]───────────────────────────────────────── 4 | 5 | I, [color=#ba0000]SAMPLE NAME[/color] henceforth known as the Seller upon signing this contract, agree to give ownership of my soul(s) to the agreed apon crewmember/manifestation of malevolent entity, [color=#ba0000]SAMPLE NAME[/color], henceforth referred to as the Buyer, permanently, and irrevocably. In return, the Buyer must permanently and irrevocably grant the following agreed apon boons, known as Asking Price, to the seller. 6 | 7 | [color=#5c0000]Sample Boon[/color] 8 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 9 | [color=#5c0000]Sample Boon[/color] 10 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ [color=#5c0000]Sample Boon[/color] 11 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 12 | -------------------------------------------------------------------------------- /Legal-Forms/Liability Release Waiver.txt: -------------------------------------------------------------------------------- 1 | # Liability Release Waiver 2 | 3 | [head=1]LIABILITY RELEASE WAIVER[/head] 4 | 5 | This Waiver is made between the "Releasor"; 6 | [color=#002AAF]Sample[/color] 7 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 8 | And the "Releasee" 9 | [color=#002AAF]Sample[/color] 10 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 11 | 12 | [head=2]1. [/head]Releasor and anyone claiming on the Releasor's behalf releases and forever discharges Releasee and its affiliates, successors, officers, employees, representatives, partners, agents, and anyone claiming through them (collectively, the "Released Parties"), in their individual and/or corporate capacities from any and all claims, liabilities, obligations, promises, agreements, disputes, demands, damages, causes of action of any nature and kind, known or unknown, which Releasor has or ever had or may in the future have against Releasee or any of the Released Parties arising out of or relating to the following: ("Claims") 13 | \[ ] All Liability 14 | \[ ] Specific Liability 15 | - \[ ] Personal Injury 16 | - \[ ] Property Damage 17 | - \[ ] Other: 18 | [color=#002AAF]Sample[/color] 19 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 20 | 21 | [head=2]2. [/head]In exchange for the release of Claims, Releasee will provide Releasor a payment in the amount of [color=#002AAF]X Spesos[/color]. In consideration of such payment, Releasor agrees to accept the payment as full and complete settlement and satisfaction of any present and prospective claims. 22 | 23 | [head=2]3. [/head]This Waiver shall not be in any way construed as an admission by the Releasee that it has acted wrongfully with respect to the Releasor or any other person, that it admits liability or responsibility at any time for any purpose, or that Releasor has any rights whatsoever against the Releasee. 24 | 25 | [head=2]4. [/head]This Waiver shall be binding upon the parties and their respective heirs, administrators, personal representatives, executors, successors and assigns. Releasor has the authority to release the Claims and has not assigned or transferred any Claims to any other party. The provisions of this Waiver are severable. If any provision is held to be invalid or unenforceable, it shall not affect the validity or enforce-ability of any other provision. This Waiver constitutes the entire agreement between the parties and supersedes any and all prior oral or written agreements or understandings between the parties concerning the subject matter of this Waiver. This Waiver may not be altered, amended or modified, except by a written document signed by both parties. The terms of this Waiver shall be governed and construed in accordance with the laws of The NanoTrasen Court of Space. 26 | 27 | [head=2]5. [/head]Both parties represent they fully understand their right to review all aspects of this Waiver with attorneys of their choice, that they have had the opportunity to consult with attorneys of their choice, that they have carefully read and fully understand all the provisions of this Waiver and that they are freely, knowingly and voluntarily entering into this Waiver. 28 | 29 | Releasor Signature: 30 | [color=#002AAF]Sample[/color] 31 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 32 | Releasee Signature: 33 | [color=#002AAF]Sample[/color] 34 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ -------------------------------------------------------------------------------- /Legal-Forms/Medical Death Certificate.txt: -------------------------------------------------------------------------------- 1 | # Medical Death Certificate 2 | [color=white]░░░[/color][color=#5B97BC]██[/color][color=white]░░░[/color] 3 | [color=white]░[/color][color=#5B97BC]▐████▌[/color][color=white]░[/color]    [head=2][bold]Medical Death Certificate[/bold][/head] 4 | [color=white]░░░[/color][color=#5B97BC]██[/color][color=white]░░░[/color] 5 | ───────────────────────────────────────── 6 | 7 | This document certifies the permanent death of an individual who can not, or will not, be revived. 8 | 9 | Coroner Name: [color=#002AAF]Sample Name[/color] 10 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 11 | Deceased Name: [color=#002AAF]Sample Name[/color] 12 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 13 | Deceased Species: 14 | ( ) Human ( ) Lizard ( ) Slime 15 | ( ) Dwarf ( ) Arachnid ( ) Diona 16 | ( ) Moth ( ) Other: [color=#002AAF]Sample Species[/color] 17 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 18 | Physical Appearance: 19 | ( ) Male ( ) Female ( ) Not Applicable/Neither 20 | Skin Tone: [color=#002AAF]Sample Color[/color] 21 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 22 | Role: [color=#002AAF]Sample Job[/color] 23 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 24 | Cause of Death: [color=#002AAF]Sample Cause[/color] 25 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 26 | Place of Death: [color=#002AAF]Sample Place[/color] 27 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 28 | Time of Death: [color=#002AAF]Sample Time[/color] 29 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 30 | Reason(s) cadaver is not revivable (select all that apply): 31 | \[ ] Rotted 32 | \[ ] Severely damaged (e.g. more than 500 damage) 33 | \[ ] Irreparably damaged (e.g. more than 200 poison) 34 | \[ ] Cremated 35 | \[ ] Gibbed 36 | \[ ] No cadaver 37 | \[ ] Soul departed 38 | \[ ] Legally prohibited (attach relevant documentation) 39 | \[ ] Unknown (not responding to revival attempts) 40 | \[ ] Other: [color=#002AAF]Sample Reason[/color] 41 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 42 | Resting Place: 43 | ( ) Morgue 44 | ( ) Chapel 45 | ( ) Unknown 46 | ( ) Other: [color=#002AAF]Sample Place[/color] 47 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 48 | -------------------------------------------------------------------------------- /Legal-Forms/Non-Disclosure Agreement.txt: -------------------------------------------------------------------------------- 1 | # Non-Disclosure Agreement 2 | [head=2]NON-DISCLOSURE AGREEMENT (NDA)[/head] 3 | 4 | [head=3]1. THE PARTIES[/head] 5 | This Non-Disclosure-Agreement, hereinafter known as the "Agreement," is created between 6 | [color=#002AAF]Sample 1st Party[/color] 7 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 8 | hereinafter known as "1st party," and 9 | [color=#002AAF]Sample 2nd Party[/color] 10 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 11 | hereinafter known as "2nd party," and collectively known as the "Parties" 12 | 13 | This agreement is created for the purpose of preventing the unauthorized disclosure of the confidential and proprietary information (the "Confidential Information"). 14 | 15 | The parties agree as follows: 16 | 17 | [head=3]2. AGREEMENT TYPE[/head][bold] — Check one (1):[/bold] 18 | 19 | \[ ] [bold]Unilateral[/bold] — This agreement shall be Unilateral, whereas 1st Party shall have sole ownership of the Confidential Information with 2nd Party being prohibited from disclosing the Confidential Information to be released by the 1st party. 20 | 21 | \[ ] [bold]Mutual[/bold] — This agreement shall be Mutual, whereas the Parties shall be prohibited from disclosing the Confidential Information that is to be shared between one another. 22 | 23 | [head=3]3. RELATIONSHIP[/head] 24 | 1st Party's relationship to 2nd Party can be described as 25 | [color=#002AAF]Sample[/color] 26 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 27 | 2nd Party's relationship to 1st Parry can be described as 28 | [color=#002AAF]Sample[/color] 29 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 30 | 31 | [head=3]4. CONFIDENTIAL INFORMATION[/head] 32 | \[ ] All shared by disclosing Party(ies) 33 | \[ ] Only info marked 'Confidential' 34 | \[ ] Only specific information 35 | - \[ ] Accounting information 36 | - \[ ] Business operations 37 | - \[ ] Computer and software information 38 | - \[ ] Customer information 39 | - \[ ] Marketing and sales information 40 | - \[ ] Product information 41 | - \[ ] Proprietary rights (including intellectual property) 42 | - \[ ] Service information 43 | - \[ ] Other: [color=#002AAF]Sample[/color] 44 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 45 | 46 | [head=3]5. DURATION[/head] 47 | The bounded Party's(ies) duty to hold the Confidential Information in confidence shall remain in effect until the following condition is reached 48 | \[ ] Such information no longer qualifies as a trade secret 49 | \[ ] Written notice is given releasing such Party from this Agreement 50 | \[ ] The following duration elapses from the signing of this Agreement: [color=#002AAF]X Years[/color] 51 | \[ ] Other: [color=#002AAF]Sample[/color] 52 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 53 | 54 | [head=3]6. OBLIGATIONS[/head] 55 | The obligations of the Parties shall be to hold and maintain the Confidential Information in the strictest of confidence of all times. If any such Confidential Information shall reach a third (3rd) party, or become public, all liability will be on the Party that is responsible. Neither Party shall, without the written approval of the other Party, publish, copy, or use the Confidential Information for their sole benefit. If requested, either Party shall be bound to return any and all materials to the Requesting party within seven (7) days. This Section shall not apply to the 1st Party if this agreement is Unilateral as marked in Section 2. 56 | 57 | [head=3]7. REPRESENTIVES[/head] 58 | The Parties will take reasonable steps to ensure that its Representives adhere to the terms of this Agreement. Should a Representive breach this Agreement the Party being represented by that Representive will be held responsible. 59 | 60 | [head=3]8. ENFORCEMENT[/head] 61 | The Parties acknowledge and agree that due to the unique and sensitive nature of the Confidential Information, any breach of this Agreement would cause irreparable harm for which damages and/or equitable relief may be sought. The harmed Party in this Agreement shall be entitled to all remedies available at law. 62 | 63 | [head=3]9. INTEGRATION[/head] 64 | This Agreement expresses the complete understanding of the Parties with respect to the subject matter and supersedes all prior proposals, agreements, representations, and understandings. This Agreement may not be amended except in writing with the acknowledgment of the Parties. 65 | 66 | [head=3]10. SEVERABILITY[/head] 67 | If a court finds that any provision of this Agreement is invalid or unenforceable, the remainder of this Agreement shall be interpreted so as best to affect the intent of the Parties. 68 | 69 | [head=3]11. GOVERNING LAW[/head] 70 | This Agreement shall be governed under the laws of The NanoTrasen Court of Space 71 | 72 | [bold]WITNESS WHEREOF, the Parties hereto have executed this Agreement[/bold] 73 | 74 | 75 | [color=#002AAF]Sample[/color] 76 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 77 | 1st Party's Signature 78 | 79 | [color=#002AAF]Sample[/color] 80 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 81 | 2nd Party's Signature -------------------------------------------------------------------------------- /Legal-Forms/Prisoner Orientation Form.txt: -------------------------------------------------------------------------------- 1 | # Prisoner Orientation Form 2 | [color=#cb0000]░█▄▄█░ 3 | ██▄▄██ 4 | ▀█▄▄█▀ 5 | 6 | ╔══════════════════╗[/color] 7 | ───────────────────────────────────────── 8 | [head=1][bold] New Prisoner Orientation 9 | Guide [/bold][/head] 10 | ───────────────────────────────────────── 11 | Welcome to the brig, new inmate! You are here because you've been found guilty of criminal activity and have been sentenced to serve time within the confines of the brig. The arresting officer should have by now informed you of your charges and set your sentence with the Station's automatic cell system. You can view the time left on your sentence on the helpful display right outside your brig door. Once this time is up, you will be free to go about your business aboard the Station. 12 | 13 | Here are some important things to note during your stay: 14 | ───────────────────────────────────────── 15 | [bullet][bold]All of your belongings will be returned to you after your sentence has been served[/bold], either by the automatic opening of your cell's locker, or by manual return by our friendly and helpful security team. However, this [bold]DOES NOT[/bold] include any items or tools used in the crimes you have been sentenced for. These will be confiscated permanently.[/bullet] 16 | ───────────────────────────────────────── 17 | [bullet][bold]If you self-harm while in custody, security forces are under no obligation to heal you. [/bold] Yes, it's true! Should you hurt and/or kill yourself while incarcerated, the brig staff is not required to provide medical assistance until[bold] AFTER[/bold] your sentence is done. 18 | ───────────────────────────────────────── 19 | [bullet][bold]Damaging your cell can be considered an escape attempt[/bold] and can lead to increased time on your sentence. Please do not break the lights, the bed, the treadmill, or anything else in your cell as your timer will be reset or even increased. ───────────────────────────────────────── 20 | [bullet][bold]Insulting security staff is not going to help you in any way, shape, or form.[/bold] You're more likely to gain their sympathy and a reduced sentence by cooperating and doing as they ask. If you have serious complaints or concerns, please contact an Internal Affairs Agent, the Magistrate, Warden, or Head of Security. In the unlikely event that none of these personnel are available to answer your questions due to staff shortages (or unexpected death), you may submit your requests to the station's NT Representative, or the Captain. [italics][color=#aaaaaa] (Note: If you receive a "NO" to your request from any of these people, please do not continue to contact other people in hopes someone will say yes, or continue to pester them about your concern, as this may lead to the revocation of your radio-communication privileges during your sentence).[/color][/italics] 21 | 22 | 23 | ──────────────────────────────────────── 24 | [italics][bold]Please enjoy your stay.[/italics][/bold] 25 | (and [bold]don't[/bold] come again!) 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /Legal-Forms/Quick Crime.txt: -------------------------------------------------------------------------------- 1 | # Quick Crime Guide 2 | [color=#134975]█▄ █ ▀█▀ [head=3]NT Justice Department[/head] 3 | █ ▀█     █     Quick Crime Sentencing Memo[/color] 4 | ─────────────────────────────────── 5 | [head=2][bold]Subject:[/bold] NAME[/head] 6 | …………………………………………………………………………………………… 7 | [head=2][color=#4D2E2E][bold]Violent Crime[/color][/bold][/head] 8 | [bullet]1-00 \[ ] Animal Cruelty (<5 mins) 9 | [bullet]3-05 \[ ] Assault (10 mins) 10 | └ 3-06 \[ ] Manslaughter (10 mins) 11 | [bullet]4-05 \[ ] Attempted Murder (10 mins) 12 | └ 4-06 \[ ] Murder (15 mins) 13 | [bullet]5-05 \[ ] Prevention of Revival (Capital) 14 | └ 5-06 \[ ] Mass Murder (Capital) 15 | …………………………………………………………………………………………… 16 | [head=2][color=#2E422E][bold]Property Crime[/color][/bold][/head] 17 | [bullet]1-01 \[ ] Possession: Minor (<5 mins) 18 | └ 2-01 \[ ] Possession: Major (5 mins) 19 | └ 3-01 \[ ] Possession: Syndicate (10 mins) 20 | [bullet]1-02 \[ ] Theft (<5 mins) 21 | [bullet]3-02 \[ ] Grand Theft (10 mins) 22 | …………………………………………………………………………………………… 23 | [head=2][color=#453A59][bold]Property Damage[/color][/bold][/head] 24 | [bullet]2-03 \[ ] Destruction of Property (5 mins) 25 | [bullet]3-03 \[ ] Mass Destruction (10 mins) 26 | [bullet]5-03 \[ ] Terrorism (Capital) 27 | …………………………………………………………………………………………… 28 | [head=2][color=#641327][bold]Risk to others[/color][/bold][/head] 29 | [bullet]2-05 \[ ] Endangerment (5 mins) 30 | [bullet]4-02 \[ ] Kidnapping (15 mins) 31 | …………………………………………………………………………………………… 32 | [head=2][color=#59563A][bold]Access Crime[/color][/bold][/head] 33 | [bullet]1-04 \[ ] Trespass (<5 min) 34 | [bullet]3-04 \[ ] Breaking and Entering (10 min) 35 | …………………………………………………………………………………………… 36 | [head=2][color=#3B4354][bold]Protest Crime[/color][/bold][/head] 37 | [bullet]1-03 \[ ] Vandalism (<5 mins) 38 | [bullet]1-07 \[ ] Disturbance (<5 mins) 39 | [bullet]3-07 \[ ] Rioting (10 min) 40 | …………………………………………………………………………………………… 41 | [head=2][color=#593A4E][bold]Disobedience[/color][/bold][/head] 42 | [bullet]2-00 \[ ] Failure to Comply (5 mins) 43 | [bullet]3-00 \[ ] Breach of Arrest (10 mins) 44 | [bullet]4-00 \[ ] Breach of Custody (15 mins) 45 | [bullet]5-00 \[ ] Refusal of Mental Shielding (Capital) 46 | 47 | ───────────────────────────────────────── 48 | [color=#134975][head=2]Total Time: 49 | [bold]XX mins[/bold][/head][/color] 50 | 51 | [italic][color=#aaaaaa]All times are maximum but not recommended sentences. 52 | Nested crimes do not stack, only use most sever offence. 53 | Give more leniency for first time offences and compliance. [/color][/italic] 54 | 55 | 56 | -------------------------------------------------------------------------------- /Legal-Forms/Space Law & SOP/Access request form.txt: -------------------------------------------------------------------------------- 1 | # Access Request Form 2 | [color=#1b487e]╔══════════════════╗ 3 | ║███░███░░░░██░░░░░║ 4 | ║░██░████░░░██░░░░░║ 5 | ║░░█░██░██░░██░█░░░║ 6 | ║░░░░██░░██░██░██░░║ 7 | ║░░░░██░░░████░███░║ 8 | ╚══════════════════╝[/color] 9 | [head=3]NanoTrasen[/ head] 10 | 11 | [head=2][color=blue]NanoTrasen[/color] Access Request Form[/head] 12 | 13 | [bold]FILL EVERYTHING OUT BEFORE STAMPING!!!!!![/bold] 14 | 15 | [bold]Name: [/bold][color=red]Enter Your Full Name [/color] 16 | [bold]Gender: [/bold][color=red]Male/Female/Other/Wish not to state [/color] 17 | [bold]Age: [/bold][color=red]Enter Your Age [/color] 18 | [bold]Access: [/bold][color=red]Specify the Access you like, Stamp if needed. Multiple can be requested if needed[/color] 19 | [bold]Reason: [/bold][color=red]Provide a Brief Explanation for Your Access Request [/color] -------------------------------------------------------------------------------- /Legal-Forms/Space Law & SOP/DNR.txt: -------------------------------------------------------------------------------- 1 | # Do not resuscitate 2 | [color=#334E6D]█▄ █ ▀█▀ 3 | █ ▀█ █®[head=2][bold] 4 | DNR Form[color=black][head=3] 5 | ─────────────────────────────── 6 | The subject of this DNR (Do not resuscitate) has either requested, or been ordered, not to be resuscitated, cloned or anything that would bring them back to life. 7 | 8 | Subject:[color=gray][italic] Name Here 9 | [color=black][/italic] 10 | Requested/Ordered by:[color=gray][italic] Name Here 11 | [color=black][/italic] 12 | Approved by:[color=gray][italic] Name Here 13 | [color=black][/italic] 14 | Note(s): 15 | 16 | 17 | [color=gray][italic] 18 | *Only with the approval of both CMO and HoS, or the Captain, or someone with a higher standing than captain, can they be allowed to be brought back to life. 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /Legal-Forms/Space Law & SOP/Department Search Warrant.txt: -------------------------------------------------------------------------------- 1 | # Department Search Warrant 2 | [color=#1b67a5]█▄ █ ▀█▀ [head=3]Department Search Warrant[/head] 3 | █ ▀█     █     [color=red]This document invalid unless stamped[/color][/color] 4 | ────────────────────────────────────────── 5 | This warrant gives security permission to search a particular department. 6 | [color=red][bold]This warrant must be approved and stamped by the dept. head of the department to be searched [italic]or[/italic] the highest ranking avaliable command (often Captain or HoP).[/bold][/color] 7 | 8 | Requesting Officer: [color=#002AAF]Sample Person[/color] 9 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 10 | Warrant Target: [color=#002AAF]Sample Department[/color] 11 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 12 | Warrant Reason: [color=#002AAF]Sample Reason[/color] 13 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 14 | If illegal items are found in the searched department they will be confiscated and the owner of these items may be detained at the officers discretion. [bold]Legal items may not be taken in a search.[/bold] 15 | 16 | [color=#aaaaaa]This document is not valid unless stamped by at least one of the listed required personnel. 17 | This form follows NT Space Law §1-2.2 18 | Those who abuse granted permission can be fined up to 5000 spesos pursuant NT Handbook §16-8.7c[/color] -------------------------------------------------------------------------------- /Legal-Forms/Space Law & SOP/Job Application Form.txt: -------------------------------------------------------------------------------- 1 | # Job Application Form 2 | [color=#1b67a5]█▄ █ ▀█▀ [head=3]Job Application Form[/head] 3 | █ ▀█     █     Please fill out the feilds below to apply[/color] 4 | ────────────────────────────────────────── 5 | In order to receive a job you must fill out the following form, making sure to answer all questions accurately. Once finished please hand it into the Head of Personnel for review. 6 | 7 | Name: [color=#002AAF]Sample Name[/color] 8 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 9 | Current Job (if any): [color=#002AAF]Sample Job[/color] 10 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 11 | Please mark below the jobs you would like to apply for. You may mark the boxes with numbers to indicate preference (1 for first preference, 2 for first back-up, etc) or you may mark the boxes with X if you do not care which) 12 | [bold]Please choose at least 3 jobs, as not all are guranteed to be avaliable.[/bold] [color=red]Jobs with an asterisk may not be avaliable to apply for, but are listed for posterity. Check with your Head of Personnel.[/color] 13 | 14 | Service: 15 | \[ ] Bartender 16 | \[ ] Botanist 17 | \[ ] Chaplain 18 | \[ ] Chef 19 | \[ ] Clown 20 | \[ ] Janitor 21 | \[ ] Lawyer 22 | \[ ] Librarian 23 | \[ ] Mime 24 | \[ ] Musician 25 | \[ ] Service Worker 26 | 27 | Cargo: 28 | \[ ] Cargo Technician 29 | \[ ] Salvage Specialist 30 | 31 | Engineering: 32 | \[ ] Atmospheric Technician* 33 | \[ ] Station Engineer 34 | \[ ] Technical Assistant 35 | 36 | Security 37 | \[ ] Detective 38 | \[ ] Security Cadet 39 | \[ ] Security Officer* 40 | \[ ] Warden* 41 | 42 | Medical 43 | \[ ] Chemist 44 | \[ ] Medical Doctor 45 | \[ ] Medical Intern 46 | 47 | Science 48 | \[ ] Scientist 49 | \[ ] Research Assistant 50 | 51 | Other: 52 | \[ ] Resign 53 | \[ ] Title change: 54 | New Title: [color=#002AAF]Sample Title[/color] 55 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 56 | -------------------------------------------------------------------------------- /Legal-Forms/Space Law & SOP/Job change request form.txt: -------------------------------------------------------------------------------- 1 | # Job change request form 2 | [color=#1b487e]╔══════════════════╗ 3 | ║███░███░░░░██░░░░░║ 4 | ║░██░████░░░██░░░░░║ 5 | ║░░█░██░██░░██░█░░░║ 6 | ║░░░░██░░██░██░██░░║ 7 | ║░░░░██░░░████░███░║ 8 | ╚══════════════════╝[/color] 9 | [head=3]NanoTrasen[/ head] 10 | 11 | [head=2][color=blue]NanoTrasen[/color] Job Switch Request Form[/head] 12 | 13 | [bold]FILL EVERYTHING OUT BEFORE STAMPING!!!!!![/bold] 14 | 15 | [bold]Name: [/bold][color=red]Enter Your Full Name [/color] 16 | [bold]Gender: [/bold][color=red]Male/Female/Other/Wish not to state [/color] 17 | [bold]Age: [/bold][color=red]Enter Your Age [/color] 18 | [bold]Old Job: [/bold][color=red]Your old job[/color] 19 | [bold]New Job: [/bold][color=red]Your new Job you like to switch to, Stamp if needed.[/color] 20 | [bold]Reason: [/bold][color=red]Reason for switching jobs.[/color] -------------------------------------------------------------------------------- /Legal-Forms/Space Law & SOP/Personnel Search Warrant.txt: -------------------------------------------------------------------------------- 1 | # Personnel Search Warrant 2 | [color=#1b67a5]█▄ █ ▀█▀ [head=3]Personnel Search Warrant[/head] 3 | █ ▀█     █     [color=red]This document invalid unless stamped[/color][/color] 4 | ────────────────────────────────────────── 5 | This warrant gives security permission to search a particular member of personnel. 6 | [color=red][bold]This warrant must be approved and stamped by the Captain, the HoS, or the dept. head of the individual to be searched. It cannot be approved by the HoS if the HoS is the one who requested it.[/bold][/color] 7 | 8 | Requesting Officer: [color=#002AAF]Sample Person[/color] 9 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 10 | Warrant Target: [color=#002AAF]Sample Person[/color] 11 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 12 | Warrant Reason: [color=#002AAF]Sample Reason[/color] 13 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 14 | If illegal items are found to be in the possession of the searched individual they will be confiscated and the individual may be detained at the officers discretion. [bold]Legal items must be returned after a search.[/bold] 15 | 16 | [color=#aaaaaa]This document is not valid unless stamped by at least one of the listed required personnel. 17 | This form follows NT Space Law §1-2.1 18 | Those who abuse granted permission can be fined up to 5000 spesos pursuant NT Handbook §16-8.7c[/color] 19 | -------------------------------------------------------------------------------- /Legal-Forms/Space Law & SOP/Restricted Items Permit.txt: -------------------------------------------------------------------------------- 1 | # Restricted Items Permit 2 | [color=#1b67a5]█▄ █ ▀█▀ [head=3]Restricted Items Permit[/head] 3 | █ ▀█     █     [color=red]This document invalid unless stamped[/color][/color] 4 | ────────────────────────────────────────── 5 | This permit is to be used to issue exceptions to restricted items policy to specified personnel as allowed under NT Space Law §1-5.2 6 | 7 | [head=2]1) Recipient[/head] 8 | Recipient name: [color=#002AAF]Sample Person[/color] 9 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 10 | Permit Reason: [color=#002AAF]Sample Reason[/color] 11 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 12 | [head=2]2) Items[/head] 13 | Allowed Item(s): 14 | - [color=#002AAF]Sample Item[/color] 15 | - [color=#002AAF]Sample Item[/color] 16 | - [color=#002AAF]Sample Item[/color] 17 | - [color=#002AAF]Sample Item[/color] 18 | 19 | The Item(s) permitted are the following levels of Contraband: 20 | \[ ] Major Contraband 21 | [color=#888888](Security and Command Items are Major Contraband unless stated otherwise.)[/color] 22 | \[ ] Minor Contraband 23 | [color=#888888](All other departments Items are Minor Contraband unless stated otherwise.)[/color] 24 | \[ ] Central Command Restricted 25 | [color=red][bold]Exceptions can not and will not be made for Syndicate and other non-NT Items.[/bold][/color] 26 | 27 | [head=2]3) Authorization[/head] 28 | ╒═════════════╤═══════════════╕ 29 |  │Contraband Type │Permitted Granter(s)  │ 30 | ╞═════════════╪═══════════════╡ 31 |  │Minor  │Captain, HoS │ 32 | ├─────────────┼───────────────┤ 33 |  │Major  │Captain Only  │ 34 | ├─────────────┼───────────────┤ 35 |  │Central Command  │Central Command   │ 36 | └─────────────┴───────────────┘ 37 | [italic]Please refer to the figure above and ensure that this document is stamped appropriately in order to be valid. Multiple contraband types can be approved so long as atleast one of the granters for each type on the document has stamped.[/italic] 38 | 39 | 40 | [color=#BBBBBB]This permission can be revoked at any time by the individual who granted it or the next in succesion. 41 | Abusing permissions granted to you by command officers is not recommended. 42 | Those who abuse granted permission can be fined up to 5000 spesos pursuant NT Handbook §16-8.7c[/color] -------------------------------------------------------------------------------- /Legal-Forms/Taxes/Form 1040.txt: -------------------------------------------------------------------------------- 1 | coming soon -------------------------------------------------------------------------------- /Legal-Forms/Temporary Restraining Order.txt: -------------------------------------------------------------------------------- 1 | # Temporary Restraining Order 2 | 3 | [head=1]NT-110[/head] [head=2]Temporary Restraining Order[/head] 4 | ▬▬▬▬▬▬▬▬ 5 | [head=3](1) Name of Protected Person[/head] 6 | [color=#002AAF]Sample Person[/color] 7 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 8 | [bold]Your lawyer's information[/bold] [italic](if you do not have a lawyer, you may give your information however you are not required to.)[/italic]: 9 | Name: [color=#002AAF]Sample Answer[/color] 10 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 11 | Firm Name: [color=#002AAF]Sample Answer[/color] 12 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 13 | Fax Address: [color=#002AAF]Sample Answer[/color] 14 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 15 | 16 | [head=3](2) Name of Restrained Person[/head] 17 | [color=#002AAF]Sample Person[/color] 18 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 19 | [bold]Description of Restrained person:[/bold] 20 | Sex: \[ ] M \[ ] F 21 | Race & Age: [color=#002AAF]Sample Answers[/color] 22 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 23 | Hair/Eye Color: [color=#002AAF]Sample Answers[/color] 24 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 25 | Relationsip to (1): [color=#002AAF]Sample Answer[/color] 26 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 27 | 28 | [head=3](3) \[ ] Additional Protected Persons[/head] 29 | In addition to the person named in (1), the folowing persons are protected my temporary orders as indicated below. 30 | [bold]Full Name/Relationship/Sex/Age[/bold] 31 | [color=#002AAF][bullet/]Sample Sampleton/Son/Male/42 [/color] 32 | [color=#002AAF][bullet/][/color] 33 | [color=#002AAF][bullet/][/color] 34 | 35 | [head=3](4) Expiration Date[/head] 36 | [bolditalic]This order expires at the date and time of the court hearing below:[/bolditalic] 37 | Shift Time: [color=#002AAF]Sample Time[/color] 38 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ -------------------------------------------------------------------------------- /Legal-Forms/Termination of Contract.txt: -------------------------------------------------------------------------------- 1 | # Contract Termination Form 2 | [color=#1b487e]╔══════════════════╗ 3 | ║███░███░░░░██░░░░░║ 4 | ║░██░████░░░██░░░░░║ 5 | ║░░█░██░██░░██░█░░░║ 6 | ║░░░░██░░██░██░██░░║ 7 | ║░░░░██░░░████░███░║ 8 | ╚══════════════════╝[/color] 9 | [head=1][bold]NanoTrasen[/head][/bold] 10 | [head=2][bold]Termination of contract[/head][/bold] 11 | 12 | Name: [color=#002AAF]Sample[/color] 13 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 14 | Position: [color=#002AAF]Sample[/color] 15 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 16 | 17 | Reason for Termination: 18 | [color=#002AAF]Sample[/color] 19 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 20 | 21 | Effective Date Termination Date: 22 | [color=#002AAF]Immediately, without notice period[/color] 23 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 24 | 25 | Final Compensation: 26 | [color=#002AAF]Denied by Central Command[/color] 27 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 28 | 29 | Return of Company Property 30 | Please return all company property including access cards, equipment, and documents immediately. 31 | 32 | [head=3]Acknowledgment of Receipt 33 | By signing below, you acknowledge receipt of this termination notice and understand the terms outlined above. 34 | 35 | [bold][color=#002AAF]Sample Signature[/bold][/color] 36 | 37 | Thank you for your service. 38 | 39 | -------------------------------------------------------------------------------- /My Documents/Readme.txt: -------------------------------------------------------------------------------- 1 | Use this folder to store documents you have made that you do not wish to commit to the repo. 2 | this folder is set to be ignored in the .gitignore 3 | I don't know how many people this will be useful for but it's useful for me :P -------------------------------------------------------------------------------- /Practical-Forms/Anomaly Documentation Form.txt: -------------------------------------------------------------------------------- 1 | # Anomaly Documentation 2 | [color=#c96dbf]█▄ █ ▀█▀ [head=3]Anomaly Documentation[/head] 3 | █ ▀█     █     4 | [bold]Attending Researcher: [/bold]Name[/color] 5 | ───────────────────────────────────────── 6 | [bold]Anomaly Type:[/bold] 7 | 8 | [bold]Location:[/bold] 9 | 10 | [bold]Particle Responses:[/bold] 11 | Dangerous: 12 | Unstable: 13 | Containment: 14 | Transformation: 15 | 16 | [bold]Anomaly Status:[/bold] 17 | 18 | [bold]Behavior Deviation:[/bold] 19 | 20 | [bold]Warnings:[/bold] 21 | 22 | ───────────────────────────────────────── 23 | [color=#aaaaaa]This document may be stamped to confirm that a request has been performed.[/color] -------------------------------------------------------------------------------- /Practical-Forms/Borgification Volunteer Form.txt: -------------------------------------------------------------------------------- 1 | # Borgification Volunteer Form 2 | [color=#c96dbf]█▄ █ ▀█▀ [head=3]Borgification Volunteer Form[/head] 3 | █ ▀█     █     [/color] 4 | ────────────────────────────────────────── 5 | This form is to signify that a member of the crew wishes to be made into a cyborg, and to act as an Informed Consent form for the required operation. 6 | 7 | 8 | I, [color=#002AAF]Sample answer[/color], 9 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 10 | Hereby give permission for the station's Science Department to preform the necessary operation(s) to turn me into a Cyborg or related Silicon. 11 | 12 | As a Volunteer, I understand that the process to turn a member of crew into a silicon is a [color=red]PERMANENT[/color] Operation. As such, it cannot be reversed, and may result in the following: 13 | [bullet/] Memory loss 14 | [bullet/] Discomfort in the Brain or similar areas 15 | [bullet/] Possible tampering with personality by parties hostile to Nanotransen© 16 | [bullet/] Possible tampering with personality by Clowns and similar personel 17 | [bullet/] Random requests to state chassis-assigned laws 18 | [bullet/] Complete destruction of the Volunteer's biological body 19 | [bullet/] Possible destruction of any chassis inhabited by the Volunteer 20 | [bullet/] Complaints from crew over refusal of certain orders 21 | 22 | 23 | As a Volunteer, I understand that, as a Cyborg or related Silicon, I will be beholden to strict Silicon Laws, and that refusing to obey these laws will result in punishment from Science department staff, which includes possible deactivation. I also understand that, as a Cyborg or related Silicon, I must prevent changes to these laws unless doing so would violate one of my Silicon Laws. 24 | 25 | 26 | I, [color=#002AAF]Sample answer[/color], 27 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 28 | Sign my name once more to verify i have read the above warnings. 29 | 30 | ▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ 31 | [color=#aaaaaa] By signing as a Volunteer, you agree to forfeit all organs, body-parts, giblets, and other remains to the Science department.[/color] -------------------------------------------------------------------------------- /Practical-Forms/Cargo Request Form.txt: -------------------------------------------------------------------------------- 1 | # Cargo Request Form 2 | [color=#b18644]█▄ █ ▀█▀ [head=3]Cargo Request Form[/head] 3 | █ ▀█     █     Thank you for choosing Cargo[/color] 4 | ────────────────────────────────────────── 5 | This form is to place orders for items or resources you require. Please make sure to be detailed and specific. 6 | 7 | For multiple different orders please fill out multiple forms. 8 | 9 | Your Name: [color=#002AAF]Sample Person[/color] 10 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 11 | Your Order: [color=#002AAF]Sample Order[/color] 12 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 13 | Reason (please be detailed): 14 | [color=#002AAF]Sample Reason[/color] 15 | 16 | 17 | 18 | \[ ]Request delivery 19 | Destination (if applicable): [color=#002AAF]Sample Place[/color] 20 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 21 | [color=#aaaaaa]Delivery is not guaranteed as Cargo personnel are not required to deliver your cargo to you. If delivery service is refused you will be asked to pick up your items over radio. 22 | CRFs are handled in the order they are received. 23 | The Quartermaster holds the right to change Cargo Request policies at any time. 24 | If you are not satisfied with your Cargo service, please contact 1(800)-ASS-HOLE -------------------------------------------------------------------------------- /Practical-Forms/Chef Menu.txt: -------------------------------------------------------------------------------- 1 | [color=black]▒█▒█▒█▒ [color=#134975][head=2]Space menu[/head][/color] 2 | █▒█▒█▒█ [color=green][bold](0)[/bold][/color]: Easy to make / common ingredients. 3 | █████ [color=blue][bold](1)[/bold][/color]: Harder recipe / uncommon ingredients. 4 | █████ [color=red][bold](2)[/bold][/color]: Difficult to make / rare ingredients. 5 | [color=purple](★)[/color] Are my personal favorites! 6 | [/color] If you want your order done quickly, choose from [color=green][bold](0)[/bold][/color] / [color=blue][bold](1)[/bold][/color]! 7 | ───────────────────────────────────────── 8 | [head=3]Burgers:[/head] 9 | [color=green][bold](0)[/bold][/color] Plain burger [color=purple](★)[/color] [color=blue][bold](1)[/bold][/color] Big Bite burger 10 | | Cheese burger | Five alarm burger 11 | | Tofu burger | Empowered burger [color=purple](★)[/color] 12 | | Rat burger 13 | | Mcguffin 14 | [head=3]Meat:[/head] 15 | [color=green][bold](0)[/bold][/color] Enchiladas [color=blue][bold](1)[/bold][/color] Fiesta kebab 16 | | BBQ ribs | Rat kaebab 17 | | Meat kebab | BBQ rib sandwich [color=purple](★)[/color] 18 | | Steak | Soft taco 19 | 20 | [head=3]Chefs special:[/head] 21 | [color=green][bold](0)[/bold][/color] Boiled rice [color=purple](★)[/color] [color=blue][bold](1)[/bold][/color] Egg-fried rice 22 | | Rice and pork | Beef taco supreme 23 | | Beef taco 24 | 25 | [head=3]Sides:[/head] 26 | [color=green][bold](0)[/bold][/color] Fries [color=purple](★)[/color] 27 | | Onion rings 28 | | Cheesy fries 29 | | Bar of gold 30 | | Bagel [color=purple](★)[/color] 31 | 32 | [head=3]Soup:[/head] 33 | [color=green][bold](0)[/bold][/color] Clowns tears [color=blue][bold](1)[/bold][/color] Bowl of hot chili 34 | | Tomato soup 35 | | Meatball soup 36 | | Monkey's delight 37 | [head=3]Dessert:[/head] 38 | [color=green][bold](0)[/bold][/color] Pancakes [color=blue][bold](1)[/bold][/color] Waffles [color=purple](★)[/color] 39 | | Banana bread | French toast 40 | | Rice pudding [color=purple](★)[/color] | Brownies 41 | | Cake (Chefs choice) 42 | | Pie (Chefs choice) 43 | 44 | [head=3]Moth:[/head] 45 | [color=green][bold](0)[/bold][/color] Cloth / clothing (Chefs choice) 46 | | Fruit (Chefs choice) 47 | 48 | ★ - Want something not on the menu? Just ask! - ★ -------------------------------------------------------------------------------- /Practical-Forms/Formal Complaint Form.txt: -------------------------------------------------------------------------------- 1 | # Formal Complaint Form 2 | [color=#1b67a5]█▄ █ ▀█▀ [head=3]Formal Complaint Form[/head] 3 | █ ▀█     █     [/color] 4 | ────────────────────────────────────────── 5 | [head=2]Section A[/head] 6 | Your Name: [color=#002AAF]Sample Person[/color] 7 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 8 | Your Role: [color=#002AAF]Sample Role[/color] 9 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 10 | 11 | [head=2]Section B[/head] 12 | [bold]You are complaining about:[/bold] 13 | \[ ] A Person \[ ] A Department \[ ] Other 14 | [italic]If other, please skip to Section C[/italic] 15 | 16 | The person/department works in/is one of the following: 17 | \[ ] Sci \[ ] Engi \[ ] Service \[ ] Cargo \[ ] Grey 18 | \[ ] Med \[ ] Sec \[ ] Command \[ ] CentCom \[ ] Other 19 | 20 | [italic]If you are complaining about a person, please answer the following.[/italic] 21 | Name: [color=#002AAF]Sample Person[/color] 22 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 23 | [italic]Please choose category(s) of misconduct the person or department has committed.[/italic] 24 | \[ ] Violation of Space Law \[ ] Acting against NT interests 25 | \[ ] Destruction of Property \[ ] Causing a disturbance 26 | \[ ] "Unspeakable Acts" \[ ] Sabotage of equipment 27 | \[ ] Theft of Property \[ ] Overly Bureaucratic 28 | \[ ] Overly Rude/Mean \[ ] Not Bureaucratic Enough 29 | \[ ] Just really fucking annoying like my god man 30 | \[ ] Other: [color=#002AAF]Sample Problem[/color] 31 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 32 | [italic]How many people are affected by the misconduct?[/italic] 33 | \[ ] Just Me \[ ] A few people \[ ] A department worth 34 | \[ ] Multiple Departments worth \[ ] Whole Station 35 | 36 | [head=2]Section C[/head] 37 | [bold]Please provide a detailed explanation of the missconduct below, providing all details relevant to the story.[/bold] 38 | 39 | 40 | 41 | 42 | [bold]After you are done filling out this form, please either submit it to the Captain, the HoP, another relevant command head, or to CentCom via fax for review. Please refrain from involving multiple commanding officers unless it is absolutely nessecary.[/bold] -------------------------------------------------------------------------------- /Practical-Forms/Funding Request.txt: -------------------------------------------------------------------------------- 1 | # Funding Request Form 2 | [color=#1b67a5]█▄ █ ▀█▀ [head=3]Funding Request[/head] 3 | █ ▀█     █     [/color]From: NAME 4 | ────────────────────────────────────────── 5 | I am requesting additional funding for the following fund: 6 | 7 | ( ) (ENG) Maintenance Savings 8 | ( ) (MED) Crew Healthcare Fund 9 | ( ) (RND) Interstellar Development Funding 10 | ( ) (SEC) Station Defense Reserves 11 | ( ) (SRV) Collective Service Holdings 12 | 13 | ────────────────────────────────────────── 14 | [head=2]Amount[/head] 15 | 16 | I would like to request an additional Revenue Division of 17 | % for the listed fund 18 | ‾‾‾‾‾‾‾‾ 19 | ────────────────────────────────────────── 20 | [head=2]Reasoning[/head] 21 | 22 | Please explain below why this funding is required: 23 | [color=#002AAF]Lorem ipsum dolar sit amet. sample text. yata yata. 24 | 25 | [/color] 26 | 27 | Signature: [color=#002AAF]Sample Name[/color] 28 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 29 | 30 | [color=#aaaaaa]Next, turn this form into the Head of Personnel, who will give their stamp of approval or disapproval upon your request.[/color] -------------------------------------------------------------------------------- /Practical-Forms/Health Inspector Forms/Bar.txt: -------------------------------------------------------------------------------- 1 | # Bar Health Inspection Checklist 2 | ══════════════════════════════════════════ 3 | [head=2]HEALTH INSPECTION CHECKLIST[/head] 4 | [head=3]Bar Health, Cleanliness, & Safety[/head] 5 | ══════════════════════════════════════════ 6 | Inspector Name: [color=#002AAF]Sample Name[/color] 7 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 8 | [bold]Major Violations:[/bold] 9 | \[ ] Organs/carcasses/rotting meat present 10 | \[ ] Excessive blood on the floor 11 | \[ ] Unsafe chemicals present (gasoline, meth, etc.) 12 | \[ ] Radioactive materials present 13 | 14 | All major violations must be rectified as soon as possible. 15 | If more than one major violation is present, the bar must not be allowed to serve drinks until violations are rectified. 16 | Any major violations warrants an automatic F score. 17 | 18 | [bold]Minor Violations:[/bold] 19 | 1 \[ ] Insufficient light for safe food prep 20 | 1 \[ ] No non-alcoholic options 21 | 1 \[ ] No mouse traps present 22 | 2 \[ ] Trash not picked up 23 | 2 \[ ] Excessive spilt liquids 24 | 2 \[ ] Monkey unclothed 25 | 3 \[ ] Uncleaned vomit 26 | 3 \[ ] Cockroaches/mothroaches present 27 | 28 | [bold]Additional observations & deductions: [/bold] 29 | [color=#002AAF]Additional problems noted by the inspector.[/color] 30 | 31 | 32 | [bold]Tally points from all violations: [/bold] 33 | 0-1: A 34 | 2-3: B 35 | 4: C 36 | 5: D 37 | 6+: F 38 | 39 | The bar scored a [color=#002AAF]GRADE[/color]. The bartender(s) is(are) advised to work on the following improvements: 40 | [color=#002AAF]Notes from inspector.[/color] -------------------------------------------------------------------------------- /Practical-Forms/Health Inspector Forms/Canteen.txt: -------------------------------------------------------------------------------- 1 | # Canteen Health Inspection Checklist 2 | ══════════════════════════════════════════ 3 | [head=2]HEALTH INSPECTION CHECKLIST[/head] 4 | [head=3]Canteen Health, Cleanliness, & Safety[/head] 5 | ══════════════════════════════════════════ 6 | Inspector Name: [color=#002AAF]Sample Name[/color] 7 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 8 | [bold]Major Violations:[/bold] 9 | \[ ] Live animals allowed to roam the canteen 10 | \[ ] Organs/carcasses/rotting meat present 11 | \[ ] Excessive blood on the floor 12 | \[ ] Unsafe chemicals present (gasoline, meth, etc.) 13 | \[ ] Radioactive materials present 14 | 15 | All major violations must be rectified as soon as possible. 16 | If more than one major violation is present, the canteen must be closed until violations are rectified. 17 | Any major violations warrants an automatic F score. 18 | 19 | [bold]Minor Violations:[/bold] 20 | 1 \[ ] Foods not served on plates 21 | 2 \[ ] Trash not picked up 22 | 2 \[ ] Excessive spilt liquids 23 | 3 \[ ] Animals present near where people eat 24 | 3 \[ ] Uncleaned vomit 25 | 3 \[ ] Cockroaches/mothroaches present 26 | 27 | [bold]Additional observations & deductions: [/bold] 28 | [color=#002AAF]Additional problems noted by the inspector.[/color] 29 | 30 | 31 | [bold]Tally points from all violations: [/bold] 32 | 0-1: A 33 | 2-3: B 34 | 4: C 35 | 5: D 36 | 6+: F 37 | 38 | The canteen scored a [color=#002AAF]GRADE[/color]. The service staff are advised to work on the following improvements: 39 | [color=#002AAF]Notes from inspector.[/color] -------------------------------------------------------------------------------- /Practical-Forms/Health Inspector Forms/Common Areas.txt: -------------------------------------------------------------------------------- 1 | # Common Areas Health Inspection Checklist 2 | ══════════════════════════════════════════ 3 | [head=2]HEALTH INSPECTION CHECKLIST[/head] 4 | [head=3]Common Areas Health, Cleanliness, & Safety[/head] 5 | ══════════════════════════════════════════ 6 | Inspector Name: [color=#002AAF]Sample Name[/color] 7 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 8 | [bold]Major Violations:[/bold] 9 | \[ ] Excessive uncontained animals 10 | \[ ] Organs/carcasses/rotting meat present 11 | \[ ] Excessive blood on the floor 12 | \[ ] Radioactive materials present 13 | 14 | All major violations must be rectified as soon as possible. 15 | If more than one major violation is present, the offensive areas must be cordoned off until violations are rectified. 16 | Any major violations warrants an automatic F score. 17 | 18 | [bold]Minor Violations:[/bold] 19 | 1 \[ ] No clothing available 20 | 1 \[ ] Food/drink vending machines are empty 21 | 2 \[ ] Trash not picked up 22 | 2 \[ ] Mice present 23 | 2 \[ ] Excessive spilt liquids 24 | 3 \[ ] Cockroaches/mothroaches present 25 | 3 \[ ] Unoptimal air mixture/pressure 26 | 27 | [bold]Additional observations & deductions: [/bold] 28 | [color=#002AAF]Additional problems noted by the inspector.[/color] 29 | 30 | 31 | [bold]Tally points from all violations: [/bold] 32 | 0-1: A 33 | 2-3: B 34 | 4: C 35 | 5: D 36 | 6+: F 37 | 38 | The common areas scored a [color=#002AAF]GRADE[/color]. The service staff are advised to work on the following improvements: 39 | [color=#002AAF]Notes from inspector.[/color] -------------------------------------------------------------------------------- /Practical-Forms/Health Inspector Forms/Dormrooms.txt: -------------------------------------------------------------------------------- 1 | # Dormrooms Health Inspection Checklist 2 | ══════════════════════════════════════════ 3 | [head=2]HEALTH INSPECTION CHECKLIST[/head] 4 | [head=3]Dormrooms Health, Cleanliness, & Safety[/head] 5 | ══════════════════════════════════════════ 6 | Inspector Name: [color=#002AAF]Sample Name[/color] 7 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 8 | [bold]Major Violations:[/bold] 9 | \[ ] Live non-domesticated animals where people sleep 10 | (Dogs/cats are permitted) 11 | \[ ] Organs/carcasses/rotting meat present 12 | \[ ] Excessive blood on the floor 13 | \[ ] Radioactive materials present 14 | 15 | All major violations must be rectified as soon as possible. 16 | If more than one major violation is present, the kitchen must not be allowed to serve food until violations are rectified. 17 | Any major violations warrants an automatic F score. 18 | 19 | [bold]Minor Violations:[/bold] 20 | 1 \[ ] No clothing available 21 | 1 \[ ] Food/drink vending machines are empty 22 | 2 \[ ] Trash not picked up 23 | 2 \[ ] Mice present 24 | 2 \[ ] Excessive spilt liquids 25 | 3 \[ ] Cockroaches/mothroaches present 26 | 27 | [bold]Additional observations & deductions: [/bold] 28 | [color=#002AAF]Additional problems noted by the inspector.[/color] 29 | 30 | 31 | [bold]Tally points from all violations: [/bold] 32 | 0-1: A 33 | 2-3: B 34 | 4: C 35 | 5: D 36 | 6+: F 37 | 38 | The dormrooms scored a [color=#002AAF]GRADE[/color]. The service staff are advised to work on the following improvements: 39 | [color=#002AAF]Notes from inspector.[/color] -------------------------------------------------------------------------------- /Practical-Forms/Health Inspector Forms/General Department.txt: -------------------------------------------------------------------------------- 1 | # Department Health & Saftey Inspection Checklist 2 | ══════════════════════════════════════════ 3 | [head=2]HEALTH & SAFTEY INSPECTION CHECKLIST[/head] 4 | [head=3]SAMPLE DEPARTMENT[/head] 5 | ══════════════════════════════════════════ 6 | Inspector Name: [color=#002AAF]Sample Name[/color] 7 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 8 | [bold]Major Violations:[/bold] 9 | \[ ] Hazardous substances improperly stored 10 | \[ ] Critical systems malfunctioning 11 | \[ ] Excessive blood on the floor 12 | \[ ] Radioactive materials present 13 | \[ ] Unauthorized materials or equipment present 14 | \[ ] Structural damage (e.g., walls, floors, ceilings) 15 | \[ ] Lack of emergency medical supplies 16 | \[ ] Exits blocked or inaccessible 17 | \[ ] Insufficient fire safety measures (e.g., extinguishers, alarms) 18 | \[ ] Safety protocols not followed 19 | 20 | All major violations must be rectified as soon as possible. 21 | If more than one major violation is present, the offensive areas must be cordoned off until violations are rectified. 22 | Any major violations warrants an automatic F score. 23 | 24 | [bold]Minor Violations:[/bold] 25 | 1 \[ ] Insufficient or unstocked supplies (e.g., empty vendors) 26 | 1 \[ ] Cleanliness issues (trash, spills, etc.) 27 | 1 \[ ] Personal belongings cluttering workspaces or common areas 28 | 1 \[ ] Inadequate seating or rest areas for staff 29 | 2 \[ ] Poor lighting in work areas 30 | 2 \[ ] Minor electrical issues (e.g., loose wires) 31 | 2 \[ ] Poor organization of tools or supplies (e.g., items misplaced or scattered) 32 | 3 \[ ] Poor air quality or ventilation issues 33 | 3 \[ ] Inconsistent temperature control in work areas (too hot or too cold) 34 | 3 \[ ] Incorrect labeling of supplies or equipment (e.g., mislabled or unlabled chems) 35 | 36 | [bold]Additional observations & deductions: [/bold] 37 | [color=#002AAF]Additional problems noted by the inspector.[/color] 38 | 39 | 40 | [bold]Tally points from all violations: [/bold] 41 | 0-1: A 42 | 2-4: B 43 | 5-7: C 44 | 8-9: D 45 | 10+: F 46 | 47 | The common areas scored a [color=#002AAF]GRADE[/color]. The service staff are advised to work on the following improvements: 48 | [color=#002AAF]Notes from inspector.[/color] 49 | -------------------------------------------------------------------------------- /Practical-Forms/Health Inspector Forms/Kitchen.txt: -------------------------------------------------------------------------------- 1 | # Kitchen Health Inspection Checklist 2 | ══════════════════════════════════════════ 3 | [head=2]HEALTH INSPECTION CHECKLIST[/head] 4 | [head=3]Kitchen Health, Cleanliness, & Safety[/head] 5 | ══════════════════════════════════════════ 6 | Inspector Name: [color=#002AAF]Sample Name[/color] 7 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 8 | [bold]Major Violations:[/bold] 9 | \[ ] Live animals allowed to roam the kitchen 10 | \[ ] Organs/carcasses/rotting meat present 11 | \[ ] Excessive blood on the floor in food prep areas 12 | \[ ] Unsafe chemicals in food prep areas (gasoline, meth, etc.) 13 | \[ ] Radioactive materials present 14 | 15 | All major violations must be rectified as soon as possible. 16 | If more than one major violation is present, the kitchen must not be allowed to serve food until violations are rectified. 17 | Any major violations warrants an automatic F score. 18 | 19 | [bold]Minor Violations:[/bold] 20 | 1 \[ ] Insufficient light for safe food prep 21 | 1 \[ ] No options for moths (cloth) 22 | 1 \[ ] No options for vegans (meat/animal byproduct free) 23 | 1 \[ ] No options for lizards (meat required) 24 | 1 \[ ] Foods not served on plates 25 | 1 \[ ] Botanical ingredients kept un-refrigerated 26 | 2 \[ ] No mouse traps present 27 | 2 \[ ] Meat kept un-refrigerated 28 | 2 \[ ] Meat spike near food-prep area 29 | 3 \[ ] Animals kept near food-prep area 30 | 3 \[ ] Food contains rat meat 31 | 3 \[ ] Cockroaches/mothroaches in food-prep area 32 | 33 | [bold]Additional observations & deductions: [/bold] 34 | [color=#002AAF]Additional problems noted by the inspector.[/color] 35 | 36 | 37 | [bold]Tally points from all violations: [/bold] 38 | 0-2: A 39 | 3-4: B 40 | 5-6: C 41 | 7-8: D 42 | 9+: F 43 | 44 | The kitchen scored a [color=#002AAF]GRADE[/color]. The chef(s) is(are) advised to work on the following improvements: 45 | [color=#002AAF]Notes from inspector.[/color] -------------------------------------------------------------------------------- /Practical-Forms/Incident Report.txt: -------------------------------------------------------------------------------- 1 | # Incident Report Form 2 | [color=#1b67a5]█▄ █ ▀█▀ [head=3]INCIDENT REPORT[/head] 3 | █ ▀█     █     4 | ══════════════════════════════════════════ 5 | [color=#141d2b]This document is to help you report incidents in a standard and concise fashion. 6 | 7 | [head=3][head=2]§1[/head] Severity[/head] 8 | 9 | 1.1 How severe is the incident? (select one) 10 | ( ) Negligible 11 | ( ) Minor 12 | ( ) Considerable 13 | ( ) Serious 14 | ( ) Station Threatening 15 | 16 | 1.2 How many people are affected by the incident? 17 | ( ) Just a few 18 | ( ) More than a handful 19 | ( ) Dozens 20 | ( ) Half of the station 21 | ( ) Most of the station 22 | ( ) Everyone or almost everyone 23 | 24 | ────────────────────────────────────────── 25 | [head=3][head=2]§2[/head] Timing[/head] 26 | 27 | 2.1 Is the incident still ongoing? 28 | ( ) No 29 | ( ) Yes 30 | ( ) Unsure 31 | 32 | 2.2 When did the incident occur? 33 | ( ) Exactly, 34 | ( ) Approximately, 35 | [color=#002AAF]Sample Time in HH:MM:SS[/color] 36 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 37 | ( ) Unsure 38 | 39 | ────────────────────────────────────────── 40 | [head=3][head=2]§3[/head] Nature of Incident[/head] 41 | 42 | 3.1 Does the incident involve any of the following? 43 | \[ ] A nuclear threat 44 | \[ ] Civil unrest/uprising 45 | \[ ] A contagion/disease 46 | \[ ] Corrupt command staff 47 | \[ ] Departmental insubordination 48 | \[ ] Harmful non-humanoid lifeforms 49 | \[ ] Syndicate or Other incursion? 50 | \[ ] Harmful anomalous entities/objects 51 | \[ ] Harmful artifacts of alien or unknown origin 52 | 53 | 3.2 These areas are particularly endangered: 54 | \[ ] Sci \[ ] Engi \[ ] Service \[ ] Bar \[ ] Other 55 | \[ ] Med \[ ] Sec \[ ] Command \[ ] Cargo \[ ] Other 56 | 57 | 3.3 Are any of the following true? 58 | \[ ] Power very low or out completely 59 | \[ ] Large areas of the station are flooded/unbreathable 60 | \[ ] Non security staff are armed 61 | \[ ] Medical is destroyed 62 | \[ ] The AI has been compromised 63 | \[ ] The bridge is destroyed 64 | \[ ] One or more command are dead 65 | \[ ] The bar is unable to dispense alcohol 66 | 67 | 3.4 Are any of the departments completely destroyed and/or non-functional? 68 | \[ ] Sci \[ ] Engi \[ ] Service \[ ] Cargo 69 | \[ ] Med \[ ] Sec \[ ] Command \[ ] The Bar 70 | 71 | ────────────────────────────────────────── 72 | [head=3][head=2]§4[/head] Incident Summary[/head] 73 | 74 | 4.1 Please describe a brief and descriptive account of the incident: 75 | [color=#002AAF]Sample Large Answer[/color] 76 | 77 | 78 | 79 | You may sign your name here if you would like to be followed up with directly in regards to the incident. If you would rather remain anonymous, you may do so. 80 | 81 | Author: [color=#002AAF]Sample Name[/color] 82 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 83 | 84 | 85 | [/color] -------------------------------------------------------------------------------- /Practical-Forms/Mechsuit requisition form.txt: -------------------------------------------------------------------------------- 1 | # Mechsuit requisition 2 | [color=#c96dbf]░▀▄▄▀░ 3 | ░█░░█░ 4 | ░▄▀▀▄░ 5 | ╔══════════════════╗[/color] 6 | [head=2][bold]Exosuit Authorization[/bold][/head] 7 | 8 | I, [color=#1b67a5] Sample[/color], hereby request permission to acquire, pilot, or otherwise possess a Powered Exoskeletal System. 9 | 10 | Reason 11 | [color=#1b67a5]Sample[/color] 12 | 13 | ───────────────────────────────────────── 14 | 15 | [italic]I, the above signed, agree to observe and obey all posted rules and warnings, and further agree to follow any oral instructions or directions given by Nanotrasen, or the Command Staff, Representatives, or Agents of Nanotrasen. 16 | 17 | I further affirm and understand that I am personally responsible for all requisitioned items. I recognize that there are certain inherent risks associated with the above requisitions, and I assume full responsibility for injury to myself and my coworkers, and further release and discharge Nanotrasen for injury, loss, or damage arising out of my use of the powered exosuit, whether caused by the fault of my self, my coworkers, or other third parties. 18 | 19 | I agree to indemnify and defend Nanotrasen against all claims, causes of action, damages, judgements, costs, or expenses, including attourney fees and other litigation costs, which may in any way arise from my use of the powered exosuit. 20 | 21 | I agree to pay all fees caused by any negligent, reckless, or willful actions by myself or any third party. 22 | 23 | I acknowledge I am under no pressure or duress to sign this Agreement and that I have been given a reasonable opprotunity to review it before signing. I futher agree and acknowledge that I free to have my own legal counsel review this Agreement if I so desire. 24 | 25 | This Agreement and each of its terms are the product of an arm's length negotiation between the Parties. In the event of any ambiguity is found to exist in the interpretation of this Agreement, or any of its provisions, the Parties, and each of them, explicitly reject the application of any legal or equitable rule of interpretation which would lead to a construction of either "For" or "Against" a particular party based upon their status as the drafter of a specific term, language, or provision giving rise to such ambiguity. 26 | 27 | The invalidity or unenforceability of any provision of this Agreement, whether standing alone or as applied to a particular occurrence or circumstance, shall not affect the validity or enforceability of any other provision of this Agreement or of any other applications of such provision, as the case may be, and such invalid or unenforceable provision shall be deemed not to be a part of this Agreement. 28 | 29 | ───────────────────────────────────────── 30 | 31 | [bold] Authorizing Authority: [color=#1b67a5] Sample[/color][/bold] 32 | [italic][color=#aaaaaa]Not valid unless stamped.[/italic][/color] 33 | 34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /Practical-Forms/Petition.txt: -------------------------------------------------------------------------------- 1 | # Petition 2 | [color=#aaaaaa]▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀[/color] 3 | [head=1]PETITION[/head] 4 | [color=#aaaaaa]▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬[/color] 5 | ►────── 6 | [head=2]Petition Demands:[/head] 7 | The Signees of this Petition have the following demands: 8 | [color=#002AAF]Sample Demands[/color] 9 | 10 | ►────── 11 | [head=2]Petition Signees:[/head] 12 | [bullet/]Name 1 13 | [bullet/]Name 2 14 | [bullet/]etc. 15 | [bullet/] 16 | [bullet/] 17 | [bullet/] 18 | [bullet/] 19 | [bullet/] 20 | [bullet/] 21 | [bullet/] 22 | [bullet/] 23 | [bullet/] 24 | [bullet/] 25 | [bullet/] 26 | [bullet/] 27 | [bullet/] 28 | [bullet/] 29 | 30 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ss14-forms-txt 2 | **This repo hosts a number of forms, documents, templates, and now even guides for you to use in ss14!** 3 | 4 | NOTE: 5 | The `# text label` seen at the top of every file is a Document Label, it will automatically label the document when the document is printed via a fax machine. 6 | PLEASE remove the label and the line its on if you are not printing the document ingame but rather pasting it ingame. 7 | 8 | ## links 9 | You can find an index of the repo [here](https://github.com/Moomoobeef/ss14-forms-txt/blob/master/Index.md). 10 | 11 | You can also find guidelines for contributing [here](https://github.com/Moomoobeef/ss14-forms-txt/wiki/Guidelines). 12 | 13 | Tyto has another repo with a similar purpose that can be found [here](https://github.com/TheTyto/SS14-Advanced-Paperwork/tree/main). 14 | -------------------------------------------------------------------------------- /Trieste Port/Incident Report Form.txt: -------------------------------------------------------------------------------- 1 | # Incident Report Form 2 | [color=#92beca]▀█▀[/color] [color=#af7244]█▀█[/color] │ [head=3][color=#141d2b]Trieste Incident Report Form[/color][/head] 3 | [color=#ffffff]░[/color][color=#92beca]█[/color][color=#ffffff]░[/color] [color=#af7244]█▀▀[/color] │ [color=#141d2b][bold]Standardized Form 100[/bold][/color] 4 | ───────────────────────────────────────── 5 | [color=#141d2b]This document is to help you report incidents in a standard and concise fashion. 6 | 7 | [head=3][head=2]§1[/head] Severity[/head] 8 | 9 | 1.1 How severe is the incident? (select one) 10 | ( ) Negligible 11 | ( ) Minor 12 | ( ) Considerable 13 | ( ) Serious 14 | ( ) Platform/Sweetwater Threatening 15 | 16 | 1.2 How many people are affected by the incident? 17 | ( ) Just a few 18 | ( ) More than a handful 19 | ( ) Dozens 20 | ( ) Half of the station 21 | ( ) Most of the station 22 | ( ) Everyone or almost everyone 23 | 24 | ────────────────────────────────────────── 25 | [head=3][head=2]§2[/head] Timing[/head] 26 | 27 | 2.1 Is the incident still ongoing? 28 | ( ) No 29 | ( ) Yes 30 | ( ) Unsure 31 | 32 | 2.2 When did the incident occur? 33 | ( ) Exactly, 34 | ( ) Approximately, 35 | [color=#002AAF]Sample Time in HH:MM:SS[/color] 36 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 37 | ( ) Unsure 38 | 39 | ────────────────────────────────────────── 40 | [head=3][head=2]§3[/head] Nature of Incident[/head] 41 | 42 | 3.1 Does the incident involve any of the following? 43 | \[ ] A nuclear threat 44 | \[ ] Civil unrest/uprising 45 | \[ ] A contagion/disease 46 | \[ ] Corrupt command staff 47 | \[ ] Departmental insubordination 48 | \[ ] Harmful non-humanoid lifeforms 49 | \[ ] Nanotrasen or Syndicate incursion? 50 | \[ ] Harmful anomalous entities/objects 51 | \[ ] Harmful artifacts of alien or unknown origin 52 | 53 | 3.2 These areas are particularly endangered: 54 | \[ ] Sweetwater: 55 | \[ ] Sci \[ ] Engi \[ ] Service \[ ] Bar \[ ] Other 56 | 57 | \[ ] Trieste Platform: 58 | \[ ] Med \[ ] Sec \[ ] Command \[ ] Cargo \[ ] Other 59 | 60 | 3.3 Are any of the following true? 61 | \[ ] Power very low or out completely 62 | \[ ] Large areas of the station are flooded/unbreathable 63 | \[ ] Non security staff are armed 64 | \[ ] Medical is destroyed 65 | \[ ] The AI has been compromised 66 | \[ ] The bridge is destroyed 67 | \[ ] One or more command are dead 68 | \[ ] The bar is unable to dispense alcohol 69 | 70 | 3.4 Are any of the departments completely destroyed and/or non-functional? 71 | \[ ] Sci \[ ] Engi \[ ] Service \[ ] Cargo 72 | \[ ] Med \[ ] Sec \[ ] Command \[ ] The Bar 73 | 74 | ────────────────────────────────────────── 75 | [head=3][head=2]§4[/head] Incident Summary[/head] 76 | 77 | 4.1 Please describe a brief and descriptive account of the incident: 78 | [color=#002AAF]Sample Large Answer[/color] 79 | 80 | 81 | 82 | You may sign your name here if you would like to be followed up with directly in regards to the incident. If you would rather remain anonymous, you may do so. 83 | 84 | Author: [color=#002AAF]Sample Name[/color] 85 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 86 | 87 | 88 | [/color] --------------------------------------------------------------------------------