Skip to content

Commit

Permalink
Boxing Drobe (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: Fluffiest Floofers <[email protected]>
Co-authored-by: Colin-Tel <[email protected]>
  • Loading branch information
FluffiestFloof and Colin-Tel authored Sep 25, 2023
1 parent cdb10ae commit 70ee516
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 70ee516

Please sign in to comment.