Adds some existing equipment to Janitors and Sec Officers (#566)
This commit is contained in:
committed by
Pieter-Jan Briers
parent
b71f39cfb4
commit
4315618782
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user