Skip to content

Commit

Permalink
корзина
Browse files Browse the repository at this point in the history
  • Loading branch information
RipZoro1 committed Jul 24, 2024
1 parent a8759e9 commit 39a32fe
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Resources/Locale/ru-RU/ADT/Catalog/fills/Boxes/gift.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ ent-ADTPresentRandomInsaneSyndicate = подозрительный подаро
ent-ADTRandomNewYearGiftSpawner = спавнер случайного новогоднего подарка
.desc = { ent-MarkerBase.desc }
.suffix = { "Новый год" }
ent-ADTyashik = корзина для напитков
.desc = Здесь находится зарплата бармена...
20 changes: 20 additions & 0 deletions Resources/Prototypes/ADT/Entities/Objects/Device/basket.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
- id: WeaponShotgunDoubleBarreledRubber
- id: DrinkShaker
- id: ClothingEyesHudBeer
- id: ADTyashik
amount: 1
- id: HandLabeler
amount: 1
- id: DrinkBottleBeer
Expand Down

0 comments on commit 39a32fe

Please sign in to comment.