From 39a32fe47c85b62b0a1efc3027d5da49d89e69bf Mon Sep 17 00:00:00 2001 From: RipZoro1 Date: Thu, 25 Jul 2024 11:24:10 +1200 Subject: [PATCH] =?UTF-8?q?=D0=BA=D0=BE=D1=80=D0=B7=D0=B8=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ru-RU/ADT/Catalog/fills/Boxes/gift.ftl | 3 +++ .../ADT/Entities/Objects/Device/basket.yml | 20 +++++++++++++++++++ .../Catalog/Fills/Lockers/service.yml | 2 ++ 3 files changed, 25 insertions(+) create mode 100644 Resources/Prototypes/ADT/Entities/Objects/Device/basket.yml diff --git a/Resources/Locale/ru-RU/ADT/Catalog/fills/Boxes/gift.ftl b/Resources/Locale/ru-RU/ADT/Catalog/fills/Boxes/gift.ftl index d3e11b6bde2..33a9c6527b2 100644 --- a/Resources/Locale/ru-RU/ADT/Catalog/fills/Boxes/gift.ftl +++ b/Resources/Locale/ru-RU/ADT/Catalog/fills/Boxes/gift.ftl @@ -25,3 +25,6 @@ ent-ADTPresentRandomInsaneSyndicate = подозрительный подаро ent-ADTRandomNewYearGiftSpawner = спавнер случайного новогоднего подарка .desc = { ent-MarkerBase.desc } .suffix = { "Новый год" } + +ent-ADTyashik = корзина для напитков + .desc = Здесь находится зарплата бармена... \ No newline at end of file diff --git a/Resources/Prototypes/ADT/Entities/Objects/Device/basket.yml b/Resources/Prototypes/ADT/Entities/Objects/Device/basket.yml new file mode 100644 index 00000000000..6087d5f45eb --- /dev/null +++ b/Resources/Prototypes/ADT/Entities/Objects/Device/basket.yml @@ -0,0 +1,20 @@ +- type: entity + name: Ящичек + parent: BaseStorageItem + id: ADTyashik + description: Ящичек в котором лежит зарплата бармена... + components: + - type: Sprite + sprite: Structures/Machines/VendingMachines/condiments.rsi + state: icon + - type: Storage + maxItemSize: Normal + whitelist: + tags: + - DrinkBottle + grid: + - 0,0,3,2 + - type: MultiHandedItem + - type: HeldSpeedModifier + walkModifier: 0.5 + sprintModifier: 0.5 \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/service.yml b/Resources/Prototypes/Catalog/Fills/Lockers/service.yml index 974ef189d23..c0ec8314526 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/service.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/service.yml @@ -9,6 +9,8 @@ - id: WeaponShotgunDoubleBarreledRubber - id: DrinkShaker - id: ClothingEyesHudBeer + - id: ADTyashik + amount: 1 - id: HandLabeler amount: 1 - id: DrinkBottleBeer