Skip to content

Commit

Permalink
Merge pull request #3 from lzk228/printer
Browse files Browse the repository at this point in the history
Printer
  • Loading branch information
TheShuEd authored Feb 1, 2024
2 parents 18bcd91 + 1867e4c commit f30d8e5
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 11 deletions.
2 changes: 2 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/heads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- id: RubberStampQm
- id: ClothingHeadsetAltCargo
- id: BoxEncryptionKeyCargo
- id: PrinterDocFlatpack # Corvax-Printer

- type: entity
id: LockerCaptainFilledHardsuit
Expand Down Expand Up @@ -103,6 +104,7 @@
prob: 0.5
- id: ClothingOuterCoatHOP # Corvax-Resprite
- id: AccessConfigurator
- id: PrinterDocFlatpack # Corvax-Printer

- type: entity
id: LockerChiefEngineerFilledHardsuit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
ClothingUniformJumpskirtLibrarian: 3
ClothingShoesBootsLaceup: 2
ClothingHeadsetService: 2

PrinterDocFlatpack: 2 # Corvax-Printer
4 changes: 2 additions & 2 deletions Resources/Prototypes/Corvax/Catalog/Fills/Paper/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
- type: entity
parent: PrintedDocument
id: PrintedDocumentDeathCertificate
name:
name: Death certificate
components:
- type: Paper
content: doc-text-printer-DeathCertificate
Expand Down Expand Up @@ -429,4 +429,4 @@
name: REPORT ACCOMPLISHMENT GOALS
components:
- type: Paper
content: doc-text-printer-REPORTACCOMPLISHMENTGOALS
content: doc-text-printer-REPORTACCOMPLISHMENTGOALS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- type: entity
id: BaseFlatpack
id: PrinterDocFlatpack
name: document printer flatpack
description: A flatpack used for constructing a document printer.
components:
- type: Flatpack
entity: PrinterDoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- type: entity
parent: BaseLathe
id: PrinterDoc
name: принтер документов
description: Бюрократическое совершенство. Хранит базу данных всех документов Nanotrasen, и дает возможность печатать их, пока у вас есть бумага.
name: document printer
description: Bureaucratic perfection. Stores a database of all Nanotrasen documents, and lets you print them as long as you have paper.
components:
- type: Sprite
sprite: Corvax/Structures/Machines/printer.rsi
Expand Down Expand Up @@ -96,4 +96,4 @@
tags:
- Document
storage:
SheetPrinter: 0
SheetPrinter: 0
4 changes: 2 additions & 2 deletions Resources/Prototypes/Corvax/Stack/other_stacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name: paper
icon: { sprite: Objects/Misc/bureaucracy.rsi, state: paper }
spawn: SheetPrinter1
maxCount: 30
itemSize: 1
maxCount: 1
itemSize: 1
3 changes: 0 additions & 3 deletions Resources/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ GeneratorUranium: PortableGeneratorSuperPacman
GeneratorPlasmaMachineCircuitboard: PortableGeneratorPacmanMachineCircuitboard
GeneratorUraniumMachineCircuitboard: PortableGeneratorSuperPacmanMachineCircuitboard

# 2023-10-18 - Corvax
ComputerAlert: PrinterDoc

# 2023-12-10
SpawnPointSeniorResearcher: null
SpawnPointSeniorOfficer: null
Expand Down

0 comments on commit f30d8e5

Please sign in to comment.