PTech Vending Machine Fill (no its not cartridges) (#7926)
This commit is contained in:
parent
5299cbbb6e
commit
faec39da2b
|
|
@ -2,3 +2,10 @@
|
|||
id: PTechInventory
|
||||
name: PTech
|
||||
spriteName: cart
|
||||
startingInventory:
|
||||
AssistantPDA: 5
|
||||
ClearPDA: 5
|
||||
AssistantIDCard: 5
|
||||
RubberStampApproved: 1
|
||||
RubberStampDenied: 1
|
||||
Paper: 10
|
||||
|
|
|
|||
|
|
@ -521,3 +521,14 @@
|
|||
state: pda-atmos
|
||||
- type: Icon
|
||||
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
|
||||
id: VendingMachineCart
|
||||
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:
|
||||
- type: VendingMachine
|
||||
pack: PTechInventory
|
||||
|
|
@ -151,6 +151,8 @@
|
|||
radius: 1
|
||||
energy: 1.3
|
||||
color: "#ffb0b0"
|
||||
- type: AccessReader
|
||||
access: [["HeadOfPersonnel"]]
|
||||
|
||||
- type: entity
|
||||
parent: VendingMachine
|
||||
|
|
|
|||
Loading…
Reference in New Issue