Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DTSpawn committed Oct 4, 2024
2 parents d68931b + 5850372 commit 93319ca
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Resources/Prototypes/Adventure/Maps/adventure_delta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,3 @@
JanitorBorg: [ 1, 1 ]
MedicalBorg: [ 1, 1 ]
ServiceBorg: [ 1, 1 ]
- type: StationGoal
goals:
- Shuttle
- Singularity
- SolarPanels
- Artifacts
- Bank
- Zoo
- MiningOutpost
- Tesla
- XenobiologyRepair
- VirusologyAmbusol
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
- type: entity
parent: Paper
id: SheetPrinter
suffix: Full
components:
- type: Material
- type: PhysicalComposition
materialComposition:
SheetPrinter: 100
- type: Stack
stackType: SheetPrinter
baseLayer: base
layerStates:
- paper
- paper
- paper
- type: Sprite
state: paper
layers:
- state: paper
map: ["base"]
# NOTE(c4llv07e): commented paper fix, expecting it to be working in upstream
# - state: paper_words
# map: ["enum.PaperVisualLayers.Writing"]
# visible: false
# - state: paper_stamp-generic
# map: ["enum.PaperVisualLayers.Stamp"]
# visible: false
- type: Tag
tags:
- Document

- type: entity
parent: SheetPrinter
id: SheetPrinter1
suffix: Single
components:
- type: Stack
count: 1
8 changes: 8 additions & 0 deletions Resources/Prototypes/Corvax/Reagents/Materials/materials.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- type: material
id: SheetPrinter
stackEntity: SheetPrinter1
name: materials-paper
icon: { sprite: Objects/Misc/bureaucracy.rsi, state: paper }
color: "#ffffff"
price: 0.05

6 changes: 6 additions & 0 deletions Resources/Prototypes/Corvax/Stack/other_stacks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- type: stack
id: SheetPrinter
name: paper
icon: { sprite: Objects/Misc/bureaucracy.rsi, state: paper }
spawn: SheetPrinter1
maxCount: 1
6 changes: 6 additions & 0 deletions Resources/Prototypes/Entities/Objects/Misc/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@
reagents:
- ReagentId: Fiber
Quantity: 1
# Corvax-Printer-Start
- type: Material
- type: PhysicalComposition
materialComposition:
SheetPrinter: 100
# Corvax-Printer-End

- type: entity
name: paper scrap
Expand Down

0 comments on commit 93319ca

Please sign in to comment.