Add new civilian job, Musician (#6825)

This commit is contained in:
Chris V 2022-02-20 20:38:48 -08:00 committed by GitHub
parent 563d4f4cbd
commit aeb5a723e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 68 additions and 3 deletions

View File

@ -102,7 +102,7 @@
- type: StorageFill
contents:
- id: BoxSurvival
- type: entity
abstract: true
parent: ClothingBackpack
@ -112,3 +112,15 @@
contents:
- id: BoxSurvival
- id: Bible
- type: entity
abstract: true
parent: ClothingBackpack
id: ClothingBackpackMusicianFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival
- id: AcousticGuitarInstrument
- id: RecorderInstrument
- id: SaxophoneInstrument

View File

@ -91,3 +91,15 @@
contents:
- id: BoxSurvival
- id: Bible
- type: entity
abstract: true
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelMusicianFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival
- id: AcousticGuitarInstrument
- id: RecorderInstrument
- id: SaxophoneInstrument

View File

@ -81,7 +81,7 @@
- type: StorageFill
contents:
- id: BoxSurvival
- type: entity
abstract: true
parent: ClothingBackpackSatchel
@ -91,3 +91,15 @@
contents:
- id: BoxSurvival
- id: Bible
- type: entity
abstract: true
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelMusicianFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival
- id: AcousticGuitarInstrument
- id: RecorderInstrument
- id: SaxophoneInstrument

View File

@ -33,6 +33,7 @@
SecurityOfficer: [ 2, 3 ]
Chaplain: [ 1, 1 ]
Librarian: [ 1, 1 ]
Musician: [1, 1]
- type: gameMap
id: packedstation
@ -74,6 +75,7 @@
Warden: [ 1, 1 ]
Librarian: [ 1, 1 ]
Lawyer: [ 1, 2 ]
Musician: [1, 1]
- type: gameMap
id: knightship
@ -132,7 +134,8 @@
Lawyer: [ 1, 2 ]
Warden: [ 1, 1 ]
Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 4, 6 ]
SalvageSpecialist: [ 4, 6 ]
Musician: [1, 1]
- type: gameMap
id: ssreach
@ -162,6 +165,7 @@
HeadOfSecurity: [ 1, 1 ]
SecurityOfficer: [ 2, 4 ]
Janitor: [ 1, 1 ]
Musician: [1, 1]
- type: gameMap
id: dart

View File

@ -0,0 +1,22 @@
- type: job
id: Musician
name: "musician"
startingGear: MusicianGear
departments:
- Civilian
icon: "Musician"
supervisors: "whoever hires you"
access:
- Maintenance # TODO Remove maint access for all gimmick jobs once access work is completed
- type: startingGear
id: MusicianGear
equipment:
jumpsuit: ClothingUniformJumpsuitLawyerPurple
back: ClothingBackpackMusicianFilled
eyes: ClothingEyesGlassesSunglasses
shoes: ClothingShoesColorBlack
id: AssistantPDA
ears: ClothingHeadsetService
satchel: ClothingBackpackSatchelMusicianFilled
duffelbag: ClothingBackpackDuffelMusicianFilled

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

View File

@ -108,6 +108,9 @@
},
{
"name": "Mime"
},
{
"name": "Musician"
}
]
}