Personnel crate (ID cards and PDAs) (#6111)
This commit is contained in:
@@ -57,3 +57,15 @@
|
||||
cost: 1000
|
||||
category: Service
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "personnel crate"
|
||||
id: ServicePersonnel
|
||||
description: "Contains a box of blank ID cards and PDAs"
|
||||
icon:
|
||||
sprite: Objects/Misc/id_cards.rsi
|
||||
state: default
|
||||
product: CrateServicePersonnel
|
||||
cost: 1000
|
||||
category: Service
|
||||
group: market
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
- LightBulb
|
||||
|
||||
- type: entity
|
||||
name: pda box
|
||||
name: PDA box
|
||||
parent: BoxCardboard
|
||||
id: BoxPDA
|
||||
description: A box of spare PDA microcomputers.
|
||||
@@ -95,6 +95,27 @@
|
||||
components:
|
||||
- PDA
|
||||
|
||||
- type: entity
|
||||
name: ID card box
|
||||
parent: BoxCardboard
|
||||
id: BoxID
|
||||
description: A box of spare blank ID cards.
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: AssistantIDCard
|
||||
amount: 6
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: box
|
||||
- state: pda
|
||||
- type: Storage
|
||||
capacity: 60
|
||||
whitelist:
|
||||
components:
|
||||
- IdCard
|
||||
|
||||
|
||||
- type: entity
|
||||
name: meson box
|
||||
parent: BoxCardboard
|
||||
|
||||
@@ -87,3 +87,16 @@
|
||||
amount: 15
|
||||
- id: Pen
|
||||
amount: 2
|
||||
|
||||
- type: entity
|
||||
id: CrateServicePersonnel
|
||||
name: personnel crate
|
||||
description: Contains a box of blank ID cards and PDAs.
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BoxPDA
|
||||
amount: 1
|
||||
- id: BoxID
|
||||
amount: 1
|
||||
|
||||
@@ -316,6 +316,7 @@
|
||||
- ServiceSmokeables
|
||||
- ServiceCustomSmokable
|
||||
- ServiceBureaucracy
|
||||
- ServicePersonnel
|
||||
- EngineeringCableLv
|
||||
- EngineeringCableMv
|
||||
- EngineeringCableHv
|
||||
|
||||
Reference in New Issue
Block a user