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
|
- type: Access
|
||||||
tags: ["service"]
|
tags: ["service"]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: IDCardStandard
|
||||||
|
id: JanitorIDCard
|
||||||
|
name: Service Identification Card
|
||||||
|
components:
|
||||||
|
- type: IdCard
|
||||||
|
jobTitle: Janitor
|
||||||
|
- type: Access
|
||||||
|
tags: ["service"]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: IDCardStandard
|
parent: IDCardStandard
|
||||||
id: AssistantIDCard
|
id: AssistantIDCard
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
id: Janitor
|
id: Janitor
|
||||||
name: "Janitor"
|
name: "Janitor"
|
||||||
positions: 1
|
positions: 1
|
||||||
startingGear: AssistantGear
|
startingGear: JanitorGear
|
||||||
department:
|
department:
|
||||||
- Civilian
|
- Civilian
|
||||||
|
|
||||||
@@ -11,3 +11,11 @@
|
|||||||
access:
|
access:
|
||||||
- service
|
- service
|
||||||
- maintenance
|
- maintenance
|
||||||
|
|
||||||
|
- type: startingGear
|
||||||
|
id: JanitorGear
|
||||||
|
equipment:
|
||||||
|
innerclothing: JanitorUniform
|
||||||
|
backpack: BackpackClothing
|
||||||
|
shoes: ShoesGaloshes
|
||||||
|
head: HatPurplesoft
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
name: "Security Officer"
|
name: "Security Officer"
|
||||||
positions: 3
|
positions: 3
|
||||||
spawnPositions: 2
|
spawnPositions: 2
|
||||||
startingGear: AssistantGear
|
startingGear: SecurityOfficerGear
|
||||||
department:
|
department:
|
||||||
- Security
|
- Security
|
||||||
|
|
||||||
@@ -12,3 +12,12 @@
|
|||||||
access:
|
access:
|
||||||
- security
|
- security
|
||||||
- maintenance
|
- maintenance
|
||||||
|
|
||||||
|
- type: startingGear
|
||||||
|
id: SecurityOfficerGear
|
||||||
|
equipment:
|
||||||
|
innerclothing: UniformSec
|
||||||
|
backpack: SecPack
|
||||||
|
shoes: ShoesJackboots
|
||||||
|
eyes: SecGlasses
|
||||||
|
outerclothing: OuterclothingArmorsec
|
||||||
|
|||||||
Reference in New Issue
Block a user