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
26 changes: 26 additions & 0 deletions Resources/Locale/en-US/_Starlight/paper/doc-printer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,32 @@ doc-text-printer-arrest-report =
⠀ [italic]Place for Stamps and/or Signatures[/italic]


doc-text-printer-psychological-report =
    [head=3]NT-CC Consortium Services[/head]

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

Patient: [form]
Reason for examination: [form]
Willingness: [form]

Symptoms: [form]

Triggers: [form]

Notes: [form]

Suggested actions and treatments: [form]

────────────────────────────────────────
⠀ [italic]Place for Stamps and/or Signatures[/italic]


# Statements

doc-text-printer-statement-appointment-interim-chapter =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,14 @@
- type: Paper
content: doc-text-printer-salvagelead-report

- type: entity
parent: PrintedDocument
id: PrintedDocumentPsychologicalReport
name: Psychological Report
categories: [ HideSpawnMenu ]
components:
- type: Paper
content: doc-text-printer-psychological-report
# Statements

- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- PrintedDocumentDisposalReportRecipe
- PrintedDocumentArrestReportRecipe
- PrintedDocumentSalvageLeadReportRecipe
- PrintedDocumentPsychologicalReportRecipe
# Statements
- PrintedDocumentStatementAppointmentInterimChapterRecipe
- PrintedDocumentEmploymentStatementRecipe
Expand Down
10 changes: 10 additions & 0 deletions Resources/Prototypes/_Starlight/Recipes/Lathes/printer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,16 @@
materials:
SheetPrinter: 100

- type: latheRecipe
id: PrintedDocumentPsychologicalReportRecipe
result: PrintedDocumentPsychologicalReport
categories:
- Reports
completetime: 2
applyMaterialDiscount: false
materials:
SheetPrinter: 100

# Statements

- type: latheRecipe
Expand Down
Loading