Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Принтер документов #1510

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from 12 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
1,136 changes: 1,136 additions & 0 deletions Resources/Locale/ru-RU/paper/doc-printer.ftl
Krosus777 marked this conversation as resolved.
Show resolved Hide resolved

Large diffs are not rendered by default.

479 changes: 479 additions & 0 deletions Resources/Prototypes/Corvax/Catalog/Fills/Paper/document.yml

Large diffs are not rendered by default.

Krosus777 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- type: material
id: SheetPrinter
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А существующий SheetPaper не подойдет?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А существующий SheetPaper не подойдет?

Нет, так как его только маперы могут добавить, он не спаунится и не заказывается

stackEntity: Paper
name: бумага
icon: { sprite: Objects/Misc/bureaucracy.rsi, state: paper }
color: "#ffffff"
price: 0.05
100 changes: 100 additions & 0 deletions Resources/Prototypes/Corvax/Entities/Structures/Machines/Printer.yml
Krosus777 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
- type: entity
parent: BaseLathe
id: PrinterDoc
name: принтер документов
description: Уникальная разработка Nanotrasen.
components:
- type: Sprite
sprite: Corvax/Structures/Machines/printer.rsi
snapCardinals: true
layers:
- state: icon
map: ["enum.LatheVisualLayers.IsRunning"]
- state: idle
shader: unshaded
map: ["enum.PowerDeviceVisualLayers.Powered"]
- state: inserting
map: ["enum.MaterialStorageVisualLayers.Inserting"]
- state: panel
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: Transform
noRot: false
- type: Machine
- type: Lathe
producingSound: /Audio/Machines/scanning.ogg
idleState: icon
runningState: building
staticRecipes:
- ReportStationRecipe
- ReporDepartmentRecipe
- ReportEmployeePerformanceRecipe
- ReportOnTheChaptersMeetingRecipe
- InternalAffairsAgentsReportRecipe
- ConditionReportRecipe
- ReportStudyObjectRecipe
- DisposalReportRecipe
- ApplicationAppointmentInterimRecipe
- ApplicationEmploymentRecipe
- LetterResignationRecipe
- ApplicationAccessRecipe
- ApplicationEquipmentRecipe
- EvacuationShuttleRequestRecipe
- ShuttleRegistrationRequestRecipe
- RequestCallMembersCentralCommitteeDSORecipe
- RequestChangeSalaryRecipe
- RequestNonListedEmploymentRecipe
- RequestDocumentsRecipe
- RequestEuthanasiaRecipe
- RequestConstructionWorkRecipe
- RequestModernizationRecipe
- ComplaintViolationLaborRulesRecipe
- PermissionEquipmentRecipe
- SearchPermissionRecipe
- PermissionWeaponsRecipe
- PrescriptionDrugAuthorizationRecipe
- PermissionDisposeBodyRecipe
- ConstructionPermitRecipe
- OrderDismissalRecipe
- OrderDeprivationAccessRecipe
- OrderEncouragementRecipe
- OrderParolePrisonerRecipe
- OrderRecognizingSentienceCreatureRecipe
- OrderMedicalInterventionRecipe
- ProductManufacturingOrderRecipe
- OrderPurchaseResourcesEquipmentRecipe
- OrderingSpecialEquipmentRecipe
- OrderPurchaseWeaponsRecipe
- CertificateRecipe
- CertificateAdvancedTrainingRecipe
- CertificateOffenseRecipe
- DeathCertificateRecipe
- MarriageCertificateRecipe
- DivorceCertificateRecipe
- ClosingIndictmentRecipe
- SentenceRecipe
- StatementHealtheRecipe
- type: EmagLatheRecipes
emagStaticRecipes:
- NOTICEOFLIQUIDATIONRecipe
- BUSINESSDEALRecipe
- NOTEBEGINNINGMILITARYACTIONSRecipe
- REPORTACCOMPLISHMENTGOALSRecipe
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeAabb
bounds: "-0.25,-0.25,0.25,0.25"
density: 25
mask:
- TabletopMachineMask
layer:
- TabletopMachineLayer
- type: MaterialStorage
whitelist:
tags:
- Document
storage:
SheetPrinter: 1000


Loading
Loading