Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNK, Reporter, Automatrobe Vendors #65

Merged
merged 4 commits into from
Oct 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: vendingMachineInventory
id: AutomatrobeInventory
startingInventory:
ClothingUniformJumpsuitColorBlack: 2
ClothingUniformJumpskirtColorBlack: 2
ClothingShoesColorBlack: 2
ClothingHeadTechPriest: 2
ClothingOuterRobeTechPriest: 2
ClothingHeadsetScience: 2
ClothingOuterWinterRobo: 2
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- type: vendingMachineInventory
id: MNKDrobeInventory
startingInventory:
ClothingUniformMNKOfficeSkirt: 3
ClothingUniformMNKUnderGarment: 3
ClothingUniformMNKDressBlack: 3
ClothingUniformMNKGymBra: 3
ClothingUniformMNKBlackOveralls: 3
ClothingUniformMNKBlackShoulder: 3
ClothingUniformMNKTracksuitBlack: 3
ClothingOuterCoatMNKBlackJacket: 3
ClothingOuterCoatMNKWhiteHoodie: 3
ClothingOuterCoatMNKBlackTopCoat: 3
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: vendingMachineInventory
id: RepDrobeInventory
startingInventory:
ClothingUniformJumpsuitReporter: 2
ClothingShoesColorBlack: 2
ClothingShoesColorWhite: 2
ClothingOuterVestFlakPress: 2
ClothingHeadHatFedoraGrey: 2
RadioHandheld: 2
ClothingHeadsetService: 2
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,54 @@
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: AccessReader
access: [["Service"]]

- type: entity
parent: VendingMachine
id: VendingMachineRepDrobe
name: RepDrobe
description: A machine for all your reporting needs, as long as you need clothes.
components:
- type: VendingMachine
pack: RepDrobeInventory
- type: Advertise
pack: DetDrobeAds
- type: Sprite
sprite: Structures/Machines/VendingMachines/detdrobe.rsi
layers:
- state: "off"
map: ["enum.VendingMachineVisualLayers.Base"]
- state: "off"
map: ["enum.VendingMachineVisualLayers.BaseUnshaded"]
shader: unshaded
- state: panel
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: WiresVisuals
- type: AccessReader
access: [["Service"]]

- type: entity
parent: VendingMachine
id: VendingMachineMNKDrobe
name: MNK Drobe
description: Quality garments provided by MoNoKrome.
components:
- type: VendingMachine
pack: MNKDrobeInventory
offState: off
brokenState: broken
- type: Sprite
sprite: Nyanotrasen/Structures/Machines/VendingMachines/mnkdrobe.rsi
layers:
- state: off
map: ["enum.VendingMachineVisualLayers.Base"]
- state: panel
map: ["enum.WiresVisualLayers.MaintenancePanel"]

- type: entity
parent: VendingMachineRoboDrobe
id: VendingMachineAutomatrobe
name: Automatrobe
description: Automatically good.
components:
- type: VendingMachine
pack: AutomatrobeInventory
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,20 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by Hyenh#6078 (313846233099927552)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"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