Removes Chaplain (#2699)

* Initial

* Removes PDA too

* Applied reviews
This commit is contained in:
Swept
2020-12-07 23:23:24 +00:00
committed by GitHub
parent 02bca4c0d8
commit ee474e6421
4 changed files with 55 additions and 56 deletions

View File

@@ -99,15 +99,15 @@
state: Mime
# Chaplain
- type: entity
id: SpawnPointChaplain
parent: SpawnPointJobBase
name: spawn point (chaplain)
components:
- type: SpawnPoint
job_id: Chaplain
- type: Sprite
state: Chaplain
#- type: entity
# id: SpawnPointChaplain
# parent: SpawnPointJobBase
# name: spawn point (chaplain)
# components:
# - type: SpawnPoint
# job_id: Chaplain
# - type: Sprite
# state: Chaplain
# Janitor
- type: entity
@@ -249,4 +249,3 @@
job_id: SecurityOfficer
- type: Sprite
state: Security Officer

View File

@@ -105,20 +105,20 @@
- type: Icon
state: pda-mime
- type: entity
name: Chaplain PDA
parent: BasePDA
id: ChaplainPDA
description: God's chosen PDA.
components:
- type: PDA
idCard: ChaplainIDCard
- type: Appearance
visuals:
- type: PDAVisualizer
state: pda-chaplain
- type: Icon
state: pda-chaplain
#- type: entity
# name: Chaplain PDA
# parent: BasePDA
# id: ChaplainPDA
# description: God's chosen PDA.
# components:
# - type: PDA
# idCard: ChaplainIDCard
# - type: Appearance
# visuals:
# - type: PDAVisualizer
# state: pda-chaplain
# - type: Icon
# state: pda-chaplain
- type: entity
name: Quartermaster PDA

View File

@@ -174,19 +174,19 @@
- type: PresetIdCard
job: Mime
- type: entity
parent: IDCardStandard
id: ChaplainIDCard
name: chaplain ID card
components:
- type: Sprite
layers:
- state: default
- state: assigned
- state: idchaplain
- type: PresetIdCard
job: Chaplain
#- type: entity
# parent: IDCardStandard
# id: ChaplainIDCard
# name: chaplain ID card
# components:
# - type: Sprite
# layers:
# - state: default
# - state: assigned
# - state: idchaplain
#
# - type: PresetIdCard
# job: Chaplain
- type: entity
parent: IDCardStandard

View File

@@ -1,20 +1,20 @@
- type: job
id: Chaplain
name: "chaplain"
positions: 1
startingGear: ChaplainGear
department:
- Civilian
icon: "Chaplain"
access:
- Chapel
- Maintenance
#- type: job
# id: Chaplain
# name: "chaplain"
# positions: 1
# startingGear: ChaplainGear
# department:
# - Civilian
# icon: "Chaplain"
# access:
# - Chapel
# - Maintenance
- type: startingGear
id: ChaplainGear
equipment:
innerclothing: ClothingUniformJumpsuitChaplain
backpack: ClothingBackpack
shoes: ClothingShoesColorBlack
idcard: ChaplainPDA
ears: ClothingHeadsetService
#- type: startingGear
# id: ChaplainGear
# equipment:
# innerclothing: ClothingUniformJumpsuitChaplain
# backpack: ClothingBackpack
# shoes: ClothingShoesColorBlack
# idcard: ChaplainPDA
# ears: ClothingHeadsetService