Skip to content

Commit

Permalink
вендинг
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiich committed Jul 1, 2024
1 parent 78b7c74 commit e05c0cc
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-ADTVendingMachinePatholoDrobe = ПатологоШкаф
.desc = Самая стильная одежда в самом отдалёном месте медицинского отдела.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
- type: entity
parent: VendingMachine
id: ADTVendingMachinePatholoDrobe
name: PatholoDrobe
description: A vending machine that dispences new clothing for pathologists.
components:
- type: VendingMachine
pack: PatholodrobeInventory
offState: off
brokenState: broken
normalState: normal-unshaded
- type: Advertise
pack: PatholodrobeAds
- type: Sprite
sprite: ADT/Structures/Machines/VendingMachines/patholodrobe.rsi
layers:
- state: "off"
map: ["enum.VendingMachineVisualLayers.Base"]
- state: "off"
map: ["enum.VendingMachineVisualLayers.BaseUnshaded"]
shader: unshaded
- state: panel
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: AccessReader
access: [["Medical"]]
- type: PointLight
radius: 1.8
energy: 1.6
color: "#1ca9d4"

0 comments on commit e05c0cc

Please sign in to comment.