From 02c478f12b5ced319e998cbdb44e28dc267a28ca Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 25 Dec 2022 06:59:01 +0100 Subject: [PATCH] [MIRROR] More lawyer photocopier blanks [MDB IGNORE] (#18240) * More lawyer photocopier blanks (#71952) ## About The Pull Request Adds documents NT-SCR-CS (Court Summons) and NT-SCR-LRF (Lawsuit Request Form) to the photocopier template sheets. ## Why It's Good For The Game Lawyers get a bit more bureaucratic power, by having an official form to perform orders now instead of having to use the order form. ## Changelog :cl: add: lawyer-based photocopier blanks /:cl: Co-authored-by: etherware-novice * More lawyer photocopier blanks Co-authored-by: texan-down-under <73374039+etherware-novice@users.noreply.github.com> Co-authored-by: etherware-novice --- config/blanks.json | 67 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/config/blanks.json b/config/blanks.json index 95717424a13..0bb18711eb5 100644 --- a/config/blanks.json +++ b/config/blanks.json @@ -430,6 +430,73 @@ "
" ] }, + { + "code": "NT-SCR-CS", + "category": "Security Department", + "name": "Court Summons", + "info": [ + "

Court Order

", + "
", + "

Requesting Party (with signature):

", + "

[___________________________________]

", + "

The Accused Party:

", + "

[___________________________________]

", + "

Reason for Request:

", + "

[___________________________________]

", + "

Requested to attend by [__] : [__] at the latest. (In station time)", + "

Place for a stamp

", + "
", + "
This document is the property of Nanotrasen Corporation. Without the signatures and seals of the managers or their deputies, this document has no corporate force.

", + "
" + ] + }, + { + "code": "NT-SCR-LRF", + "category": "Security Department", + "name": "Lawsuit Request Form", + "info":[ + "

Lawsuit Request Form", + "

Prosecuters's name (with signature):

", + "

[___________________________________]

", + "

Affected Parties:

", + "

[___________________________________]

", + "

The Accused Party:

", + "

[___________________________________]

", + "

Description of Events:

", + "

[___________________________________]

", + "

[___________________________________]

", + "

[___________________________________]

", + "

[___________________________________]

", + "

[___________________________________]

", + "

[___________________________________]

", + "

[___________________________________]

", + "

[___________________________________]

", + "

[___________________________________]

", + "

[___________________________________]

", + "

Requested Punishment:

", + "

[___________________________________]

", + "

Date:

", + "

[___].[___].[___]

", + "

[___]:[___]

", + "

Place for a stamp

", + "
", + "
By writing and signing this form, you consent to the processing of your personal data by Nanotrasen Corporation.

", + "
", + "

Name of offical to take action:

", + "

[___________________________________]

", + "

Official Decision:

", + "

[___________________________________]

", + "

Notes:

", + "

[___________________________________]

", + "

Date the suit was reviewed:

", + "

[___].[___].[___]

", + "

[___]:[___]

", + + "

Place for a stamp

", + "
", + "
This document is the property of Nanotrasen Corporation. Without the signatures and seals of the managers or their deputies, this document has no corporate force.

" + ] + }, { "code": "NT-ENG-PW", "category": "Engineering Department",