Skip to content

Commit

Permalink
Тест1
Browse files Browse the repository at this point in the history
  • Loading branch information
M1and1B committed Sep 9, 2024
1 parent 30d5ef8 commit 9d19cdb
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- type: vendingMachineInventory
id: MusVendInventory
startingInventory:
ElectricGuitarInstrument: 1
BassGuitarInstrument: 1
RockGuitarInstrument: 1
ViolinInstrument: 2
SaxophoneInstrument: 1
AccordionInstrument: 2
ClarinetInstrument: 1
MicrophoneInstrument: 2
SynthesizerInstrument: 1
TromboneInstrument: 2
emaggedInventory:
SuperSynthesizerInstrument: 1
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,36 @@
radius: 1
energy: 1.2
color: "#78645c"

- type: entity
parent: VendingMachine
id: MusicalVendingMachine
name: МузМат
description: Торговый автомат с музыкальными инструментами".
components:
- type: VendingMachine
pack: MusVendInventory
offState: off
brokenState: broken
normalState: normal-unshaded
denyState: deny-unshaded
- type: Advertise
pack: SecTechAds
- type: SpeakOnUIClosed
pack: SecTechGoodbyes
- type: Sprite
sprite: Stories/Structures/Machines/VendingMachines/musmat.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: [["Prison"]]
- type: PointLight
radius: 1
energy: 1.2
color: "#6f42d6"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": 1,
"license": "Собственная лицензия. Копирование, модификация и использование вне проекта Space Stories полностью запрещено без предварительного согласия текущего владельца проекта",
"copyright": "M1and1B DS",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "broken"
},
{
"name": "deny-unshaded",
"delays": [
[
0.1,
0.1
]
]
},
{
"name": "normal-unshaded",
"delays": [
[
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "off"
},
{
"name": "panel"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d19cdb

Please sign in to comment.