Adds some existing equipment to Janitors and Sec Officers (#566)

This commit is contained in:
ike709
2020-01-26 07:01:48 -06:00
committed by Pieter-Jan Briers
parent b71f39cfb4
commit 4315618782
3 changed files with 29 additions and 2 deletions

View File

@@ -114,6 +114,16 @@
- type: Access
tags: ["service"]
- type: entity
parent: IDCardStandard
id: JanitorIDCard
name: Service Identification Card
components:
- type: IdCard
jobTitle: Janitor
- type: Access
tags: ["service"]
- type: entity
parent: IDCardStandard
id: AssistantIDCard

View File

@@ -2,7 +2,7 @@
id: Janitor
name: "Janitor"
positions: 1
startingGear: AssistantGear
startingGear: JanitorGear
department:
- Civilian
@@ -11,3 +11,11 @@
access:
- service
- maintenance
- type: startingGear
id: JanitorGear
equipment:
innerclothing: JanitorUniform
backpack: BackpackClothing
shoes: ShoesGaloshes
head: HatPurplesoft

View File

@@ -3,7 +3,7 @@
name: "Security Officer"
positions: 3
spawnPositions: 2
startingGear: AssistantGear
startingGear: SecurityOfficerGear
department:
- Security
@@ -12,3 +12,12 @@
access:
- security
- maintenance
- type: startingGear
id: SecurityOfficerGear
equipment:
innerclothing: UniformSec
backpack: SecPack
shoes: ShoesJackboots
eyes: SecGlasses
outerclothing: OuterclothingArmorsec