-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
Resources/Locale/ru-RU/ADT/Objects/structuries/machines/vending_machines.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ent-ADTVendingMachinePatholoDrobe = ПатологоШкаф | ||
.desc = Самая стильная одежда в самом отдалёном месте медицинского отдела. |
29 changes: 29 additions & 0 deletions
29
Resources/Prototypes/ADT/Entities/Structures/Machines/vending_machines.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |