PTech Vending Machine Fill (no its not cartridges) (#7926)
This commit is contained in:
@@ -2,3 +2,10 @@
|
|||||||
id: PTechInventory
|
id: PTechInventory
|
||||||
name: PTech
|
name: PTech
|
||||||
spriteName: cart
|
spriteName: cart
|
||||||
|
startingInventory:
|
||||||
|
AssistantPDA: 5
|
||||||
|
ClearPDA: 5
|
||||||
|
AssistantIDCard: 5
|
||||||
|
RubberStampApproved: 1
|
||||||
|
RubberStampDenied: 1
|
||||||
|
Paper: 10
|
||||||
|
|||||||
@@ -521,3 +521,14 @@
|
|||||||
state: pda-atmos
|
state: pda-atmos
|
||||||
- type: Icon
|
- type: Icon
|
||||||
state: pda-atmos
|
state: pda-atmos
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BasePDA
|
||||||
|
id: ClearPDA
|
||||||
|
name: clear PDA
|
||||||
|
description: 99 and 44/100ths percent pure plastic.
|
||||||
|
components:
|
||||||
|
- type: PDA
|
||||||
|
id: AssistantIDCard
|
||||||
|
- type: Icon
|
||||||
|
state: pda-clear
|
||||||
|
|||||||
@@ -125,7 +125,7 @@
|
|||||||
parent: VendingMachine
|
parent: VendingMachine
|
||||||
id: VendingMachineCart
|
id: VendingMachineCart
|
||||||
name: PTech
|
name: PTech
|
||||||
description: PTech vending! Providing a ROBUST selection of PDA cartridges.
|
description: PTech vending! Providing a ROBUST selection of PDAs, cartridges, and anything else a dull paper pusher needs!
|
||||||
components:
|
components:
|
||||||
- type: VendingMachine
|
- type: VendingMachine
|
||||||
pack: PTechInventory
|
pack: PTechInventory
|
||||||
@@ -151,6 +151,8 @@
|
|||||||
radius: 1
|
radius: 1
|
||||||
energy: 1.3
|
energy: 1.3
|
||||||
color: "#ffb0b0"
|
color: "#ffb0b0"
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["HeadOfPersonnel"]]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: VendingMachine
|
parent: VendingMachine
|
||||||
|
|||||||
Reference in New Issue
Block a user