From 2c582ebfa7ce1583c2d53ce2667644601bd8265d Mon Sep 17 00:00:00 2001 From: Schrodinger71 Date: Wed, 22 Nov 2023 22:00:47 +0300 Subject: [PATCH] fixxx --- .../Entities/Objects/Misc/printerdocument.yml | 48 +++++++++++++++---- 1 file changed, 40 insertions(+), 8 deletions(-) diff --git a/Resources/Prototypes/ADT/Entities/Objects/Misc/printerdocument.yml b/Resources/Prototypes/ADT/Entities/Objects/Misc/printerdocument.yml index 4209a1ac1ae..becd23e5626 100644 --- a/Resources/Prototypes/ADT/Entities/Objects/Misc/printerdocument.yml +++ b/Resources/Prototypes/ADT/Entities/Objects/Misc/printerdocument.yml @@ -1049,11 +1049,43 @@ price: 0.05 -# - type: stack -# id: SheetPrinter1 -# name: Paper -# icon: { sprite: Objects/Misc/bureaucracy.rsi, state: paper } -# spawn: Paper -# maxCount: 1 -# itemSize: 1 - +- type: stack + id: Paper + name: Paper + icon: { sprite: Objects/Misc/bureaucracy.rsi, state: paper } + spawn: Paper + maxCount: 1 + itemSize: 1 + +# - type: material +# id: Plasma +# stackEntity: SheetPlasma1 +# name: materials-plasma +# icon: { sprite: Objects/Materials/Sheets/other.rsi, state: plasma } +# color: "#7e009e" +# price: 0.2 + + +# - type: entity +# parent: SheetPlasma +# id: SheetPlasma1 +# name: plasma +# suffix: Single +# components: +# - type: Sprite +# state: plasma +# - type: Stack +# count: 1 + +# - type: entity +# parent: SheetOtherBase +# id: SheetPlasma +# name: plasma +# suffix: Full +# components: +# - type: Material +# - type: PhysicalComposition +# materialComposition: +# Plasma: 100 +# - type: Stack +# stackType: Plasma