Personnel crate (ID cards and PDAs) (#6111)

This commit is contained in:
Peptide90
2022-01-13 15:04:30 +00:00
committed by GitHub
parent d0f998b76e
commit 3b9b2c6a01
4 changed files with 48 additions and 1 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -316,6 +316,7 @@
- ServiceSmokeables
- ServiceCustomSmokable
- ServiceBureaucracy
- ServicePersonnel
- EngineeringCableLv
- EngineeringCableMv
- EngineeringCableHv