Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
    [head=3]NT-CC Consortium Services[/head]

  [center][color=#1f75bb][italic][bold] OFFICIAL CENTCOMM DOCUMENTATION[/bold][/italic][/color][/center]
────────────────────────────────────────
⠀⠀ [bold]ANOMALY HOST FORM[/bold]
────────────────────────────────────────
Date and Time: [datetime]
Document Compiler: [signature]

Being of sound mind, I, [signature], confirm that I want to keep the anomalous entity hosted within my body and acknowledge the risks. I also agree to take proper measures and care not to endanger the rest of the crew with this anomaly.

Type of anomaly: [form]

⠀Conditions for keeping the anomaly: [form]

────────────────────────────────────────
[italic]Place for Stamps and/or Signatures[/italic]
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
    [head=3]NT-CC Consortium Services[/head]

  [center][color=#1f75bb][italic][bold] OFFICIAL CENTCOMM DOCUMENTATION[/bold][/italic][/color][/center]
────────────────────────────────────────
⠀[bold]ANOMALY RESEARCH LOG[/bold]
────────────────────────────────────────
Date and Time: [datetime]
Document Compiler: [signature]

I, [signature], hereby acknowledge that all information in this form is true at the current time of compiling it. I also confirm that all standard operating procedures were followed while containing this anomaly.

Type of Anomaly: [form]

Stability of Anomaly: [form]

Location of Anomaly: [form]

Mutations of Anomaly: [form]

Assigned Scientist: [signature]

────────────────────────────────────────
⠀ [italic]Place for Stamps and/or Signatures[/italic]
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
    [head=3]NT-CC Consortium Services[/head]

  [center][color=#1f75bb][italic][bold] OFFICIAL CENTCOMM DOCUMENTATION[/bold][/italic][/color][/center]
────────────────────────────────────────
⠀⠀ [bold]CYBORG CONVERSION FORM[/bold]
────────────────────────────────────────
Date and Time: [datetime]
Document Compiler: [signature]

Being of sound mind, I, [signature], authorize the Science Department to transfer my body and consciousness into a silicon unit and acknowledge the risks of doing so.

Reason for silicon conversion: [form]

⠀Chassis to be used: [form]

⠀[check] I fully understand the risks associated with the operation(s) to which I have given my consent.

⠀[check] I authorize the Science Department to dispose or use the remaining organic tissue and flesh that is leftover after the silicon conversion.

⠀ [italic]This form is not legal unless it has been signed by the patient and stamped by either the station's Chief Medical Officer, the station's Research Director, or one of their superiors. This form is not required in cases where the person has already given consent via their medical records post-mortem instructions.[/italic]

────────────────────────────────────────
⠀ [italic]Place for Stamps and/or Signatures[/italic]
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
    [head=3]NT-CC Consortium Services[/head]

  [center][color=#1f75bb][italic][bold] OFFICIAL CENTCOMM DOCUMENTATION[/bold][/italic][/color][/center]
────────────────────────────────────────
⠀⠀ [bold]RESEARCH EQUIPMENT PERMIT[/bold]
────────────────────────────────────────
Date and Time: [datetime]
Document Compiler: [signature]

I, [signature], hereby acknowledge the risks of giving out equipment to crew, and accept that violations of corporate law via the giving of items may result in charges against me or the science department.

Equipment being given out: [form]

Authorized person: [form]

Position of authorized person: [form]

Reason for seeking permit: [form]

Terms of use: [form]

I, [signature], accept the terms of use of this item.

────────────────────────────────────────
⠀ [italic]Place for Stamps and/or Signatures[/italic]
1 change: 0 additions & 1 deletion Resources/Locale/en-US/_Starlight/paper/doc-printer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,6 @@ doc-text-printer-permission-equipment =
⠀ [italic]Place for Stamps and/or Signatures[/italic]



doc-text-printer-search-permission =
    [head=3]NT-CC Consortium Services[/head]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
- type: Paper
content: doc-text-printer-report-morgue


- type: entity
parent: PrintedDocument
id: PrintedDocumentReportStation
Expand Down Expand Up @@ -110,7 +109,6 @@
- type: Paper
content: doc-text-printer-disposal-report


- type: entity
parent: PrintedDocument
id: PrintedDocumentArrestReport
Expand Down Expand Up @@ -140,6 +138,15 @@
- type: Paper
content: doc-text-printer-statement-appointment-interim-chapter

- type: entity
parent: PrintedDocument
id: PrintedDocumentReportResearchAnomalyLog
name: Anomaly Research Log
categories: [ HideSpawnMenu ]
components:
- type: TextFilePaperContent
fileName: anom-research-log.txt

- type: entity
parent: PrintedDocument
id: PrintedDocumentEmploymentStatement
Expand Down Expand Up @@ -334,6 +341,33 @@
- type: Paper
content: doc-text-printer-permission-equipment

- type: entity
parent: PrintedDocument
id: PrintedDocumentPermissionResearchEquipment
name: Research Equipment Permit
categories: [ HideSpawnMenu ]
components:
- type: TextFilePaperContent
fileName: research-equipment-form.txt

- type: entity
parent: PrintedDocument
id: PrintedDocumentPermissionResearchSiliconConversion
name: Cyborg Conversion Form
categories: [ HideSpawnMenu ]
components:
- type: TextFilePaperContent
fileName: cyborg-conversion-form.txt

- type: entity
parent: PrintedDocument
id: PrintedDocumentPermissionResearchAnomalyHost
name: Anomaly Host Form
categories: [ HideSpawnMenu ]
components:
- type: TextFilePaperContent
fileName: anom-host-form.txt

- type: entity
parent: PrintedDocument
id: PrintedDocumentSearchPermission
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: StarlightDocs
recipes:
- PrintedDocumentReportMorgueRecipe
- PrintedDocumentReportResearchAnomalyLogRecipe
- PrintedDocumentReportStationRecipe
- PrintedDocumentReportOnEliminationOfViolationsRecipe
- PrintedDocumentReportDepartmentRecipe
Expand Down Expand Up @@ -38,6 +39,9 @@
- PrintedDocumentComplaintOffenseRecipe
# Permissions
- PrintedDocumentPermissionEquipmentRecipe
- PrintedDocumentPermissionResearchEquipmentRecipe
- PrintedDocumentPermissionResearchSiliconConversionRecipe
- PrintedDocumentPermissionResearchAnomalyHostRecipe
- PrintedDocumentSearchPermissionRecipe
- PrintedDocumentPermissionToCarryWeaponsRecipe
- PrintedDocumentPermissionDisposeBodyRecipe
Expand Down
40 changes: 40 additions & 0 deletions Resources/Prototypes/_Starlight/Recipes/Lathes/printer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
materials:
SheetPrinter: 100

- type: latheRecipe
id: PrintedDocumentReportResearchAnomalyLogRecipe
result: PrintedDocumentReportResearchAnomalyLog
categories:
- Reports
completetime: 2
applyMaterialDiscount: false
materials:
SheetPrinter: 100

- type: latheRecipe
id: PrintedDocumentReportStationRecipe
result: PrintedDocumentReportStation
Expand Down Expand Up @@ -358,6 +368,36 @@
materials:
SheetPrinter: 100

- type: latheRecipe
id: PrintedDocumentPermissionResearchEquipmentRecipe
result: PrintedDocumentPermissionResearchEquipment
categories:
- Permissions
completetime: 2
applyMaterialDiscount: false
materials:
SheetPrinter: 100

- type: latheRecipe
id: PrintedDocumentPermissionResearchSiliconConversionRecipe
result: PrintedDocumentPermissionResearchSiliconConversion
categories:
- Permissions
completetime: 2
applyMaterialDiscount: false
materials:
SheetPrinter: 100

- type: latheRecipe
id: PrintedDocumentPermissionResearchAnomalyHostRecipe
result: PrintedDocumentPermissionResearchAnomalyHost
categories:
- Permissions
completetime: 2
applyMaterialDiscount: false
materials:
SheetPrinter: 100

- type: latheRecipe
id: PrintedDocumentSearchPermissionRecipe
result: PrintedDocumentSearchPermission
Expand Down
Loading