Skip to content

Commit

Permalink
Merge branch 'master' into psb
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffiestFloof authored Sep 25, 2023
2 parents 3c55751 + 70ee516 commit b7a5972
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- type: vendingMachineInventory
id: BoxingDrobeInventory
startingInventory:
UniformShortsRed: 3
UniformShortsRedWithTop: 3
ClothingHandsGlovesBoxingRed: 2
ClothingHandsGlovesBoxingBlue: 2
ClothingHandsGlovesBoxingGreen: 2
ClothingHandsGlovesBoxingYellow: 2
emaggedInventory:
UniformJabroni: 2
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,24 @@
radius: 1.5
energy: 1.6
color: "#4b93ad"

- type: entity
parent: VendingMachine
id: VendingMachineBoxingDrobe
name: Boxing Drobe
description: Always short on stock.
components:
- type: VendingMachine
pack: BoxingDrobeInventory
- type: Sprite
sprite: Nyanotrasen/Structures/Machines/VendingMachines/boxingdrobe.rsi
layers:
- state: off
map: ["enum.VendingMachineVisualLayers.Base"]
- state: normal-unshaded
map: ["enum.VendingMachineVisualLayers.BaseUnshaded"]
shader: unshaded
- state: panel
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: AccessReader
access: [["Service"]]
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,31 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Hyenh#6078",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "broken"
},
{
"name": "off"
},
{
"name": "panel"
},
{
"name": "normal-unshaded",
"delays": [
[
1.5,
0.1,
1.5,
0.1
]
]
}
]
}
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 b7a5972

Please sign in to comment.