Add Botanist, Warden, Quartermaster and Chaplain (#2402)
* Add Botanist, Warden and Quartermaster * QM ID card, warden sprite state * Add missing sprites * Chaplain + some fixes * typo fix * capitalization * copyrihgght * add spawnpoints
This commit is contained in:
22
Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml
Normal file
22
Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
- type: job
|
||||
id: Quartermaster
|
||||
name: "quartermaster"
|
||||
positions: 1
|
||||
spawnPositions: 1
|
||||
startingGear: QuartermasterGear
|
||||
department:
|
||||
- Cargo
|
||||
icon: "QuarterMaster"
|
||||
access:
|
||||
- Cargo
|
||||
- Quartermaster
|
||||
- Maintenance
|
||||
|
||||
- type: startingGear
|
||||
id: QuartermasterGear
|
||||
equipment:
|
||||
innerclothing: UniformQM
|
||||
backpack: BackpackClothingFilled
|
||||
shoes: ShoesBrown
|
||||
idcard: QuartermasterPDA
|
||||
ears: HeadsetCargo
|
||||
22
Resources/Prototypes/Roles/Jobs/Civilian/botanist.yml
Normal file
22
Resources/Prototypes/Roles/Jobs/Civilian/botanist.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
- type: job
|
||||
id: Botanist
|
||||
name: "botanist"
|
||||
positions: 2
|
||||
spawnPositions: 2
|
||||
startingGear: BotanistGear
|
||||
department:
|
||||
- Civilian
|
||||
icon: "Botanist"
|
||||
access:
|
||||
- Service
|
||||
- Hydroponics
|
||||
- Maintenance
|
||||
|
||||
- type: startingGear
|
||||
id: BotanistGear
|
||||
equipment:
|
||||
innerclothing: UniformHydroponics
|
||||
backpack: BackpackClothingFilled
|
||||
shoes: ShoesBrown
|
||||
idcard: BotanistPDA
|
||||
ears: HeadsetService
|
||||
20
Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml
Normal file
20
Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
- type: job
|
||||
id: Chaplain
|
||||
name: "chaplain"
|
||||
positions: 1
|
||||
startingGear: ChaplainGear
|
||||
department:
|
||||
- Civilian
|
||||
icon: "Chaplain"
|
||||
access:
|
||||
- Chapel
|
||||
- Maintenance
|
||||
|
||||
- type: startingGear
|
||||
id: ChaplainGear
|
||||
equipment:
|
||||
innerclothing: UniformChaplain
|
||||
backpack: BackpackClothing
|
||||
shoes: ShoesBlack
|
||||
idcard: ChaplainPDA
|
||||
ears: HeadsetService
|
||||
25
Resources/Prototypes/Roles/Jobs/Security/warden.yml
Normal file
25
Resources/Prototypes/Roles/Jobs/Security/warden.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
- type: job
|
||||
id: Warden
|
||||
name: "warden"
|
||||
positions: 1
|
||||
spawnPositions: 1
|
||||
startingGear: WardenGear
|
||||
department:
|
||||
- Security
|
||||
icon: "Warden"
|
||||
access:
|
||||
- Security
|
||||
- Brig
|
||||
- Maintenance
|
||||
- Service
|
||||
|
||||
- type: startingGear
|
||||
id: WardenGear
|
||||
equipment:
|
||||
innerclothing: UniformWarden
|
||||
backpack: SecPackFilled
|
||||
shoes: ShoesJackboots
|
||||
eyes: SecGlasses
|
||||
outerclothing: OuterclothingArmorVest
|
||||
idcard: WardenPDA
|
||||
ears: HeadsetSecurity
|
||||
Reference in New Issue
Block a user