From 1c4aa5b6dbf05293bd0eec9c117452def712af84 Mon Sep 17 00:00:00 2001 From: Farrellka-dev Date: Wed, 18 Dec 2024 13:52:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B0=D0=BB=D1=84=D0=B5=D1=82=D0=BA?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Objects/Specific/Service/napkin.yml | 182 +++++++++--------- .../Entities/Structures/Machines/lathe.yml | 4 +- 2 files changed, 93 insertions(+), 93 deletions(-) diff --git a/Resources/Prototypes/_LostParadise/Entities/Objects/Specific/Service/napkin.yml b/Resources/Prototypes/_LostParadise/Entities/Objects/Specific/Service/napkin.yml index 6188afdbfb..8e746ad0d6 100644 --- a/Resources/Prototypes/_LostParadise/Entities/Objects/Specific/Service/napkin.yml +++ b/Resources/Prototypes/_LostParadise/Entities/Objects/Specific/Service/napkin.yml @@ -1,94 +1,94 @@ -- type: entity - name: napkin drum - description: Holds napkins. - id: NapkinDrum - parent: [BaseItem, PaperBin] - components: - - type: Sprite - sprite: _LostParadise/Objects/Specific/Service/napkindrum.rsi - state: drum0 - - type: ItemMapper - sprite: _LostParadise/Objects/Specific/Service/napkindrum.rsi - mapLayers: - drum1: - whitelist: - tags: - - Paper - - type: Bin - whitelist: - tags: - - Paper +# - type: entity +# name: napkin drum +# description: Holds napkins. +# id: NapkinDrum +# parent: [BaseItem, PaperBin] +# components: +# - type: Sprite +# sprite: _LostParadise/Objects/Specific/Service/napkindrum.rsi +# state: drum0 +# - type: ItemMapper +# sprite: _LostParadise/Objects/Specific/Service/napkindrum.rsi +# mapLayers: +# drum1: +# whitelist: +# tags: +# - Paper +# - type: Bin +# whitelist: +# tags: +# - Paper -- type: entity - name: napkin drum - suffix: 5 - description: Holds napkins. - id: NapkinDrum5 - parent: NapkinDrum - components: - - type: Bin - initialContents: - - Napkin - - Napkin - - Napkin - - Napkin - - Napkin - whitelist: - tags: - - Paper +# - type: entity +# name: napkin drum +# suffix: 5 +# description: Holds napkins. +# id: NapkinDrum5 +# parent: NapkinDrum +# components: +# - type: Bin +# initialContents: +# - Napkin +# - Napkin +# - Napkin +# - Napkin +# - Napkin +# whitelist: +# tags: +# - Paper -- type: entity - name: napkin - parent: Paper - id: Napkin - description: A small napkin. - components: - - type: Sprite - sprite: _LostParadise/Objects/Misc/bureaucracy_NF.rsi - layers: - - state: napkin - - state: napkin_words - map: ["enum.PaperVisualLayers.Writing"] - visible: false - - state: paper_stamp-generic - sprite: Objects/Misc/bureaucracy.rsi - map: ["enum.PaperVisualLayers.Stamp"] - visible: false - - type: PaperVisuals - backgroundImagePath: "/Textures/Interface/Paper/paper_background_default.svg.96dpi.png" - backgroundModulate: "#EAD4AA" - backgroundPatchMargin: 16.0, 16.0, 16.0, 16.0 - contentMargin: 16.0, 16.0, 16.0, 16.0 - headerMargin: 0.0, 12.0, 0.0, 0.0 - # This is a narrow piece of paper - maxWritableArea: 256.0, 0.0 - - type: Paper - contentSize: 280 # Tweet - - type: Food - solution: food - delay: 1 - forceFeedDelay: 3 - trash: - - TrashNapkin - eatMessage: wipe-face - verbEat: food-system-verb-wipe - forceFeedMessage: food-system-wipe - forceFeedSuccessMessage: food-system-wipe-success - forceFeedSuccessUserMessage: food-system-wipe-success-user - cannotEatAnyMoreMessage: food-system-you-cannot-wipe - cannotEatAnyMoreOtherMessage: food-system-you-cannot-wipe-other - useSound: - path: /Audio/_LostParadise/Items/Napkin/wipe.ogg +# - type: entity +# name: napkin +# parent: Paper +# id: Napkin +# description: A small napkin. +# components: +# - type: Sprite +# sprite: _LostParadise/Objects/Misc/bureaucracy_NF.rsi +# layers: +# - state: napkin +# - state: napkin_words +# map: ["enum.PaperVisualLayers.Writing"] +# visible: false +# - state: paper_stamp-generic +# sprite: Objects/Misc/bureaucracy.rsi +# map: ["enum.PaperVisualLayers.Stamp"] +# visible: false +# - type: PaperVisuals +# backgroundImagePath: "/Textures/Interface/Paper/paper_background_default.svg.96dpi.png" +# backgroundModulate: "#EAD4AA" +# backgroundPatchMargin: 16.0, 16.0, 16.0, 16.0 +# contentMargin: 16.0, 16.0, 16.0, 16.0 +# headerMargin: 0.0, 12.0, 0.0, 0.0 +# # This is a narrow piece of paper +# maxWritableArea: 256.0, 0.0 +# - type: Paper +# contentSize: 280 # Tweet +# - type: Food +# solution: food +# delay: 1 +# forceFeedDelay: 3 +# trash: +# - TrashNapkin +# eatMessage: wipe-face +# verbEat: food-system-verb-wipe +# forceFeedMessage: food-system-wipe +# forceFeedSuccessMessage: food-system-wipe-success +# forceFeedSuccessUserMessage: food-system-wipe-success-user +# cannotEatAnyMoreMessage: food-system-you-cannot-wipe +# cannotEatAnyMoreOtherMessage: food-system-you-cannot-wipe-other +# useSound: +# path: /Audio/_LostParadise/Items/Napkin/wipe.ogg -- type: entity - name: crumpled napkin - parent: BaseItem - id: TrashNapkin - description: A crumpled napkin. - components: - - type: Sprite - sprite: _LostParadise/Objects/Specific/Service/napkin.rsi - state: napkin - - type: Tag - tags: - - Trash \ No newline at end of file +# - type: entity +# name: crumpled napkin +# parent: BaseItem +# id: TrashNapkin +# description: A crumpled napkin. +# components: +# - type: Sprite +# sprite: _LostParadise/Objects/Specific/Service/napkin.rsi +# state: napkin +# - type: Tag +# tags: +# - Trash \ No newline at end of file diff --git a/Resources/Prototypes/_LostParadise/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/_LostParadise/Entities/Structures/Machines/lathe.yml index e126958976..18a811ac26 100644 --- a/Resources/Prototypes/_LostParadise/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/_LostParadise/Entities/Structures/Machines/lathe.yml @@ -207,8 +207,8 @@ - CustomDrinkJug - FoodPlatePlastic - FoodPlateSmallPlastic - - NapkinDrum - - Napkin + # - NapkinDrum + # - Napkin ## EVA - ClothingOuterEVASuitHydro - ClothingOuterEVASuitJanitor