Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinary1 committed Dec 4, 2024
1 parent 3f9e2f0 commit 3bcd3b6
Show file tree
Hide file tree
Showing 13 changed files with 95 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- type: vendingMachineInventory
id: HohohonkersInventory
startingInventory:
PrototypeJawsOfLife: 1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- type: localizedDataset
id: HonkersAds
values:
prefix: advertisement-honkers-
count: 10
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,36 @@
- MachineLayer
density: 190
- type: Transform
noRot: false
noRot: false

- type: entity
parent: VendingMachine
id: VendingMachineClown
name: HohohonkersVend
description: Get your honk fix here! Surprise the station with HohohonkersVend — the ultimate machine for hilarious pranks. Hack it, and you'll unlock something special!
components:
- type: VendingMachine
pack: HohohonkersInventory
offState: off
brokenState: broken
normalState: normal-unshaded
ejectState: eject-unshaded
denyState: deny-unshaded
- type: Advertise
pack: HonkersAds
- type: AccessReader
breakOnEmag: true
access: [["Service"]]
- type: SpeakOnUIClosed
pack: GenericVendGoodbyes
- type: Speech
- type: Sprite
sprite: _Starlight/Structures/Machines/VendingMachines/hohohonkers.rsi
layers:
- state: "off"
map: ["enum.VendingMachineVisualLayers.Base"]
- state: "off"
map: ["enum.VendingMachineVisualLayers.BaseUnshaded"]
shader: unshaded
- state: panel
map: ["enum.WiresVisualLayers.MaintenancePanel"]
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "by ladn1001",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "normal-unshaded",
"delays": [
[
0.5,
0.5
]
]
},
{
"name": "eject-unshaded",
"delays": [
[
0.3,
0.3,
0.3,
0.3,
0.3
]
]
},
{
"name": "deny-unshaded",
"delays": [
[
0.3,
0.3,
0.3,
0.3,
0.3
]
]
},
{
"name": "broken"
},
{
"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 3bcd3b6

Please sign in to comment.