Personnel crate (ID cards and PDAs) (#6111)
This commit is contained in:
@@ -57,3 +57,15 @@
|
|||||||
cost: 1000
|
cost: 1000
|
||||||
category: Service
|
category: Service
|
||||||
group: market
|
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
|
- LightBulb
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: pda box
|
name: PDA box
|
||||||
parent: BoxCardboard
|
parent: BoxCardboard
|
||||||
id: BoxPDA
|
id: BoxPDA
|
||||||
description: A box of spare PDA microcomputers.
|
description: A box of spare PDA microcomputers.
|
||||||
@@ -95,6 +95,27 @@
|
|||||||
components:
|
components:
|
||||||
- PDA
|
- 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
|
- type: entity
|
||||||
name: meson box
|
name: meson box
|
||||||
parent: BoxCardboard
|
parent: BoxCardboard
|
||||||
|
|||||||
@@ -87,3 +87,16 @@
|
|||||||
amount: 15
|
amount: 15
|
||||||
- id: Pen
|
- id: Pen
|
||||||
amount: 2
|
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
|
- ServiceSmokeables
|
||||||
- ServiceCustomSmokable
|
- ServiceCustomSmokable
|
||||||
- ServiceBureaucracy
|
- ServiceBureaucracy
|
||||||
|
- ServicePersonnel
|
||||||
- EngineeringCableLv
|
- EngineeringCableLv
|
||||||
- EngineeringCableMv
|
- EngineeringCableMv
|
||||||
- EngineeringCableHv
|
- EngineeringCableHv
|
||||||
|
|||||||
Reference in New Issue
Block a user