Skip to content

Commit

Permalink
stack
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 committed Nov 22, 2023
1 parent 0adc446 commit 3c3e60b
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions Resources/Prototypes/ADT/Entities/Objects/Misc/printerdocument.yml
Original file line number Diff line number Diff line change
Expand Up @@ -478,17 +478,6 @@
content: doc-text-printer-REPORTACCOMPLISHMENTGOALS


# Материал бумага
- type: material
id: SheetPrinter
stackEntity: Paper
name: бумага
icon: { sprite: Objects/Misc/bureaucracy.rsi, state: paper }
color: "#ffffff"
price: 0.05



#Сам принтер
- type: entity
parent: BaseLathe
Expand Down Expand Up @@ -1049,3 +1038,20 @@
materials:
Steel: 100
Glass: 900

# Материал бумага
- type: material
id: SheetPrinter
stackEntity: Paper
name: бумага
icon: { sprite: Objects/Misc/bureaucracy.rsi, state: paper }
color: "#ffffff"
price: 0.05

- type: stack
id: SheetPrinter1
name: rods
icon: { sprite: Objects/Misc/bureaucracy.rsi, state: paper }
spawn: Paper
maxCount: 1
itemSize: 1

0 comments on commit 3c3e60b

Please sign in to comment.